body {
	margin: 0px;
	padding: 0px;
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	background-color: #333;
	color: #fff;
	min-width: 850px;
}

img
{
	border-width: 0px;	
}

#header {
	width: 100%;
	background-color: #1a171b;
	height: 80px;
	background-image: url(../gfx/header_gradient_darker.png);
	background-position: 0px 70px;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

#imageviewer {
	width: 320px;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	right: 0px;
}

#content {
	min-height: 400px;
	width: 400px;
	margin-left: 200px;
	padding-left: 20px;
	background-image: url(../gfx/content_border.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

#menu {
	margin-left: 10px;
	float: left;
}

/*0082a4 */


#menu a {
	display: block;
	height: 15px;
	border-left: 15px #0082a4 solid;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
	width: 100px;
}

#menu a:hover {
	border-left: 15px #000 solid;
	text-decoration: underline;
}

h1 {
	color: #0082a4;
	text-decoration: underline;
	font-size: 18px;
	text-transform: uppercase;	
	margin-bottom: 20px;
}

#content a.list {
	display: block;
	height: 15px;
	border-left: 15px #0082a4 solid;
	padding-left: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}

#content a:hover.list {
	border-left: 15px #000 solid;
}

p {
	margin-top: 0px;	
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}