/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#545454;
	font-size:0.8em;
	margin:0;
	background-color:#B3B3B3;
	font-family:"Tahoma", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a {
	color:#4a74aa;
	text-decoration:none;
}
a:hover {
	color:#4a74aa;
}

h1 {
}

p {
	margin:0 0 8px 0;
}
img {
	border: 0;
}
/* ---- class settings ----------------------- */
.headerWide {
	width: 400px;
}
.headerShort {
	width: 209px;
}
.bigtext {
	font-size: 1.5em;
	font-weight: bold;
}
.learnmore {
	text-align: right;
	font-size: 1em;
}
/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:680px;
	height:auto;

	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:680px;
	height:160px;
	background-image: url(images/bg_header.gif);
	background-repeat:repeat-x;
}
#header h1 {
	margin: 0;
	padding: 28px 0 7px 0;
	height: 125px;
	width: 680px;
	top: 0;
	left: 0;
	position: relative;
}
#content_main h2 {
	font-family: Helvetica, sans-serif;
	background-image:url(images/bg_headings.gif);
	background-repeat:repeat-x;
	text-align: left;
	margin: 0;
	padding: 7px 7px 12px 7px;;
	position:relative;
	top:0;
	left:0;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	height: 11px;
	
	
}
/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:680px;
	height:25px;
	background-color:#CAC9B5;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:680px;
	height:auto;

}

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:175px;
	height:auto;
	padding: 10px 7px 10px 27px;

}

/* ---- end side bar content settings ---------------- */

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0px;
	left:0;
	float:right;
	width:414px;
	height:auto;
	padding: 17px 40px 17px 17px;

}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:644px;
	height:21px;
	padding: 18px;
	clear:both;
	background-image: url(images/bg_footer.gif);
	vertical-align: middle;
	text-align: right;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#side_bar a {
	position:relative;
	width: 175px;
	cursor:pointer;
	background-position:0 0;
	background-repeat: no-repeat;
	float: left;
	clear: both;
}



#side_bar a:hover {
	background-position:0 -25px;
	
}

a#nav_home {
	background-image:url(images/nav/nav_01.gif);
	height:25px;
}
a#nav_about {
	background-image:url(images/nav/nav_02.gif);
	height:25px;
}
a#nav_who {
	background-image:url(images/nav/nav_03.gif);
	height:25px;
}
a#nav_contact {
	background-image:url(images/nav/nav_04.gif);
	height:25px;
}
a#nav_main {
	background-image:url(images/nav/nav_05.gif);
	height:25px;
}
