/*
CSS Credit: http://www.templatemo.com/
*/
body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #11a0dc;
}
a:link, a:visited { color: #83bb0a; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #83bb0a; text-decoration: none; font-weight: bold; }

h1 {
	margin:30px 0px 10px 0px;
	font-weight: bold;
	font-size: 18px;
	color:#abd037;
}
h2 {
	margin:40px 0px 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color:#ffff60;
	padding-bottom: 10px;
}
h3 {
	margin:20px 0px 20px 40px;
	font-weight: bold;
	font-size: 12px;
	color:#adadad;
}
#container {
	margin: auto;
	width: 758px;
}
#header {
	width: 758px;
	height: 229px;
	background: url(images/header.jpg) no-repeat;
}
#title {
	float: left;
	width: 400px;
	margin-top: 50px;
	padding-left: 260px;
	font-size: 24px;
	font-weight:bold;
	color: #c5c5c5;
	line-height: 1.5em;
}
#title span {
	color: #e3ff60;
}
#slogan {
	float: left;
	color: #FFFFFF;
	width: 500px;
	text-align: right;
}
#welcome {
	float: left;
	width: 500px;
	margin-top: 85px;
	padding-left: 20px;
	color: #e7f5a4;
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
}
#content {
	margin: auto;
	float: left;
	width: 758px;
	background: url(images/body_bg.jpg) repeat-y;
}
#left {
	float: left;
	width: 430px;
	padding-left: 40px;
	padding-right: 40px;
	color:#FFFFFF;
	text-align: justify;
}
#left_column {
	float: left;
	width: 195px;
}
#right_column {
	float: right;
	width: 195px;
}
#right {
	float: right;
	width: 218px;
	border-top: solid  5px #FFF;
}
.menu {
	margin-top: 30px;
	width: 200px;
}
.hr{
	height: 2px;
	color: #FFF;
}
.menu li{
	list-style: none;
	height: 60px;
	display: block;
	padding-top: 5px;
}
.menu a {
	color: #595959;
}
.menu a:hover {
	color: #000;
}
.box {
	width: 222px;
	margin-left: 20px;
	margin-top: 10px;
	background: url(images/box.jpg) no-repeat;
}
.box p {
	width: 180px;
	text-align: justify;
	padding-left: 20px;
	padding-top: 5px;
}
.box strong {
	color: #fff836;
}
.box_header {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 30px;
	height: 20px;
	font-weight: bold;
	font-size: 12px;
	color:#adadad;
}

#footer {
	float: left;
	width: 758px;
	height: 40px;
	color: #000;
	font-weight: bold;
	color: #595959;
	text-align: center;
	padding-top: 12px;
	background: url(images/footer.jpg) no-repeat;
}

#footer a:link, #footer a:visited { color: #000; text-decoration: none; } 
#footer a:active, #footer a:hover { color: #C00; text-decoration: none; }