/* CSS Document */

body{
	padding:0;
	margin:0;
	background-color:#d0d6a5;
	text-align:center;
	color:#FFFFFF;
	font-family:"Century Gothic", Verdana, Arial, serif;
	height: 100%;
	
}
html { 
height: 100%; 
margin-bottom: 1px; 

}

#wrapper{
	padding:0;
	margin:0;
	text-align:center;

}

#header{
	height:20px;
	background-image:url(../images/headerBG.jpg);
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	text-align:right;
}

#footer{
	height:60px;
	background-image:url(../images/footerBG.jpg);
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	text-align:center;
}

#title{
	height:170px;
	background-image:url(../images/titleBG.jpg);
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	text-align:center;
}

#subLink{
	height:600px;
	width:250px;
	background-image:url(../images/subNavBG.jpg);
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	text-align:right;
}

#shop{
	height:35px;
	width:670px;
	background-image:url(../images/shopBG.jpg);
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	text-align:right;
	vertical-align: top;
}
#contentBg{
	width:670px;
	
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:top;
	

}

#content{
padding: 0 0px 275px 20px;
margin: 0;
width: 580px;
}
