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

body{
	background-image: url(../images/v_background.jpg);
	background-position: center;
	background-position: top;
	background-attachment: fixed;
}

#container{
	width: 1030px;
	height: auto;
	min-height: 600px;
	margin: auto;
}

#header{
	width: 1030px;
	height: 200px;
}

#navigation{
	width: 1030px;
	height: 40px;
	background-image: url(../images/v_navBkgrnd.png);
	background-repeat: repeat-x;
}

#contentOut{
	width: 1030px;
	height: auto;
	min-height: 300px;
}

#contentIn{
	width: 1030px;
	height: auto;
	margin: auto;
	background-image: url(../images/v_contentBkgrnd.png);
	background-repeat: repeat;
}

#footer{
	width: 1030px;
	height: auto;
	margin: auto;
	clear: both;
	padding-top: 10px;
}

#footerTop{
	width: 990px;
	height: 30px;
	margin: auto;
}

#footerBottom{
	width: 990px;
	height: 40px;
	margin: auto;
}

#footerBottom a{
	color: #464646;
	text-decoration: none;
}

#footerBottom hover{
	color: #ff679a;
	text-decoration: none;
}