*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #305bce url(/images/bg.jpg) repeat-x;
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
}

img
{
	border: 0;
}

a
{
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}


#center
{
	position: relative;
	width: 981px;
	margin: 0 auto;
}

#header
{
	position: relative;
	float: left;
	width: 981px;
	height: 211px;
	background: url(/images/header.jpg) no-repeat;
}
#header img
{
	position: relative;
	float: left;
	width: 333px;
	height: 161px;
	margin: 13px 0 0 74px;
}

#menu
{
	position: relative;
	float: left;
	width: 791px;
	height: 48px;
	padding: 0 90px 29px 100px;
	background: url(/images/menu.jpg) no-repeat;
}

#menu ul
{
	position: relative;
	float: left;
	height: 37px;
	list-style-type: none;
	margin: 7px 0 0 0;
}
#menu ul li
{
	position: relative;
	float: left;
	height: 37px;
	margin-right: 20px;
}
#menu ul li a
{
	position: relative;
	float: left;
	display: block;
	height: 37px;
	line-height: 37px;
	background: url(/images/out.jpg) no-repeat top center;
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li a#sel
{
	background: url(/images/on.jpg) no-repeat top center;
}

#menu ul#right
{
	position: relative;
	float: right;
	width: 240px;
	height: 17px;
	list-style-type: none;
	margin: 17px 0 0 0;
}
#menu ul#right li
{
	position: relative;
	float: left;
	height: 17px;
	margin: 0;
	padding-right: 8px;
	border-right: 2px solid #fff;
}
#menu ul#right li#last
{
	padding: 0 0 0 8px;
	border: 0;
}
#menu ul#right li a
{
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	background: none;
}
#menu ul#right li a:hover, #menu ul#right li a#sel
{
	background: none;
	text-decoration: underline;
}

#main
{
	position: relative;
	float: left;
	width: 981px;
	padding: 20px 0 0 0;
	background: #1545bc url(/images/main.jpg) no-repeat;
}

#min
{
	position: relative;
	float: left;
	width: 90px;
	height: 319px;
}

#content
{
	position: relative;
	float: left;
	width: 765px;
	padding: 0 20px 20px 20px;
	background: url(/images/content.jpg) repeat-y;
}
#content p
{
	position: relative;
	float: left;
	width: 765px;
	margin-bottom: 15px;
}
#content a#back
{
	float: right;
	text-decoration: none;
}
#content a#back:hover
{
	text-decoration: underline;
}

#content #img
{
	position: relative;
	float: left;
	width: 765px;
	margin-bottom: 15px;
	text-align: center;
}
#content #img img
{

	border: 1px solid #eeb1ad;
	margin: 0 10px 10px 0;
}

#content h1
{
	position: relative;
	float: left;
	width: 765px;
	height: 29px;
	text-indent: -1000px;
	padding: 0;
	margin: 0 0 10px 0;
}


#content form
{
	position: relative;
	float: left;
	width: 765px;
	margin-bottom: 10px;
}
#content form div#error
{
	position: relative;
	float: left;
	width: 765px;
	display: none;
	margin-bottom: 10px;
	font-weight: bold;
}
#content form fieldset
{
	position: relative;
	float: left;
	width: 765px;
	margin-bottom: 5px;
	padding: 0;
	border: 0;
}
#content form fieldset.small
{
	width: 380px;
}
#content form fieldset label
{
	position: relative;
	float: left;
	display: block;
	width: 380px;
	margin: 0 0 2px 0;
	padding: 0;
}
#content form fieldset input
{
	position: relative;
	float: left;
	width: 340px;
	border: 1px solid #BF281C;
	padding: 3px;
	font-size: 13px;
	color: #000;
}
#content form fieldset textarea
{
	position: relative;
	float: left;
	width: 714px;
	padding: 6px;
	border: 1px solid #BF281C;
	font-size: 13px;
	color: #000;
}
#content form fieldset button
{
	position: relative;
	float: left;
	width: 150px;
	height: 25px;
	line-height: 25px;
	border: 0;
	background-color: #fff;
	color: #000;
	margin-top: 10px;
}


#footer
{
	position: relative;
	float: left;
	width: 779px;
	background: #1545bc url(/images/bottom.jpg) no-repeat;
	padding: 20px 100px;
	border-left: 1px solid #1545bc;
	border-right: 1px solid #1545bc;
	font-size: 10px;
	color: #eeb1ad;
}
#footer span#left
{
	float: left;
}
#footer span#right
{
	float: right;
}
#footer a
{
	font-size: 10px;
	color: #eeb1ad;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}