/* <![CDATA[ */

html, body {
	height:				100%;
	width:				100%;
	margin:				0px;
	padding:			0px;
	background-color:	#790E11;
	font-family:		arial, verdana, sans-serif;
	font-size:			12px;
}

a {
	
}

a:hover {

}

img {
	border:				0px;
}

ul {
	list-style-type:	square;
	padding:			0px;
	margin:				0px 10px;
}

hr {
	border-bottom:		1px solid #000;
}

#enter {
	width:				800px;
	margin-left:		auto;
	margin-right:		auto;
}

#frame {
	width:				876px;
	margin-left:		auto;
	margin-right:		auto;
}

#head {
	width:				876px;
	height:				148px;
	background:			url('img/head.png');
}

#navi {
	width:				816px;
	height:				15px;
	background:			url('img/navi-bg.png');
	background-repeat:	repeat-y;
	padding:			10px 30px;
}

#navi a{
	text-decoration:	none;
	font-weight:		bold;
	color:				#ffffff;
	margin-right:		50px;
}

#navi a:hover, #navi a.active {
	color:				#F29400;
}

#content {
	width:				796px;
	min-height:			500px;
	background:			url('img/bg.png');
	background-repeat:	repeat-y;
	padding:			40px 40px;
}


#left {
	float:			left;
	width:			220px;
}

#right {
	padding-left:		240px;
}

#foot {
	width:				876px;
	height:				44px;
	background:			url('img/foot.png');
}

.caption {
	float:left;
	width:100px;
}

.textfield {
	width:200px;
}

.textarea {
	width:300px;
	height:150px;
}
/* ]]> */