/*
Version 1.0
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #505050 url(images/background.bmp) repeat-y center; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16.5px;
	color: #505050;
}

h1, h2, h3 {
	font-weight: normal;
	color: #0000FF;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; font-weight: 700; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:link {
	text-decoration: none;
	color: #0000AA;
}

a:hover {
	text-decoration: none;
	color: #00AA00;
}

a:visited {
	text-decoration: none;
	color: #0000AA;
}
#header {
	width: 770px;
	height: 70px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 254px;
        height: 59px;
        background: url(images/logo.gif) no-repeat;
}

#logo h1 {
	text-align: left
}

#logo h1 a {
	color: #00FF00;
}

#logo h2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #0000FF;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: right;
	width: 500px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 20px 16px 0 16px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 17px;
	font-weight: 525;
	color: #A8A8A8;
}

#menu a:hover {
	color: #00FF00;
	text-decoration: underline;
	background: #0000BB;
}

#splash {
	width: 765px;
	height: 192px;
	margin: 0 auto;
	background: url(images/home01.jpg) no-repeat;
}

#splash p {
	float: right;
	width: 460px;
	height: 80px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #ED2024;
}

#splashabout {
	width: 768px;
	height: 140px;
	margin: 0 auto;
	background: url(images/about.jpg) no-repeat;
}

#splashnews {
	width: 768px;
	height: 140px;
	margin: 0 auto;
	background: url(images/news.jpg) no-repeat;
}

#splashlines {
	width: 768px;
	height: 140px;
	margin: 0 auto;
	background: url(images/lines.jpg) no-repeat;
}

#splashquote {
	width: 768px;
	height: 140px;
	margin: 0 auto;
	background: url(images/quote.jpg) no-repeat;
}

#splashcontact {
	width: 768px;
	height: 140px;
	margin: 0 auto;
	background: url(images/contact.jpg) no-repeat;
}


#page {
	width: 770px;
	margin: 0 auto;
}

#page h1 {
	margin-bottom: 20px;
}

#page h2 {
	margin-bottom: 20px;
	padding: 0 10px;
	background: #00AA00;
	color: #FFFFFF;
}


#content {
	float: right;
	width: 489px;
	padding: 20px;
	border-left: 1px solid #DDDDDD;
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: right;
	width: 199px;
	padding: 20px;
	border-right: 1px solid #DDDDDD;
	font-size: 14px;
}

#sidebar a:hover {
	color: #00FF00;
	text-decoration: none;
}
#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	border-top: 1px solid #CCCCCC;
}

#sidebar h3 {
	width: 50px;
	height: 17px;
	padding: 0 20px;
	background: #00AA00 url(images/img5.gif) no-repeat;
	color: #FFFFFF;
}



#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 4px solid #0000DF;
}
#footer a:hover {
	color: #00AA00;
	text-decoration: none;
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
}

#links {
	float: right;
}