@charset "UTF-8";

/* Global elements */
body {
	color: #000;
	height: 450px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
a img { 
	border: none;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	clear: left;
}
h1, h2, h3 {
	color: #000;
	font-weight: normal;
}
h1 {
	color: #000;
	font-family: 'CallunaRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 26pt;
	font-weight: normal;
}
h2 {
	color: #000;
	font-family: 'CallunaRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 18px;
	padding-top: 15px;
	padding-left: 30px;
}
h3 {
	color: #000;
	font-family: 'CallunaRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
}
ul.nav {
	padding-left: 15px;
	position: relative;
}
ul.nav li {
	margin-right: 90px;
	display:inline;
	position: relative;
	left: 270px;
}

.container {
	margin: 0px auto;
	width: 1080px;
	background-color: #FFF;
	background-image: url(../gifs/fineart_container_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 151px;
}

.header {
	height: 150px;
	background-color: #FFF;
	background-image: url(../gifs/header_bg.gif);
	background-repeat: no-repeat;
	float: none;
	background-attachment: scroll;
}
.left-element {
	position: relative;
	left: 0px;
	width: 270px;
	top: 0px;
	z-index:1; 
   }
.right-element {
	position: absolute;
	top: 55px;
	width: 1080px;
	height: 44px;
   }

.sidebar1 {
	float: left;
	width: 220px;
	padding-bottom: 10px;
	padding-top: 600px;
}
.sidebar1 p {
	margin-top: 0px;
	font-size: 85%;
}
.sidebar1 h3 {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 110%;
}

.sidebar2 {
	float: left;
	width: 285px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	top: 75px;
	left: 397px;
}
.sidebar2 p {
	font-family: 'CallunaRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	line-height: 18px;
}
.sidebar2 h3 {
	margin-bottom: 0;
	margin-top: 0px;
	font-size: 18px;
}
.pod {
	margin: 0px 0px 20px 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #fff;
}

a:link {
	color: #0073AE;
}
.content {
	float: left;
	width: 400px;
	position: relative;
	height: 670px;
	padding-top: 30px;
	line-height: 16px;
	font-size: 14px;
	font-family: 'CallunaRegular', Georgia, "Times New Roman", Times, serif;
}

.fltlft {
	float: left;
	padding-right: 8px;
}

.footer {
	height: 42px;
	width: 1080px;
	clear: both;
	position: relative;
	background-color: #FFF;
	background-image: url(../gifs/footer_bg.gif);
	background-repeat: no-repeat;
}
