#wrapper{
width:800px;
height:100%;
margin-left:auto;
margin-right:auto;


}

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}

#header{
	background-image:url(images/header.png);
	width:815px;
	height:184px;
}

#nav{
	margin-left:28px;
	height:35px;
	
}


#content{
	width:800px;
	height:600px;
}


#left{
	width:370px;
	height:auto;
	float:left;
	/*border:1px solid yellow;*/
	
}



#welcome{
	width:370px;
	height:310px;
	float:left;
	/*border:1px solid red;*/
	background-image:url(images/welcome.png);
	background-repeat:no-repeat;
	
		
	
}

p{
	
width:330px;
height:auto;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
padding-top:65px;
padding-left:30px;
	
}

#tees{
	width:370px;
	height:308px;
	float:left;
	/*border:1px solid green;*/
	background-repeat:no-repeat;
	background-image:url(images/toptees.png);
	margin-left:10px;
}


#right{
	width:400px;
	height:525px;
	float:right;
	/*border:1px solid blue;*/
	background-image:url(images/model.png);
	background-repeat:no-repeat;
	margin-top:17px;
	
}

#footer{
	
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	width:auto;
	height:169px;
	
	
}

#copy
{
	background-image:url(images/copyright.png);
	width:512px;
	height:22px;
	float:right;
	margin-top:113px;
	margin-right:30px;
}