body {
	background-color:#282624;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

#head {
	position:relative;
	top:50px;
	width:800px;
	height:111px;
	left:50%;
	margin-left:-400px;
	background-image:url(element/head.jpg);
	cursor:pointer;
}

#one {
	position:relative;
	width:800px;
	left:50%;
	margin-left:-400px;
	top:50px;
}

#menu_text {
	position:relative;
	padding:10px;
	color:#73BFE7;
	font-size:14px;
	text-align:center;
	background-image:url(element/menu.jpg);
	z-index:20;
}

#menu {
	position:relative;
	float:left;
	width:180px;
}

#menu_bottom {
	position:relative;
	margin-top:-20px;
	background-image:url(element/menu_foot.jpg);
	width:180px;
	height:26px;
	z-index:10;
}

#content_text {
	padding:20px;
	min-height:400px;
}

#content {
	position:relative;
	background-image:url(element/content_small.jpg);
	background-repeat:repeat-y;
	float:right;
	width:620px;
}

#content_small {
	background-image:url(element/content.jpg);
	background-repeat:no-repeat;
}

#content_foot {
	background-image:url(element/content_foot.jpg);
	background-repeat:no-repeat;
	height:116px;
	margin-top:-116px;
}

#foot {
	background-color:#282624;
	padding:7px;
	text-align:center;
	font-size:12px;
}

hr {
	color:#383838;
	background-color:#383838;
	width:75%;
	height:2px;
	border-top: 0;
	border-right:0;
	border-bottom:1px solid #545454;
	border-left:0;
}

input {
	background: #1F1F1F;
	border: 1px solid #454545;
	color:#CCC;
}

textarea {
	background: #1F1F1F;
	border: 1px solid #454545;
	color:#CCC;
}


a:link {color:#FFFFFF; text-decoration:none;}
a:visited {color:#FFFFFF; text-decoration:none;}
a:active {color:#FFFFFF; text-decoration:none;}
a:hover {color:#FFFFFF; text-decoration:underline;}


.menu:link {color:#73BFE7; text-decoration:none;}
.menu:visited {color:#73BFE7; text-decoration:none;}
.menu:active {color:#73BFE7; text-decoration:none;}
.menu:hover {color:#73BFE7; text-decoration:underline;}

.menu_active:link {color:#73BFE7; text-decoration:none; font-weight:bold;}
.menu_active:visited {color:#73BFE7; text-decoration:none; font-weight:bold;}
.menu_active:active {color:#73BFE7; text-decoration:none; font-weight:bold;}
.menu_active:hover {color:#73BFE7; text-decoration:underline; font-weight:bold;}