body {
	margin:0px;
	font-family: Verdana, sans-serif;
	font-size:x-small;
	color:#666633;
}
h1{
	font-size: small;
	font-weight: normal;
	padding-top:20px;
	color: #999966;
}

h2{
	font-size: x-small;
	font-weight: bold;
	line-height: 0%;
	padding-top:20px;
	color: #999966;
}

p{
	font-size: x-small;
	text-align: justify;
	line-height:150%;
}

a:link, a:visited{
color: #CCCC99;
text-decoration: none;
}

a:hover, a:active{
text-decoration: underline;
}

.emphasis{
color: #999966;
}

.button{
text-align:center;
border: 1px solid #666633;
line-height:200%;
padding: 5px;
background: url("../assets/button_gradient.png") repeat-x top right;
}

.inset{
	float: left;
	margin-right: 10px;
	
	}

#banner{
width: 100%;
height:115px;
}

#nav{
width: 100%;
height:20px;
}

#nav ul {
	font-weight: bold;
	list-style:none;
	position:absolute;
	height:20px;
	left: 400px;	
}

#nav ul li{
	float: left;	
	position: relative;
}

#nav ul li a{
	text-decoration:none;
	width:auto;
	height:20px;
	line-height:20px;
	color: #999966;
	display:block;	
	padding:0 20px 0 20px;
	border-right:1px solid #666633;
}
#nav li ul {	position: absolute;	margin: 0;
	padding: 0;
	left: 0;
	top: 20px;	display: none;	}
	
#nav li ul a{
	border-right:1px solid #000000;
	width:auto;
}	
	
#nav li:hover ul { display: block; }
#nav a:hover { color: #cccc99; }

#main{
	background: url("../assets/giordana_logo.png") no-repeat 20px 40px;
	width:800px;
	margin-left: 160px;
	}
	
#maincol{
	float:left;
	width: 385px;
	margin-top: 80px;
	padding:0px 0px 20px 65px;
}

#sidecol{
	float: right;
	width: 270px;
	padding: 70px 30px 20px 0px;
	margin-top: 80px;
}

#sidecol img{
	border: 1px solid #666633;
	}

#sidecol ul{
	list-style:none;
	margin:0;
	padding:0;
	}


#footer{
	clear: both;
	width: 800px;
}

#footer p{
	text-align: right;
}