* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a {
	color: #696767;
}
a img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(images/page_bg.jpg) repeat;
	font-size: 12px;
}
#container {
	width: 1000px;
	margin: 0px auto;
}
#sidebar {
	width: 267px;
	float: left;
}
#sidebar_modules {
	background: url(images/sidebar_c.jpg) center repeat-y;
}
#sidebar_modules_t {
	background: url(images/sidebar_t.jpg) center top no-repeat;
}
#sidebar_modules_b {
	background: url(images/sidebar_b.jpg) center bottom no-repeat;
	padding: 40px 0px;
}
#sidebar_modules_b .spr {
	background: url(images/sidebar_spr.jpg) center center no-repeat;
	height: 26px;
}
#sidebar_modules .sidebar_contents {
	padding: 0px 20px;
}
#logo {
	/*background: url(images/logo_box.jpg) no-repeat;
	height: 175px;*/
	
	width: 247px;
	height: 155px;
	background: url(images/logo_box.jpg) no-repeat;
	padding: 10px 10px 10px 10px;
}
#main {
	float: none;
	margin-left: 270px;
	background: #FFFFFF;
}
#main_t {
	background: url(images/main_t.jpg) top repeat-x;
}
#main_r {
	background: url(images/main_r.jpg) right repeat-y;
}
#main_b {
	background: url(images/main_b.jpg) bottom repeat-x;
}
#main_l {
	background: url(images/main_l.jpg) left repeat-y;
}
#main_t_l {
	background: url(images/main_t_l.jpg) top left no-repeat;
}
#main_t_r {
	background: url(images/main_t_r.jpg) top right no-repeat;
}
#main_b_l {
	background: url(images/main_b_l.jpg) bottom left no-repeat;
}
#main_b_r {
	background: url(images/main_b_r.jpg) bottom right no-repeat;
	min-height: 500px;
	padding: 25px 30px;
}
* html #main_b_r {
	height: 100%;
}
#main .main_contents {
	padding: 10px 30px;
}
#main h2 {
	margin: 0px 30px;
	padding: 0px;
	height: 26px;
	background: url(images/maincaption_c.jpg) repeat-x;
	color: #D7644F;
}
#main h2 span {
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 55px;
	background: url(images/maincaption_l.jpg) left no-repeat;
}
#main .spr {
	margin: 0px -30px;
	background: url(images/main_spr_c.jpg) repeat-x;
	height: 51px;
}
#main .spr_l {
	background: url(images/main_spr_l.jpg) left no-repeat;
	height: 51px;
}
#main .spr_r {
	background: url(images/main_spr_r.jpg) right no-repeat;
	height: 51px;
}
#main .spr h2 {
	margin-top: 25px;
}










#navtop {
	background: url(images/navtop_c.gif) repeat-x;
	height: 25px;
}
#navtop_l {
	background: url(images/navtop_l.gif) left no-repeat;
}
#navtop_r {
	background: url(images/navtop_r.gif) right no-repeat;
}
#navtop ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#navtop ul li {
	display: inline;
}
#navtop ul li a {
	color: #3B3B3B;
	text-decoration: none;
	margin: 0px 15px;
	line-height: 25px;
}
#navuser {
	padding: 15px 0px 15px 0px;
}


#navuser ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}
#navuser ul li {
	display: inline;
}
#navuser ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 15px;
	line-height: 25px;
	border-left: 1px #FFFFFF solid;
}
#navuser ul li a.first {
	border-left: none;
}

#footer {
	clear: both;
}