#body{
	width: 876px;
	margin: 0px auto;
}

#top{
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
	width: 876px;
	height: 21px;
	margin-top: 52px;
}

#mid{
	background-image: url('../images/mid.png');
	background-repeat: repeat-y;
	min-height: 200px;
	padding: 10px 37px 15px 37px;
}

#logo{
	float: left;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	width: 113px;
	height: 120px;
}

#header{
	float: right;
	width: 649px;
}

#foundation{
	margin-top: 20px;
	margin-right: -5px;
	float: right;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	width: 552px;
	height: 47px;
}

#navbar{
	float: right;
	width: 640px;
	margin-top: 11px;
	text-align: right;
}

#navbar a{
	text-decoration: none;
	float: right;
	font-size: 15px;
	font-weight: normal;
	color: #1c165d;
	background-color: transparent;
	display: block;
	padding: 6px 14px 2px 14px;
	font-family: myriad pro, helvetica, verdana, century gothic, helvetica neue, arial;
	margin-right: 10px;
}

#navbar a:hover{
	color: #ffffff;
	background-color: #1c165d;
}

#header_pic{
	margin-top: 32px;
	background-image: url('../images/home_header.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 327px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#header_pic_inner{
	margin-top: 32px;
	background-image: url('../images/inner_header.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 240px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#buttons{
	margin-bottom: 22px;
}

#buttons a{
	float: left;
}

#bot{
	background-image: url('../images/bot.png');
	background-repeat: no-repeat;
	width: 876px;
	height: 93px;
	padding: 20px 37px 37px 37px;
	font-size: 14px;
	color: #cdcdcd;
	text-align: center;
}

#bot a{
	font-size: 14px;
	color: #cdcdcd;
	font-weight: normal;
	text-decoration: none;
	font-family: myriad pro, century gothic, helvetica neue, helvetica, verdana, arial;
}

#bot a:hover{
	text-decoration: underline;
	color: #ffffff;
}

/*PAGES*/
#news{
	float: right;
	margin: 0px 0px 10px 10px;
	width: 200px;
	padding: 10px;
	border: solid 1px #919191;
}

#news ul{
	list-style: disc;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#news li{
	margin-bottom: 5px;
}

#news li a{
	font-family: myriad pro, century gothic, helvetica neue, helvetica, verdana, arial;
	color: #636363;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

#news li a:hover{
	color: #000000;
}