/* 
	Alliance
	-------------------------------------
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	text-align: center;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 175px;
	background-color: #18472C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../img/title_background.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#main_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 750px;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#sub_content {
	width: 750px;
	margin: 0px;
	padding: 0px;
}
#logo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 200px;
	background-color: #FFD100;
	float: left;
	background-image: url(../img/main_nav_text_background.jpg);
	background-repeat: repeat-x;
}
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	float: left;
	width: 750px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../img/nav_background.jpg);
	background-repeat: repeat;
	text-align: left;
}
#sub_content_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #18472C;
	float: left;
	width: 550px;
	padding-top: 20px;
	text-align: left;
	background-image: url(../img/feature_bg.jpg);
	background-repeat: repeat;
}
#news {
	text-align: justify;
}
#content {
	width: 92%;
	background-color: #2F714B;
	padding-left: 3%;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 29px;
	padding-bottom: 25px;
	padding-right: 5%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../img/content_background.jpg);
	background-position: right bottom;
}
#text {
	text-align: justify;
	font-size: 11px;
}
#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background-color: #000033;
	width: 100%;
	height: 20px;
	padding-top: 5px;
}
#footer a:link, #footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	text-decoration: underline;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 4px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #33CC33;
	text-decoration: underline;
}
#contact_input {
	width: 150px;
}
