/* CSS Document */


body  {
text-align : center;
margin-left : auto;
margin-right : auto;
      }
      
div.wrapper {
width: 980px;
margin-left: auto;
margin-right: auto;

}
div.center {
top : 0;
width : 980px;
height : 160px;

      }

div.title {
	top : 0;
	width : 400px;
	height : 20px;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
	float: left;
	text-align: left;
      }
div.intropic {
top : 0;
width : 980px;
height : 700px;
float: left;
background		:url(start2.jpg) no-repeat;

      }
	  div.navistart {
	top : 0;
	width : 380px;
	height : 600px;
	float:right;
	margin-top: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align:left;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	background-attachment: fixed;
	padding-right: 25px;
      }
a {
color				: #FFCC33;
text-decoration	: none;

}



a:hover {
color				: #ffffff;

}
