@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:"Calibri",Tahoma, Geneva, sans-serif;
}

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


#wrapper {
	margin:0 auto;
	width:990px;
	height:auto;
	background:url(../images/bg/wrapper_bg_y_repeat.gif) top left repeat-y;

}

#header {
	width:783px;
	height:290px;
	float:right;
}

#header_seperator {
	width:783px;
	height:41px;
	background:url(../images/bg/seperator_bar_top_bg_snowflake.gif) top right no-repeat #2aabe4;
	float:right;
}

#hero_pic {
	width:783px;
	height:511px;
	float:right;
}

#header_seperator_bottom {
	width:783px;
	height:21px;
	background-color:#2aabe4;
	float:right;
}
	
#left_nav_bar {
	width:207px;
	height:auto;
	float:left;
	background:url(../images/bg/left_nav_bar_top_bg.jpg) top left no-repeat #2aabe4;
}

#menu_wrapper {
	margin-top:371px;
	height:470px;
	text-align:left;
	background-color:#2aabe4;
}

.menu_item {
	width:186px;
	height:30px;
	padding-left:22px;
	font-size:18px;
	padding-top:6px;
}

#menu_footerAdvert {
	width:207px;
	height:auto;
	padding-top:300px;
	background:url(../images/bg/left_nav_bar_bottom_bg.jpg) top left no-repeat;
}


#content_wrapper {
	width:783px;
	height:auto;
	float:right;
	padding-bottom:42px;
}

#text_content_left {
	width:476px;
	height:auto;
	padding-left:90px;
	padding-right:10px;
	float:left;
	text-align:left;
	font-size:16px;
	line-height:20px;
}

#text_content_left a:link {
	color: #2aabe4;
	text-decoration: none;
}
#text_content_left a:visited {
	text-decoration: none;
	color: #2aabe4;
}
#text_content_left a:hover {
	text-decoration: underline;
	color: #2aabe4;
}
#text_content_left a:active {
	text-decoration: none;
	color: #2aabe4;
}






#text_content_right {
	width:207px;
	height:auto;
	float:right;
}
	

#footer {
	width:971px;
	height:17px;
	background-color:#2aabe4;
	text-align:right;
	padding-right:20px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:10px;
	padding-top:6px;
}
	
.orange {
	color:#F90;
	font-weight:bold;
}
