/*
Design by FlashTemplatesDesign
http://www.flashtemplatesdesign.com/
Released for free under a Creative Commons Attribution 3.0 License
*/


body {
	background: #6b9acd url(images/img1.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}


h2, h3 {
	margin-top: 0px;
}


a {
	color: #1B4978;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 600px;
	height: 60px;
	margin: 0px auto;
}

#header h1 {
	margin: 0px;
	padding-top: 20px;
	font-size: 24px;
	padding-left: 20px;
}


#header a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 600px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #003773;
	color: #ffffff;
	height: 20px;
}

#menu a:hover {
	background: #FFFFFF;
	color: #003773;
	height: 18px;
	border-bottom: 2px solid #003773
}

/* Content */

#content {
	background: #FFFFFF;
	width: 600px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 360px;
	margin-top: 20px;
	padding-right: 20px;
}

#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	color: #ffffff;
}

#content h2 {
	background: #6D9CCE url(images/content.gif) repeat-x;
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #000000;
}

#content h3 {
	color: #126DA2;
}
/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 50px;
	padding-top: 10px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	color: #333333;
}