@import 'reset.css';
@import 'misc.css';

/* _________________________________________________________________________

								structure
____________________________________________________________________________ */
body {
	background: #4324d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
}

#fit { 
	margin: 45px auto 0 auto;
	width: 844px;
}

#header {
	background: url(../images/logo.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	height: 33px;
	margin: 0;
	padding-top: 120px;
	padding-left: 340px;
}

#header-image {
	padding: 0;
	margin: 0;
	height: 210px;
	width: 844px;
	border: 2px solid #fff;

}

#content {
	width: 834px;
	padding: 5px;
	background:#dba074 url(../images/content-bg.jpg);
	border: 2px solid #fff;
	border-top: none;
}

#topnav {

	color: #fff;
	padding: 15px 10px 20px 0;
	text-align: right;
	width: 760px;
	height: 35px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
}

#footer { 
	width: 844px;
	clear: both;
	color: #fff;
	height: 50px;
	text-align: center;
	font-size: 12px;
	padding: 0px 0 10px 0;
	margin: 0 auto;
}

/* _________________________________________________________________________

								links
____________________________________________________________________________ */

a:link, a:visited {color: #fff; text-decoration: none;}
a:hover {color: #fff;}

a:link.red, a:visited.red {color: red;}

#header a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	}
#header a:hover {text-decoration: underline; color: #fff; background: #674de2;}
/* _________________________________________________________________________

								text
____________________________________________________________________________ */

.brd {border: 1px solid #0e3f8f;} 
p {
	padding: 0 0 7px 0;
	line-height: 140%;
}

h1 {
	font-size: 18px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	color: #fff;
	padding: 7px 0 0 10px;
	height: 35px;
	width: 586px;
	margin-top: 5px;
}

h2 {
	font-size: 14px;
	display: inline;
	font-weight: bolder;
	color: #1c0089;
}

h3 {
	font-size: 14px;
	display: inline;
	font-weight: bolder;
	color: #f5001c;
}


h4 {
	text-align: center;
	color: #1c0089;
	font: 32px GillSans, Calibri, Trebuchet, sans-serif;
}
/* _________________________________________________________________________

								lists
____________________________________________________________________________ */

ul li {
	padding: 5px 3px;
}

ul.dot li {
list-style: circle inside; color:#fff;
padding: 4px 10px;
}

table tr td {padding: 5px; vertical-align: top;}
