html {
	overflow: -moz-scrollbars-vertical;
	background-image: url(../images/Main_Background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #7487af;
	margin: 0;
	padding: 0;
}
body {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1 {
	color: #FFF;
	font-family: "Century Gothic"; 
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: normal;
}
h2 {
	color: #7487af;
	font-family: Verdana, Geneva, sans-serif; 
	margin-top: 6px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif; 
	padding-top: 22px;
	padding-left: 75px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
h4 {
	color: #7487af;
	font-family: Verdana, Geneva, sans-serif; 
	margin-top: 6px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
p {
	color: #aeaeae;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 16px;
	font-weight: normal;
}
p1 {
	color: #626262;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
a, a:visited, a b {
	color: #7487af;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/* layout */
#container {
	width: 942px;
	background-image: url(../images/Container_Background.jpg);
	background-repeat: repeat-x;
	background-color: #4d6294;
	margin-left: auto;
	margin-right: auto;
}
/* header */
#header {
	height: 545px;
	margin-bottom: 14px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 70px;
	left: 22px;
}
#header #birds {
	position: absolute;
	top: 105px;
	right: 22px;
}
#header #tri_img {
	position: absolute;
	top: 180px;
	left: 11px;
}
#header #saying {
	position: absolute;
	bottom: 0px;
	left: 230px;
}
/* menu */
#header #menu_bg {
	position: absolute;
	top: 153px;
	right: 121px;
}
#header #menu {
	position: absolute;
	top: 155px;
	right: 25px;
	background-color: transparent;
	height: 0px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 0px 0px 0px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	position: relative;
	font-size: 14px;
	color: #aeaeae;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	z-index: 6;
}
#menu > ul > li:hover > a {
	background-color: transparent;
	color: #7487AF;
}
#content_back {
	width: 902px;
	margin-left: 20px;
	background-color: #FFF;
	border-radius: 25px;
	margin-bottom: 15px;
}
#content_line {
	width: 886px;
	margin-top: -7px;
	margin-bottom: -7px;
	margin-left: 8px;
	background-color: #7487AF; 
	border-radius: 20px;
}
#content {
	width: 876px;
	margin-top: -10px;
	margin-bottom: -9px;
	margin-left: 5px;
	min-height: 400px;
	background-color: #FFF; 
	border-radius: 15px;
}
#side_content_1 {
	width: 323px;
	height: 60px;
	margin-top: -25px;
	background-image: url(../images/Sub_Section_Header.png);
	background-repeat: no-repeat;d7d7d7
}
#side_content_2 {
	width: 287px;
	min-height: 200px;
	margin-top: 0px;
	margin-left: 18px;
	background-color: #d7d7d7;
	box-shadow: 2px 2px 20px #231f20
}
#footer {
	position: relative;
	width: 942;
	min-height: 25px;
	margin-bottom: 25px;
}