body {
	background-color: #f79008;
	padding:0;
	margin:0;
	background-image: url(images/bground.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
}
html {
	margin-left: -1px;
	overflow-Y: scroll;
}
#container {
	width:836px;
}
#header {
	border-bottom:10px solid #f79008;
	height:159px;
	background-image:url(images/header.gif);
	padding-bottom:5px;
}
#main {
	width:100%;
	clear:both;
	border-top:3px solid white;
}

#icons {
	width:100%;
	clear:both;
	background-color:white;
}
#left-col {
	background-color:#52606b;
	width:154px;
	border-right:3px solid white;
	float:left;
}
#nav-col {
	background-color:#414c55;
	width:208px;
	float:left;
}
#nav {
	padding:15px;
}
#nav-col a {
	display:block;
	text-align:left;
	color:#f79008;
	font-weight:bold;
	text-decoration:none;
}
#nav-col a:hover, #nav-col a.on {
	color:white;
}
#right-col {
	background-color:#455059;
	width:441px;
	float:right;
	color:white;
	text-align:left;
	padding:15px;
	font-size:small;
}
#right-col p {
	padding-right:15px;
}
#right-col a {
	color:#f79008;
}
#right-col a:hover {
	text-decoration:none;
}
h1 {
	font-size:1.3em;
	padding-top:2px;
	margin-top:2px;
	color:#f79008;
}

.hi {
	color:#f79008;
}

.sm {
	font-size:x-small;
}
#logo {
	background-color:#FFFFFF;
	width:836px;
	display:block;
}
.logo {
	float:left; 
	border-bottom:5px solid white
}
#tag {
	float:right; 
	margin-right:43px
}

#museum {
	background-color:#6A7179;
	padding:5px;
	text-align:center;
	margin-bottom:5px;
	width:412px;
}
.mar-right {
	margin-left:15px;
}

#storage li a {
	font-weight:bold;
	text-decoration:none;
}
#storage li a:hover {
	text-decoration:underline;
}

#footer {
	background-color:#f79008;
	width:836px;
	clear:both;
	border-top:3px solid white;
	height:45px;
	padding-top:10px;
	text-align:left;
	color:#45494e;
	font-size:x-small;
	line-height:1.6em;
}

#footer-left {
	width:355px;
	float:left;
	margin-left:20px;
}

#footer a {
	font-size:x-small;
	color:#45494e;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color:black;
}

#footer-nav-cont {
	background-color:#465059;
	border-top:3px solid white;
	text-align:center;
	color:white;
	font-size:x-small;
}
#footer-nav {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	line-height:1.5em;
}

#footer-nav a{
	font-size:x-small;
	color:#f79008;
	text-decoration:none;
}
