@charset "utf-8";


* {
margin:0px;
padding:0px;

}
body {
	background-color: #000034;
	background-image: url(../images/home_bg_02.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper .links {
clear:both;
width: 681px;
	margin-right: auto;
	margin-left: auto;
}
#icons{
height: 54px;
width: 163px;
float: right;
margin-top: 10px;
}
#content a {
font-size: 14px;
font-style: italic;
font-weight: bold;
color: #FFFF80;
text-decoration: none;
border-bottom: thin dotted #FFFF80;
}
#content a:hover {
font-size: 14px;
font-style: italic;
font-weight: bold;
color: #ffffff;
text-decoration: none;
border-bottom: thin dotted #ffffff;
}
/*==================homepage======================================*/
#logo {
	background-image: url(../images/VW_home_03.png);
	background-repeat: no-repeat;
	height: 74px;
	width: 286px;
	margin-left: 160px;
	float:left;
}
#pic_chain {
	background-image: url(../images/VW_home_05.png);
	background-repeat: no-repeat;
	height: 207px;
	width: 850px;
	display: block;
	float:left;
}
#pic_tag {
	background-image: url(../images/VW_home_06.png);
	background-repeat: no-repeat;
	height: 86px;
	width: 850px;
	display: block;
	float:left;
}
#header {
	height: 22px;
	background-image: url(../images/VW_home_07.png);
	background-position: top left;
	background-repeat: no-repeat;
	display:block;
	width: 850px;
	float:left;
}
#content{
padding: 10px;
padding-left: 40px;
padding-right: 40px;
color: #ffffff;
}
#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align: justify;
	line-height: 24px;
}
#body .headding{
font-size: 21px;
line-height: normal;
color: #CCDBEC;
padding-left: 40px;
}

.spacer {
clear:both;
line-height:12px;
}

#footer {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
#footer ul {
margin:0px;
padding:0px;
list-style-type: none;
display: block;
height: 30px;
width: 500px;
margin-left: auto;
margin-right: auto;
}

#footer ul li {
	float: left;
	color: #014C8B;
	text-align: center;
	margin-left: 10px;
	}

#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #014C8B;
	text-decoration: none;

}
#footer ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
