body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Arial';
	background: url('body.jpg') repeat-y top center #e4e4e4;
}

div#content {
	width: 850px;
	margin: 0 auto;
	background: url('top.jpg') repeat-x top center #FFF;
}

h1 {
	margin: 0;
	text-align: center;
	line-height: 114px;
	font-size: 37px;
	color: white;
}

ul#navigation {
	float: left;
	margin: 0;
	list-style: none;
	margin-left: 100px;
}

ul#navigation li {
	float: left;
	padding: 0;
	margin: 0;
	line-height: 36px;
}

ul#navigation a {
	display: block;
	width: 150px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
}

ul#navigation a:hover {
	color: #88CCFF;
}

div#body {
	clear: left;
}

h2 {
	margin: 30px;
	padding-top: 25px;
	font-size: 25px;
	border-bottom: 1px #88CCFF dashed;
}

h3 {
	margin: 50px auto 7px auto;
	width: 680px;
	font-size: 16px;
	font-weight: bold;
}

div.box, table#articles {
	width: 630px;
	padding: 10px;
	border: 1px #CCC dashed;
	background: #F5F6F9;
	margin: 0 auto;
}

table#articles {
	padding: 0;
	width: 650px;
	font-size: 13px;
	border-collapse: collapse;
	text-align: left;
}

table#articles th {
	font-weight: bold;
	background: #E7E8EB;
	text-align: left;
	padding: 4px;
}

table#articles td {
	padding: 6px 4px;
}

table#articles tr.row2 td {
	background: #EDEEF1;
}

div.box p {
	line-height: 25px;
	font-size: 13px;
}

div.box a, table#articles a, p#footer a, p.notice a, p#admin a, div.box p + p a:visited {
	font-size: 13px;
	text-decoration: none;
	color: #004499;	
}

div.box p a:visited, table#articles a:visited {
	color: #AA0000;
}

div.box a:hover, table#articles a:hover, p#footer a:hover, p.notice a:hover, p#admin a:hover, div.box p a:hover {
	color: #00BB66 !important;
}

h4 {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

p#footer, p#admin {
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	color: #AAA;	
}

p#admin {
	color: #555;
}

div.form p {
	color: #777;
}

div.form label {
	color: #000;
	font-weight: bold;
}

textarea {
	width: 85%;
	height: 150px;
}

.itext {
	background: #EDEEF1;
}

.itext:focus {
	background: #FDFFF1;
}

p.notice {
	color: #AA0000;
	font-size: 14px;
	margin: 20px 50px;
}

table#articles th.center {
	text-align: center;
}

td.art-col, th.art-col {
	width: 40%;
}