@charset "UTF-8";
/*FONTS*/

h1 {
	font-size:20px;
	color:#5a9bd5;
	margin-top:8px;
	margin-bottom:0;
	padding:0;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size:20px;
	color:#5a9bd5;
	margin-top:8px;
	margin-left:10px;
	margin-bottom:0;
	padding:0;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}


h3 {
	font-size:14px;
	color:#5a9bd5;
	margin-top:8px;
	margin-left:10px;
	margin-bottom:0;
	padding:0;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}


h4 {
	font-size:14px;
	color:#5a9bd5;
	margin-top:8px;
	margin-bottom:0;
	padding:0;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}



 a {
	color: #717171;
	text-decoration:none;
}

.bold_red {
	color:#F00;
	font-weight: bold;
}



/* LAYOUT */

body {
	background-color:#FFFFFF;
	margin-top:0;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/layout/bg_02.png);
	background-repeat:repeat-x;
	color:#717171;
}

#wrapper {
	width: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#banner {
	width: 860px;
	height:114px;
	display:inline;
	float:left;
	background:url(../images/layout/banner_04.png);
}


#nav {
	width: 800px;
	height:23px;
	display:inline;
	float:left;
	margin-top:75px;
	margin-left: 55px;
}

#banner_footer {
	width: 833px;
	height:15px;
	display:inline;
	float:left;
	text-align: right;
	color: #ecbd15;
}

#banner_footer a {
	color: #ecbd15;
	text-decoration:none;
}

#flash_box {
	width: 860px;
	height:267px;
	display:inline;
	float:left;
	background:url(../images/layout/flashbox_19.png);
	background-repeat: no-repeat;
}

#flash_holder {
	width: 835px;
	height:241px;
	display:inline;
	float:left;
	margin-left: 11px;
	margin-top: 11px;
}



/* CONTENT BOX */


#contentbox_top {
	width:860px;
	height:20px;
	min-height:20px;
	float:left;
	display:inline;
	background:url(../images/layout/contentbox/top_32.png);
	margin-top: 5px;
}

#contentbox_top_hosting {
width:860px;
	height:59px;
	min-height:20px;
	float:left;
	display:inline;
	margin-top: 5px;
}



#contentbox_middle {
	width:820px;
	height:auto;
	float:left;
	display:inline;
	background:url(../images/layout/contentbox/side_34.png);
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

#contentbox_middle a {
	color: #ecbd15;
	text-decoration:none;
}

#contentbox_bottom {
	width:860px;
	height:21px;
	float:left;
	display:inline;
	background:url(../images/layout/contentbox/bottom_36.png);
}

#footer {
	width:860px;
	height:auto;
	float:left;
	display:inline;
	text-align:center;

}
