
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:link, a:visited, a:active {
	color: #0AAAFD;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #888;
	color: #333;
}

#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 260px;
	background-color: #fff;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	color: #3B3B3B;
	background: url(images/img2.gif) no-repeat 50% 12px;
	text-indent: -9999px;
}

#logo h1 a {
	font-weight: normal;
	font-size: 22px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #888;
}

#logo h2 a {
	color: #eee;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 500px;
	background-color: #fff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 60px;
	height: 50px;
	padding: 30px 18px 0 18px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 11px;
	color: #3B3B3B;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#menu a:hover {
	color: #ED2024;
	border-bottom: 0px;
}

#splash {
	width: 770px;
	height: 190px;
	margin: 0 auto;
	background: url(images/img3.jpg) no-repeat;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 10px;
	margin-top: 10px;
}

#content {
	float: left;
	width: 480px;
	padding: 10px;
	background-color: #fff;
}

#content h1{
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 50px 0px;
	background:#fff url(images/hr.png) no-repeat center bottom;
	border: 0px dotted #555;
	font-size: 15px;
	font-weight: bold;
	color: #555;
	letter-spacing: 1px;
	text-align:  center;
}

#content p{
	width: 420px;
	margin: 10px 0px 90px 30px;
	font-size: 13px;
	line-height: 170%;
	color: #444;
}

#content ol, #content ul {
	margin-left: 3em;
}

.line_1 {
	height: 190px;
	margin: 0 auto;
	background: url(images/hr.png) no-repeat;
}

#sidebar {
	float: left;
	width: 210px;
	padding: 20px 0px 0px 20px;
}

#sidebar h2 {
	padding-top: 0px;
	font-weight: bold;
	font-size: 14px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 0px dotted #777;
	font-size: 13px;
	line-height: 170%;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #3B3B3B url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}


#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 15px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 11px;
}

#legal {
	float: left;
}

#links {
	float: right;
}


#menu span {
	display: block;
	float: left;
	width: 60px;
	height: 50px;
	padding: 30px 18px 0 18px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 11px;
	color: #3B3B3B;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#menu span:hover {
	color: #ED2024;
	border-bottom: 0px;
}
