
body{
	margin: 0;	
	font-family: Tahoma,Arial,sans-serif;
	font-size: 13px;
	line-height: 23px;
}
a{
	color: #006595;
}
#top{
	width: 100%;
	height: 51px;
	background: repeat-x url(images/top-bg.gif);
}
#wrapper{
	margin: 0 auto;
	width: 916px;
	height: auto;
	background: no-repeat url(images/wrapper-bg.jpg);
}
#content{
	padding: 80px 25px 10px 320px;
	color: #666666;
	min-height: 600px;
}
#content h1{
	font-size: 20px;
	color: #006595;
	font-weight: normal;
	font-family: Helvetica,Arial,sans-serif;
}
#content h2{
	font-size: 17px;
	text-transform: uppercase;
	color: #a2998b;
	font-weight: normal;
	font-family: Helvetica,Arial,sans-serif;
	text-decoration: underline;
	padding-top: 10px;
}
#bottom{
	margin-left: 200px;
	height: 230px;
	width: 724px;
	display: block;
}
#tips{
	width: 209px;
	height: 209px;
	background: no-repeat url(images/tip-bg.gif);
	float: left;
}
#tips label{
	display: block;
	color: #a2998b;
}
#tips form{
	padding: 45px 30px 0 30px;
}
#tips input{
	padding: 2px 4px;
	width: 140px;
}
#tips .submit{
	width: 120px;
	margin-top: 11px;
}
#men a{
	display: block;
	width: 250px;
	height: 208px;
	background: bottom no-repeat url(images/men.jpg);
	float: left;
}
#women a{
	display: block;
	width: 264px;
	height: 208px;
	background: bottom no-repeat url(images/women.jpg);
	float: left;
}
#women a:hover,#men a:hover{
	background-position: top;
}
#footer{
	margin-left: 200px;
	border-top: 1px dotted #bdbcb0;
	width: 724px;
	background: no-repeat url(images/footer-bg.jpg);
}
#footer p{
	line-height: 35px;
	letter-spacing: 2px;
	color: #bdbcb0;
}
#bottom2{
	clear: both;
	width: 100%;
	height: 51px;
	background: repeat-x url(images/bottom-bg.gif);
}
