body { 
	margin:		0px;
	padding:	0px;
}

div.site {
	height:		100%;
}

div.site_01 {
	min-height:	100%;
	background-image:url(/resources/images/_theme_0/side-right.jpg);
	background-repeat:repeat-y;
	background-position:right;
	min-width:	1017px;
	width:		100%;
	position:	fixed;
}
div.site_02 {
	min-height:		100%;
	background-image:url(/resources/images/_theme_0/side-left.jpg);
	background-repeat:repeat-y;
	position:	relative;
}

div.header {
	min-width:	1017px;
	width:		100%;
	height:		147px;
	top:		0px;
	left:		0px;
	background-image:url(/resources/images/_theme_0/header-bg.jpg);
}

ul.menu {
	min-width:	1017px;
	height: 	35px;
	top:		147px;
	left:		0px;
	padding:	0px;
	margin:		0px;
	list-style:	none;
	background-image:url(/resources/images/_theme_0/menu.jpg);
	background-repeat:repeat-x;
}

li.mainmenu_item {
	position:	relative;
	float:		left;
	height:		35px;
	line-height:	35px;
	padding:	0px 10px;
	text-align:	center;
}

a.mainmenu_item {
	text-decoration:none;
	display:	block;
	font-size:	15px;
	font-weight:	bold;
	padding:	0px 15px;
}

a.mainmenu_item:hover{
	text-decoration:none;
	display:	block;
	font-size:	15px;
	font-weight:	bold;
	padding:	0px 15px;
	background-image:url(/resources/images/_theme_0/menuhighlight.jpg);
	background-repeat:repeat-x;
}

div.content {
	min-width:	1017px;
	background-color:#ffffff;
}

div.content_0 {
	min-width:	1017px;
}

div.left_side {
	position:	absolute;
	height:		100%;
	left:		0px;
	width:		237px;
}

div.menu_all {
	margin-top:	25px;
}

div.menu {
	border:		1px solid gray;
	font-size:	13px;
}

div.menu_header {
	padding:	5px 10px;
	background-color:#fcc739;
	font-weight:	bold;
}

div.menu_body {
	padding:	2px 10px;
	background-color:#ffffff;
}

div.menu_body ul{
	list-style:	none;
	margin:		0px;
	padding:	0px;
	font-size:	13px;
}

div.login {
	padding-top:	20px;
}

div.right_side {
	position:	absolute;
	height:		100%;
	right:		0px;
	width:		237px;
}

span.search {
	margin:		5px 0px;
	float:		left;	
}

div.news_all {
	margin-top:	15px;
}

div.news {
	margin-top:	5px;
	border:		1px solid gray;
	font-size:	12px;
}

div.news_header {
	padding:	5px 10px;
	background-color:#fcc739;
	font-weight:	bold;
}

div.news_body {
	padding:	5px 10px;
	background-color:#ffffff;
}

div.topleft {
	position:	absolute;
	left:		0px;
	top:		0px;
	height:		7px;
	width:		237px;
	background-image:url(/resources/images/_theme_0/side-top-left.jpg);
	background-repeat:repeat-y;
	background-color:#c9da44;
}

div.topright {
	position:	absolute;
	left:		0px;
	top:		0px;
	height:		7px;
	width:		237px;
	background-image:url(/resources/images/_theme_0/side-top-right.jpg);
	background-repeat:repeat-y;
	background-color:#c9da44;
}

div.left_side_menu, div.right_side_menu {
	padding: 	15px;
}

div.bottomleft {
	position:	absolute;
	left:		0px;
	top:		0px;
	height:		7px;
	width:		237px;
	background-image:url(/resources/images/_theme_0/side-bottom-left.jpg);
	background-color:#c9da44;
}

div.bottomright {
	position:	absolute;
	right:		0px;
	top:		0px;
	height:		7px;
	width:		237px;
	background-image:url(/resources/images/_theme_0/side-bottom-right.jpg);
	background-color:#c9da44;
}

div.maincontent {
	position:	relative;
	top;		182px;
	min-height:	750px;
	width:		100%;
	background-image:url(/resources/images/_theme_0/site-fade-top.jpg);
	background-repeat:repeat-x;
}

div.template{
	padding:	45px 280px 20px 280px;
	min-height:	900px;
}

div.footer_spacer{
	height:		32px;
}

div.footer {
	background-image:url(/resources/images/_theme_0/site-fade-bottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:	-32px;
	height:		32px;
	min-width:	1017px;
	width:		100%;
	position:	relative;
	background-color:#c9da44;
	position:	relative;
}

div.footer_text {
	height:		25px;
	line-height:	25px;
	text-align:	center;
	font-size:	12px;
	top:		7px;
	position:	relative;
}

