body{
	background: #C6C6C6 url("images/bg.jpg") top center repeat-y;
	margin: 0px;
	font-family: "Century Gothic", georgia, helvetica, arial, sans-serif;
	font-size: .8em;
}

#left{
	position: absolute;
	z-index: 10;
	float: left;
	width: 37%;
	background: transparent;
	
	margin: 40px 0 0 0;
	padding: 0px;
	border: none;
}

#date {
	text-align: right;
	margin-right: 20px;
	font-size: .8em;
}

#bar{
	background: black url("images/bar.jpg") repeat-x;
	position: relative;
	height: 67px;
	text-align: right;
	margin-top: -10px;
	min-width: 300px;
	z-index: 5;
}

	#bar a, #bar a:link, #bar a:active {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
	}
	
	#bar a:hover {
	color: #ccc;
	}

#left #bar .bartext {
	color: #FFF;
	margin: 0px 20px 0px 0px;
	line-height: 67px;
}

#left #menu {
	text-align: right;
	margin: 2px 20px 0 0;
	color: #3e3e3e;
}

#left #menu a:hover {
	background: #0087d4;
	color: white;
	text-decoration: none;
}

#left #submenu {
	font-size: .8em;
	text-align: right;
	margin: 5px 0px 0 0;
	color: #0087d4;
	border-top: 1px solid #3e3e3e;
	padding-top: 3px;
	width: 200px;
	float: right;
}

a, a:link, a:active, a:visited{
	color: #0087d4;
	text-decoration:none;
	font-weight:heavy;
}

a:hover{
	text-decoration: underline;
}

#left #content{
    font-size: 1em;
    font: arial, helvetica, sans-serif;
    margin: 2em 1.8em 1em 1em;
}

#left #content #item{
    width: 100%;
    height: 100px;
}

#right{
	position: absolute;
	z-index: 5;
	margin-left: 36%;
	margin-top: 30px;
	padding: 0px;
	min-width: 400px;
}

#right #mainimage {
	
	margin-left: 0px;
	padding-left: 0px;
	border: 2px solid #0087d4;
}

#right #gallery{
	height: 448px;
	overflow: auto;
	margin-left: 0px;
	padding-left: 0px;
	border: 2px solid #0087d4;
	min-width: 615px;
}
	

#right img{
	background: white;
	
}

#content h2{
	color: #3e3e3e;
	font-weight: normal;
	margin-bottom: 10px;
}

#content ul{
	 list-style-type: none;
	 margin-left: 15px;
	 padding-left: 0px;
	 width: 300px;
}

#content li .view {
	font-size: .8em;
}

#content li a:link.view, #content li a:visited.view {
	color: white;
}

#content li{
	border-bottom: 1px solid #3e3e3e;
	color: #0087d4;
}

#content .active {
	background: #0087d4;
	color: white;
}

#content li a:link, #content li a:active, #content li a:visited {
	color: #0087d4;
}

#content li a:hover {
	background-color: #0087d4;
	color: white;
}

#details{
	font-size: .8em;
	margin: 0px 0px 0px 0px;
	padding: 3px 0 15px 7px;
	background: white;
}
