body {
	margin:5px 0;
	padding:0;
	font-family:helvetica, arial;
	font-size:12px;
	color:#555;
	
}
form, p{
	margin:0;
}
h1{
	font-size:11px;
	margin:0 0 5px 0;
	text-transform:uppercase;
}
h2{
	font-size:11px;
	margin:0;
	text-transform:uppercase;
}
h3{
	font-size:11px;
	margin:0 0 5px 0;
	margin:0;
}
img{
	border:none;
}
#container {
	margin:0 auto;
	width:1000px;
	min-height:600px;
	height:auto !important;
	height:600px;
	padding-bottom:30px;
}

#header {
	width:1000px;
	height:70px;
	cursor:pointer;
}

#banner {
	width:1000px;
	height:280px;
}

#nav {
	width:1000px;
	height:25px;
	background:url(/templates/art-com/layout/nav.gif) no-repeat;
}

#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav li {
	display:inline;
}
#nav ul li a {
	display:block;
	width:200px;
	height:25px;
	float:left;
	text-align:center;
	line-height:25px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

#main {
	width:1000px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-top:25px;
	clear:both;
	position:relative;
}
.clear{
	clear:both;
}
.coloredLink{
	font-weight:bold;
	text-decoration:none;

}
.coloredLink:hover{
	text-decoration:underline;
}