body {
	margin: 0;
	background-color: #000;
	background-image:url(background.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	width: 500px;
}
.line {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	
}
#All {
	width: 1440px;
	height: 100%;
}
#bottom {
	width: 1440px;
	height: 80px;
	background-color: #333;
	position: absolute;
	bottom:0px;
	border-top:2px solid rgb(123,123,123);
	left: 0px;
}
#header {
	padding: 0 0 15px 0;
	margin-right: 20px;
	border-bottom: 1px solid #252525;
}
h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	color: 7b7b7b;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, serif;
	font-size: 24px;
	color: #CCC;
	;
	font-weight: normal;
}
.b1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	;
	font-weight: normal;
	text-decoration: none;
}
.menu {
	width: 400px;
	text-align: right;
	margin-top: 16px;
	font-weight: bold;
}
.menub {
	width: 150px;
	text-align: center;
	margin-top: 16px;
	font-weight: bold;
	position: absolute;
	left: 650px;
	top: 652px;
}
#info, #info2 {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #252525;
	line-height: 170%;
	margin-right: 20px;
}
#info .text {
		width: 550px;
	float: left;
}
div#content {
	margin-top: 150px;
	padding: 0;
}
div.picture {
	width: 300px;
	height:250px;
	margin-right:20px;
	margin-bottom:20px;
	background-color:#191919;
	
	}
.imageholder img {
	padding: 0px;
	background-color: #333;
	color: #323232;
	border: 2px solid #1E1E1E;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
}
.imageholder img:hover {
	padding: 0px;
	background-color: #333;
	color: #323232;
	border: 2px solid #333;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
}
.menu a.selected {
	color: white;
	background: #333;
	color: #aaa;
}
.menu {
	width: 600px;
	margin-top: 25px;
	color: #aaa;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
}
.menu a, .menu a:active, .menu a:visited{
	float:left;
	color: #aaa;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	margin-left: 10px;
}
.menu a:hover {
	color: 7b7b7b;
	background: #333;	
}
.rightmenu {
	width: 500px;
	margin-top: 25px;
	color: #aaa;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 80px;
}
.rightmenu a.selected {
	color: white;
	background: #333;
	color: #aaa;
}
.rightmeny a, .rightmenu a:active, .rightmenu a:visited{
	float:right;
	color: #aaa;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	margin-left: 10px;
}
.rightmenu a:hover {
	color: 7b7b7b;
	background: #333;
}
#footer {
	padding: 20px 10px 0px 10px;
	border-top: 1px solid #252525;
	font-size: 10px;
	color: #333;
	margin: 0 20px 0 0;
	background-color: #333;
}

