html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
}
img { 
	border: 0;
}
div, p, td, li, select, blockquote, input {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
}
a { 
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}

.current {
	font-weight:bold
}
	
#container {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/bgdhome.gif) top no-repeat;
}

#intro {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/bgdwhite.gif) top no-repeat;
}

#header {
	height: 36px;
	margin: 0;
	padding: 44px 0 0 40px;
}

/* main navigation bar */

#nav ul {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}
#nav ul li {
	margin: 0;
	padding: 0 10px 0 10px;	
	float: left; 
	font-size: 11px;
}
#nav ul li .current {
	font-weight:bold;
	border-bottom: solid 3px #fff200;
}
#nav ul li a {
	text-decoration: none;
	text-transform:uppercase;
}
#nav ul li a:hover {
	color: #666;
}
#nav ul li a.current:hover {
	color: #000;
}


#subnav ul {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}
#subnav ul li {
	margin: 0;
	padding: 0 5px 0 5px;	
	float: left; 
	font-size: 10px;
	line-height: 12px;
}
#subnav ul li a {
	text-decoration: none;
}
#subnav ul li a:hover {
	color: #666;
}
#subnav ul li a.current:hover {
	color: #000;
}


#footer {
	height: 25px;
	margin: 0;
	padding: 22px 0 0 40px;	
	font-size: 10px;
	line-height: 12px;
	background-color: #fff;
}

/* content areas */


#content {
	width:620px;
	overflow: hidden;
	min-height: 550px;
	margin: 0 40px 0 40px;
	padding: 0;
	border: 0px solid red;
	background: #fff200 url(../images/bgdcontent.gif) top left no-repeat;
}

#home {
	width:620px;
	overflow: hidden;
	min-height: 550px;
	margin: 0;
	padding: 10px 0 0 50px;
	border: 0px solid red;
}

#flash {
	width: 600px;
	overflow: hidden;
	height: 512px;
	margin: 0;
	border: 0px solid green;
}

#mainpic {
	width: 600px;
	height: 512px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0px solid green;
}

#mainpic ul {
	list-style:none;
}
#mainpic ul, #mainpic li {
	margin: 0; 
	padding: 0;
}

#page {
	width: 600px;
	overflow: hidden;
	min-height: 530px;
	margin: 10px 10px 10px 10px;
	background-color: #fff;
	border: 0px solid green;
}
#page #nav {
	float: left;
	padding: 20px 10px 30px 10px;
}
#page #subnav {
	float: right;
	padding: 20px 15px 30px 10px;
}

#image {
	clear: both;
	padding: 10px 20px 10px 20px;
	overflow: hidden;
	width: 560px;
}
#image-details {
	padding: 0px 20px 0px 20px;
	width: 560px;
}

#copy {
	clear: both;
	padding: 10px 20px 10px 20px;
	overflow: hidden;
	width: 560px;
}

#backtotop {
	padding: 0px 20px 20px 20px;
	font-size: 10px;
}
#backtotop a {
	text-decoration:none;
}

#copy h1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
#copy p {
	font-size: 12px;
	line-height: 16px;
}

#copy div {

}
	
.col1 {
	float:left;
	width:60px;
}
.col2 {
	float:left;
}


/* content grid */

#grid {
	clear: both;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	width:100%;
}
#grid .item {
	float: left;
	width: 124px;
	height: 180px;
	margin: 0;
	padding: 10px 10px 10px 10px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
#grid .item a{
	text-decoration:none;
}
#grid .item a:hover{
	color:#000; 
	text-decoration:none;
}
#grid .item .image {
	width: 124px;
	height: 124px;
}
#grid .item .details {
	padding-top: 12px;
	font-size: 11px;
	line-height: 14px;
}



#prevBtn {
	float: left;
	width: 14px;
	height: 375px;
	padding-top: 5px;
	padding-left: 1px;
}
#nextBtn {
	float: right;
	width: 14px;
	height: 375px;
	padding-top: 5px;
}
#prevBtn a, #prevBtn a:hover {
	color: #000;
}
#nextBtn a, #nextBtn a:hover {
	color: #000;
}