/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0;}
html { overflow-y: scroll; height: 100%}
body { font: 100% Helvetica, sans-serif;
	background: url(images/bg.gif) repeat-x #e7e7e2;
	height: 100%;}

ul { list-style: none inside; }
p { font: .8em/.9em Georgia, serif; margin-bottom: 1.3em; line-height: 160%;}


/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */

h1 {font: bold 2em/1.3em Georgia, serif; margin-bottom: 1.3em;
	color: #4899ac;}
	
h2 {font: bold  1em/1em Georgia, serif; margin-bottom: 1.3em;
	text-transform: uppercase;
	text-align: center;
	color: #4899ac;}

a:link {
	color:#4899ac;
	text-decoration:none;
	outline: none;
	}

a:visited {
	color:#4899ac;
	text-decoration:none;
	outline: none;
	}

a:active {
	color:#000;
	text-decoration:none;
	outline: none;
	}

a:hover {
	color:#000;
	text-decoration:none;
	outline: none;
	}





div#main {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	min-height: 600px;
	height: auto !important;
	position: relative;
	overflow: hidden;

	}
	
div#main div#logo {
	display: block;
	padding: 0;
	height: 33px;
	margin:2px 0 0;
	background: url(images/logo1.png) no-repeat;
	margin-left: 560px;
	}
	

	
div#main div#logo p {
	padding: 6px 0;
	color: #b6b7ba;
	float: right;
	font-family: Georgia, "Times New Roman";
	text-transform:uppercase;
	
	}
	
div#main div#header {
	margin: 118px 0 0 0;
	padding-bottom: 19px;
	width: 618px;
	height:80px;
	background: url(images/logo2.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	}
	
#main #navBar {
	width: 680px;
	height: 25px;
	background-color:#e7e7e2;
	float: left;
	padding: 1px 10px 0;
	clear:right;
	}

#main #navBar #mainNav {
	height: .9em;
	margin: 0 auto;
	}
	
#main #navBar #mainNav ul {
	margin: 3px 0 0 45px;
	padding:0;
	}

#main #navBar #mainNav li{
	font: small-caps bold .7em Georgia, Times, Serif;
	#font: small-caps bold .8em Georgia, Times, Serif; /* IE 7 Override */
	display: inline;
	float:left;
	padding:0 3px 0 7px;
	#padding:0 2px 0 4px; /* IE 7 Override */
	margin: 5px 12px 12px 0;
	list-style: none;
	text-transform:uppercase;
	text-align:center;
	text-decoration: none;

	}
	
	
div#main div#content {
	margin-top: 40px;
	width: 640px;
	float: left;
	padding: 20px 30px 80px 30px;
	background-color: #fff;
	}

div#main div#content b {
	font: normal .8em Georgia, Times, Serif;
	}	
	
div#main div#right {
	margin-top: 40px;
	padding-top: 10px;
	width: 190px;
	height: 460px;
	float: right;
	background-color: #fff;
	}

div#main div#right div#sample {
	}	
	
div#main div#right div#sample ul#artwork {

	}
	
div#main div#right div#sample ul#artwork li {
	display: block;
	padding: 0 5px;
	#padding: 0; /* IE 7 Override */
	margin: 10px;
	#margin: 0 0 10px 0; /* IE 7 Override */
	width: 153px;
	height: 120px;
	background-color: #e7e7e8;
	border-color: #b6b7ba;
	border-style: solid;	
	border-width: 3px;
	
	}
	
.push {
	height: 100px;
	clear: both;
	}	
	
	
.footer {
	background: #90a383 scroll bottom;
	border-color: #fff;
	border-style: solid;
	border-width: 3px 0 0;
	padding:0;
	width: auto;
	height: 10em;
	}
	
.footer .copy {
	font: normal 1.1em Georgia, Times, Serif ;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	}
	
/* END STRUCTURE */
