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

/*body
{
	background-color:#000000;
	background-image:url(../images/wrapper_bg.jpg);
 	background-repeat:repeat-y;
	background-position:top center; 	
	margin-left:auto;
	margin-right:auto;
	height:auto;
	min-height:944px;
	width:1080px;
	padding:0;
	margin:0;

}*/
body
{
	background-image:url(../images/wrapper_bg.jpg);
	background-repeat:repeat-y;
	background-position:top center; 
	background-color:#bababa;
	padding:0;
	margin:0;

}
.Header-fake
{
	background-image:url(../images/header-bg.jpg);
	height:271px;
	width:785px;
	margin-left:auto;
	margin-right:auto;
	z-index:5;
	background-repeat:no-repeat;
	background-position:center;

}
.Header
{
	position: relative;
	left: -29px;
	background-image:url(../images/nav_bg.png);
	height:274px;
	width:842px;
	margin-left:auto;
	margin-right:auto; 
	z-index:10;

}
.Nav
{
	float:left;
	margin-top:183px;
	margin-left:30px;
}

.Wrapper
{
 	background-image:url(../images/wrapper_bg.png);
 	background-repeat:repeat-y;
	background-position:top center; 	
	margin-left:auto;
	margin-right:auto;
	height:auto;
	min-height:600px;
	width:842px;
	padding-bottom:5px;

}
.MainWrapper
{
	background-color:#FFFFFF;
	width:784px;
	height:auto;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;

}

.MainContent
{
	min-height:525px;
	width:760px;
	height:auto;
	min-height:600px;
	color:#000000;
	padding:10px;
}

/*HOME*/

.HomeTitle
{
	font-family:"Myriad Pro";
	font-size:26px;
	color:#010101;
	width:100%;
	text-align:center;
	height:40px;
	padding-bottom:5px;
	border-bottom:1px solid;
	margin-top:10px;
	

}

.HomeContent
{
	font-family:"Myriad Pro";
	font-size:18px;
	width:100%;
	text-align:center;
	margin-top:10px;
	color:#010101;

}

/*****/

.ContentTitle
{
	font-family:"Myriad Pro";
	font-size:25px;
	padding-left:5px;
	padding-right:20px;
	padding-bottom:5px;
	border-bottom:1px solid;
	margin-top:10px;
	width:100px;
	margin-right:600px;
	

}
.Content
{
	font-family:"Myriad Pro";
	font-size:18px;
	width:755px; /*760*/
	padding-left:5px; /*delete*/
	min-height:650px;
	height:auto;
	text-align:left;
}
.ContentLeft
{
	font-family:"Myriad Pro";
	font-size:18px;
	width:325px; /*  330  */
	margin-top:20px;
	padding-left:5px;
	padding-right:20px;
	height:auto;
	float:left;

}

.ContentRight
{
	font-family:"Myriad Pro";
	font-size:18px;
	width:365px;
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
	height:auto;
	float:left;

}


.Footer
{
	height:66px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	padding:0px;
	margin:0px;

}

.FooterText
{
	color:#FFFFFF;
	text-align:center;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:10px;
	line-height:24px;
}


a.FooterLink:link {color:#FFFFFF; margin-left:20px; margin-right:20px; text-decoration:none;}      /* unvisited link */
a.FooterLink:visited {color:#FFFFFF; margin-left:20px; margin-right:20px; text-decoration:none;}  /* visited link */
a.FooterLink:hover {color:#FFFFFF; margin-left:20px; margin-right:20px; text-decoration:underline;}  /* mouse over link */
a.FooterLink:active {color:#FFFFFF;margin-left:20px; margin-right:20px; text-decoration:none;}  /* selected link */




