body{
	background: #000000 url(bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
textarea {
     resize: none;
	 overflow: auto;
	 font-family: Verdana;

}
div.hr {
  height: 15px;
  background: #000 url(hr.png) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
.frame{
	width: 800px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 235px;
	background: transparent;
	background-repeat: repeat-x;
}
.contentframe{
	background: #000000;
	width: 780px;
	min-height: 500px;
	margin-right: auto;
	margin-left: auto;
}
.logo{
	width: 310px;
	height: 50px;
	background-image: url(logo.jpg);
	margin-bottom: 15px;
	margin-left: 50px;
}
.menurow{
	width: 800px;
	height: 52px;
	background-image: url(menurow.png);
}
.menu{
	width: 400px;
	height: 52px;
	margin-left: auto;
	margin-right: 10px;
}
.menu a{
	display: block;
	width: 100px;
	height: 24px;
	float: left;
	text-decoration: none; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 17px;
	text-align: center;
	color: #FFFFFF;
}
.menu a:hover{
	background: transparent url(hoverlink.png) no-repeat;
	background-position: center;
}
.menu a#current{
	background: transparent url(hoverlink.png) no-repeat;
	background-position: center;
}

.gallerymenu{
	width: 110px;
	min-height: 290px;
	height: auto;
	float: left;
	background: #111111;
	border: 1px solid #222222;
	margin-left: 10px;
}
.gallerymenu a{
	color: #BCBCBC;
	font-family: Verdana;
	font-size: 7pt;
	text-decoration: none;
}
.gallerymenu img{
	border: 0px solid #FFFFFF;
}
.content{
	width: 600px;
	min-height: 300px;
	margin-right: 15px;
	float: right;
	font-family: Verdana;
	font-size: 7pt;
	color: #BCBCBC;
	background: #000000;
}
.content img{
	float: left;
	border: 0px solid #FFFFFF;
}
.content a{
	color: #00CBF0;
	text-decoration: none;
}
.content h1{
	font-family: Verdana;
	font-size: 12pt;
	color: #00CBF0;
}
.footer{
	width: 650px;
	height: 150px;
	float: right;
	font-family: Verdana;
	font-size: 7pt;
	color: #8C8C8C;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0pt;
}
.rub{
	font-family: Verdana;
	font-size: 7pt;
	color: #00CBF0;
}
.input{
	border: 1px solid #222222;
	background: #111111;
	color: #00CBF0;
}