
/* pge */
html, * {
	padding:0;
	margin:0;
}
body {
	background-color:#650404;
	background-image:url(images/pattern_01.png);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	margin:40px auto 10px auto;
	font-size:14px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* heders */
#content h1 {
	margin-top:20px;
	font-size:30px;
	text-align:left;
	color:#650404;
}
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#003300;
}
h3 {
	font-size:1.3em;
	font-weight:normal;
	color:#650404;
	border-bottom:1px solid #DDDDDD;
}

/* prgrphs */
p {
	margin:2px 0 15px 0;
	line-height:1.3em;
}

/* links */
a {
	color:#006633;
	text-decoration:none;
	border-bottom:1px solid #006633;
}
a:hover {
	background-color:#CFD9F1;
}
div#footer  {
	color:#666666;
	border-bottom:1px solid #999999;
}
div#footer a:hover {
	background-color:#DDDDDD;
}

/* lists */
ul, ol {
	margin:0 0 5px 30px;
}

/* code */
code {
	disply:block;
	border:1px solid #8B043;
	background-color:#C4D194;
	padding:15px;
	margin:5px;
}

/* forms */
form {
	padding:10px 0;
	width:50%;
}
form fieldset {
	border:none;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:5px;
}
form fieldset legend {
	margin-left:-8px;
	font-weight:bold;
	color:#758738;
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form label {
	font-weight:bold;
}
form input, form select, form textarea {
	padding:4px;
	color:#758738;
	font-size:0.9em;
	font-fmily:Georgia, "Times New Roman", Times, serif;
}
form input.button {
	border:1px solid #8B043;
	border-right:1px solid #758738;
	border-bottom:1px solid #758738;
	font-weight:bold;
	background-color:#C4D194;
}
	
/* continer, heder nd nv */
div#container {
	background-color:#FFFFFF;
	width:750px;
	height:auto;
	padding:5px;
	margin:0 auto;
}
div#header {
	background-color:#fff7e9;
	height:155px;
	padding:0px;
}

div#header img{
	margin-top:25px;
	margin-bottom:10px;
}

div#header a{
	margin:0;
	padding:0;
	background-color:#003300;
}
div#header a:hover {
	margin:0;
	padding:0;
	background-color:#003300;
}
div#header p {
	text-align:right;
	padding:0;
	margin:0;
	font-size:0.8em;
	color:#ffffff;
	padding-top:60px;
}
div#nav {
	background-color:#ffd98f;
	height:40px;
	color:#000000;
}
div#nav ul {
	margin:0;
	padding:0;
	text-align:center;
	margin-left:40px;
}
div#nav ul li {
	display:block;
	float:left;
	padding-right:0px;
}
div#nav ul li a{
	font-size:11px;
	float:left;
	border:none;
	padding:14px 10px;
	height:22px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	display:block;
}
div#nav ul li a:hover {
	background-color:#e0d6c5;
	height:12px;
}

/* content */
div#content {
	padding:20px 10px 0 10px;
}

/* footer */
div#footer {
	padding:5px;
	border-top:1px solid #9e250e;
}
div#footer p {
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:5px;
}

/* generic classes */
.bold {
	font-weight:bold;
}