html, body {
	height:100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 14px;
	background-color: #e6e6e6;
}
img { 
	border: 0;
}
div, p, td, li, select, blockquote, input {
	font-size: 11px;
	line-height: 14px;	
	font-family: "Courier New", Courier, monospace;
}
a { 
	color: #e6e6e6;
	text-decoration: underline;
}
a:hover {
	color: #e6e6e6;
	text-decoration: underline;
}
a.link { 
	color: #000;
	text-decoration: underline;
}
a.link:hover {
	color: #666;
	text-decoration: underline;
}
.current {
	font-weight:bold
}
	
#container {
	width: 856px;
	margin: 0 auto;
	padding: 0;
}

#nav {
	width: 658px;
	height: 36px;
	margin: 0 auto 20px auto;
	padding: 0;
	padding-top: 6px;
	border-bottom: 1px solid #999;
}

#nav ul {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}
#nav ul li {
	margin: 0;
	padding: 0;	
	float: left; 
}
#nav ul li a:hover {
	color: #666;
}


#footer {
	font: 11px "Courier New", Courier, monospace;
	height: 84px;
	margin: 20px 0 0 0;
	padding: 0;	
	line-height: 16px;
	text-align: center;
	background: url(../images/footer_bgd.gif) 109px 22px no-repeat;
}
#footer.gallery {
	background:none;
}

#content {
	width:700px;
	margin: 0 auto;
	padding: 0;
}
#content .home {
	margin-left: 50px;
}
#content .menu {
	margin-left: 50px;
}
#content .gallery {
	width:562px;
	height:434px;
	margin: 52px 0 0 70px;
	border: 0px solid blue;
}

#slider {
	width:562px;
	height:388px;
	margin-bottom:12px;
	overflow:hidden; 
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:562px;
	height:388px;
	overflow:hidden; 
}
#prevBtn {
	margin:0;
	padding:0;
	width: 92px;
	height: 30px;
	border:0;
}
#nextBtn {
	margin:0;
	padding:0;
	width: 62px;
	height: 30px;
	border:0;
}
#prevBtn a:hover {
	color:#fff;
	border:0;
}
#nextBtn a:hover {
	color:#fff;
	border:0;
}

#panelleft {
	float: left;
	margin-left: 50px;
}
#panelright {
	float: left;
	margin-left: 10px;
}
#panelright p, #panelleft p {
	margin-top:0;	
}
.green {
	width: 384px;
	background-color: #d3d8b3;	
}
#panelright.green #copy {
	height:355px;
}

#phrases {
	width: 604px;
	margin-left:50px;
}
#phrases div {
	border-bottom: 1px dashed #999;
}
#copy {
	padding: 6px 16px 6px 16px;
}
#copy p {
	margin-top:0;
	margin-bottom: 10px;
}


/* 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;
}