
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #000; margin:15px 0; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


body {
	color: #797979;
	font-family: Verdana, Arial;
	font-size: 75%;
}

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

a:hover {
	color: #354158;
}


#GalleryContainer {
	width: 700px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 50px;
}

#container {
	width: 1200px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}


#logo {
	background: url(logo2.jpg) no-repeat center;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	height: 150px;	
	padding-bottom: 0px;
	margin-bottom: 2px;
}
#navbar {
	width: 800px;
	height: 50px;
	margin-top:-40px;
	margin-left:auto;
	margin-right:auto;	
	padding-bottom: 15px;
	margin-bottom: 2px;
}

img.nav {
	display: block;
	margin: auto;
	}





#footer {
	margin-top: 20px;
}


ul {
	margin-left: 15px;
}

dt {
	float: left;
}

dd {
	margin-left: 150px;
	margin-bottom: 10px;
}

.description {
	margin-top: 10px;
}



.clear {
	clear: both;
}


#menu {
	position: absolute;
	margin:0;
	left: 20px;
	top: 5px;
	padding:2px;
	height:600px;
	width:220px;
	background:#000;
	list-style:none;
}
#menu li {
	float:left;
	width:200px;
	height:100px;
	
}
#menu li .menuOptionHover{
	display:block;
	width:100%;
	height:320px;	
	text-indent:-8000px;
}

.replaced {
	position: relative;
	margin:auto;
	left: 0px;
	top: 0px;
	padding:2px;
	background:#000;
}
