/* CSS Document */
/***********GLOBAL RESET do not edit****************/
body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
     margin:0;   
     padding:0;   
}
  
html {
	height:100%;
	margin:0 auto;
}

body {
	background-color:#BFE0E3;
	margin-top:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-repeat:repeat-x;
	background-position:bottom left;
}

h1 {
	font-size:12px;
	font-weight:bolder;
}

a {
	text-decoration:none;
	color:#666666;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0px;
}

/* this div contains all others */

#content {
	width:855px;
	margin:0 auto;
	text-align:center;
}

#container {
	margin:0 auto;
	width:800px;
	text-align:center;
	z-index:10;
	float:left;
}

#logo {
	background-image:url(images/logo_fineart.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float:left;
	width:50px;
	height:450px;
	z-index:5;
	margin:0 5px 0 0;
}

/* contains #navdiv (ref in nav.php) */
#top {
	text-align:left;
	float:left;
}
	
#nav {
	margin:0 0 0 -3px;
	font-size:13px;
	z-index:20;
	overflow:hidden;
	float:left;
}

#spacertop {
	height:20px;
	background-color:#FFFFFF;
	width:800px;
	background-image:url(images/corner.gif);
	background-repeat:no-repeat;
	background-position:right top;
	margin:0px;
	float:left;
}

#maindiv {
	overflow:auto;
	width:800px;
	height:auto; /* change this to fixed value to create an iframe alternative */
     margin:0;   
	background-color:#FFFFFF;
	border:0px none #000000;
	float:left;
	text-align:center;
}

#spacerbot {
	height:5px;
	width: 800px;
	background-color:#FFFFFF;
	margin:0px;
	float:left;
}
	
#footer {
	height:20px;
	width:800px;	
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:right top;
	float:right;
	float:left;
}

.footer_inl {
	float:left;
	margin-left:10px;
	text-align:left;
	width:auto;
}

.footer_inr {
	float:right;
	margin-right:10px;
	text-align:right;
}

#absbot {
	height:20px;
	width:800px;
	text-align:right;
	float:left;
}

#links {
	text-align:left;
	font-size:12px;
}

.item {
	width:300px;
	margin-bottom:20px;
	margin-left:250px;
}

.itemtitle {
	float:left;
	text-align:left;
	width:50%;	
}

.itemdesc {
	float:left;
	text-align:left;
	width:50%;
}

strong {
	font-weight: bolder;
}

#page {
	padding-left:120px;
	padding-right:120px;
	text-align:left;
	font-size:12px;
}
#breadcrumb a{
	font-size:10px;
	color:#009999;
}
#bottom_logo {
	clear:both;
	margin-bottom:15px;
	font-size:14px;
}
#bottom_logo a{
	font-size:14px;
	color:#0099FF;
}