
html
{
	width: 100%;
	height: 100%;
	margin: 0px;
}
body
{
	margin: 0px;
	text-align: center; 
	background-color: #536389;
 	font-family:  "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	height: 100%;
	background-image: url('/gfx/bg.jpg');
	background-repeat: repeat-x;
}
a
{
	color: #536289;
	text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
hr
{
height: 1px;
border: 0px;
color: #8e8e8e;
background-color: #8e8e8e;

}
#body
{
	margin: 0px auto;
	width: 750px;
	height:100%;
}
#header
{
	background: #536289;
	width: 750px;
	height: 147px;
	position: relative;
	color: #ffffff;
	background-image: url('/gfx/bar.jpg');
}
#background{
	width:560px;
	border-left:0px;
	border-right:190px solid #e7e7e7;
	background-color:#fbf9f9;
	margin: auto;
	padding:0px;
}
#page
{
	width:750px;
	margin-left:0px;
	margin-right:-190px;
}


#main
{
	float:left;
	margin-left:0px;
	position:relative;
	width:560px;
}
#art
{
	text-align: left;
	margin-left:10px;
	margin-right:10px;
}

#menu
{
	float:right;
	width:190px;
	position:relative;
}
#menu2
{
	margin-left:10px;
	margin-right:10px;
}
#clear
{
	clear:both;
}
#footer
{
	background-image: url('/gfx/bottom.jpg');
	width: 750px;
	height: 65px;
	position: relative;
	margin-top:auto;
	margin-bottom:0px;
	color: #ffffff;
}
#footer2
{
	width: 750px;
	position: relative;
	color: #ffffff;
}
.footer_link
{
	color: #ffffff;
}
#register
{
	width: 360px;
	margin: auto;
	background:#e7e7e7;
	text-align:center;
}
.cat_name
{
	float: left;
	width: 270px;
	height: 22px;
	background: #fbf9f9;
}
.cat_name_2
{
	float: left;
	width: 270px;
	height: 22px;
	background: #e7e7e7;
}
.cat_box
{
	float: right;
	width: 270px;
	height: 22px;
	background: #fbf9f9;
}
.cat_box_2
{
	float: right;
	width: 270px;
	height: 22px;
	background: #e7e7e7;
}
#cat
{
	width: 540px;
	height: 264px;
	vertical-align:text-bottom;
}
.form_left
{
	float: left;
	width: 100px;
	height: 22px;
	text-align:center;
	vertical-align:text-bottom;
	background: #e7e7e7;
}
.form_right
{
	float: right;
	width: 260px;
	height: 22px;
	vertical-align:text-bottom;
	background: #e7e7e7;
}
.input_text
{
	width: 240px;
}
#input_title
{
	width: 530px;
}
#keywords
{
	width: 530px;
}
#description
{
	width: 530px;
}
#article_header
{
	width: 530px;
}
#article
{
	width: 530px;
}

