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

body{
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	text-align:center;
	margin-top:0px;
	padding-top:0px;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:10pt;
}

#main{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:1024px;
	height:208px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}

#center{
	width:1024px;
	height:410px;
	background-image:url(../images/center.png);
	background-repeat:no-repeat;
}

#feedback{
	width:368px;
	height:410px;
	text-align:right;
}

#content{
	/*margin-left:auto;
	margin-right:auto;*/
	width:1024px;
	background-image:url(../images/content.png);
	background-repeat:repeat-y;
}

#footer{
	width:1024px;
	height:83px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	/*margin-left:auto;
	margin-right:auto;*/
	text-align:center;
	color:#356a9c;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
}

#links{
	float:right;
	margin-right:126px;
	margin-top:6px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12pt;
}

#download{
    float:right;
	margin-top:150px;
    margin-right:-255px;
}

#download img{
    border:none;
}

#download a{
    border:none;
}

#links a{
	color:#FFF;
	text-decoration:none;
}

#links a:visited {
	color:#FFF;
} 

#links a:hover {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
} 

#links a:active {
	color:#FFF;
	font-weight:bold;
}

.text {
    width:740px;
    padding-top:12px;
    text-align:left;
    padding-left:130px;
    padding-right:130px;
    padding-bottom:20px;
}

.nav {
    background-color:white;
}

.body {
    background-color:white;
}