/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #4096EE url(images/img1.jpg) repeat-x;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #C10059;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 600px;
	height: 80px;
	background-repeat: repeat;
	background-image: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F0EEEF;
	border-bottom-color: #F0EEEF;
}

#header h1 {
	float: left;
	padding-top: 30px;
	font-size: 30px;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: normal;
	color: #FF017E;
	padding-bottom: 30px;
}

#header h2 {
	float: right;
	padding-top: 30px;
	font-size: 30px;
	letter-spacing: -1px;
	color: #FF6600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 65px;
	font-weight: normal;
	padding-bottom: 30px;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 600px;
	height: 39px;
	background-color: #370006;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	padding: 12px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF6600;
	background-color: #370006;
}

#menu a:hover {
	background-color: #370006;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF6600;

}

/* Content */

#content {
	width: 600px;
	background-color: #E4E0E2;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #370006;
	border-bottom-style: none;
}

#colOne {
	float: right;
	width: 330px;
	margin-top: 0px;
	padding-right: 30px;
	margin-left: 0px;
	padding-bottom: 40px;
	padding-top: 32px;
	padding-left: 30px;
	height: 275px;
	overflow: auto;
}

#colTwo {
	float: left;
	width: 170px;
	padding-right: 10px;
	padding-left: 30px;
	padding-top: 32px;
	padding-bottom: 40px;
	font-size: 10px;
	color: #FF6600;
	overflow: auto;
	height: 275px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	text-transform: none;
	font-size: 14px;
	color: #390009;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}

#content h3 {
	color: #390009;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
}
/* Footer */

#footer {
	width: 570px;
	height: 20px;
	background-color: #370006;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#footer p {
	margin: 0px;
	padding-top: 0px;
	text-align: right;
	font-size: 9px;
	color: #FF6600;
}

#footer a {
	color: #FF6600;
}

#footer a:hover {
	color: #FF6600;
}
