html, body {
	margin : 0 0 0 0;
	background : url(bg.jpg) 0px -30px repeat-x;
}

#container {
	margin:0 auto;
	width:800px;
	height:100%;
}

#inside {
	margin:0;
}

#header{
	position:relative;
	height:295px;
	background: url(header_bottom_bdr.jpg) bottom center no-repeat;
}

#midle{
	float:left;
	margin:0px 0 0 0;
	padding: 18px 0 0 0;
	background:#fff url(sidebar_bg.gif) 114px 0px repeat-y;
}

#bottom{
	float:left;
	margin:-5px 0 0 0;
	display:block;
	width:100%;
	height:100px;
	font-family:arial;
	background: url(bottom_bg.gif) repeat-x;
}

/*---global---*/

h2{
  margin:0;
	font-size:24px;
	color:#c60000;
}
h3{
	margin: 0;
	padding:0;
	font-size:14px;
	color:#c60000;
}
h3 a{
	font-size:14px;
	color:#c60000;
	text-decoration:none;
}

h3 a:hover{
	color:#f00;
}

span{
	margin: 0;
	padding:0;
	font-size:10px;
	color:#000;
}

p span{
	font-size:12px;
	color:#000;
}

p a{
	color:#c60000;
}
p a:hover{
	color:#f00;
}

/*--header--*/
/*
#logo_img{
	position:absolute;
	display:block;
	top:0px;
	left:12px;
	width:130px;
	height:100px;
	background:url(logo_img.jpg) no-repeat;
}
*/

#logo{
	position:absolute;
	display:block;
	top:81px;
	left:0px;
	width:202px;
	height:202px;
	border-top:12px solid #fff;
	border-right:12px solid #fff;
	border-left:12px solid #fff;
	background:url(logo.jpg) no-repeat;
}

#banner{
	position:absolute;
	display:block;
	top:81px;
	left:225px;
	width:562px;
	height:202px;
	border-top:12px solid #fff;
	border-right:12px solid #fff;
	background: url(header_banner.jpg) no-repeat;
}

.menu2{
	position:absolute;
	display:block;
	top:5px;
	left:715px;
	text-align:center;
	text-align:right;
	font-family:arial;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}

a.dim2{
	color:#fff;
	text-decoration:none;
}

a.dim2:hover{
	color:#c10001;
}

.menu{
	position:absolute;
	display:block;
	top:46px;
	left:225px;
	width:575px;
}

.dim{
	float:left;
	padding:9px 0 0 0;
	display:block;
	width:115px;
	height:26px;
	text-align:center;
	font-family:arial;
	font-size:107%;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background: url(menu_bg.jpg) repeat-y;
}
a.dim:hover {
	background:#9a1414;
}

/*--midle---*/
#sidebar {
	float:left;
	padding:15px 10px 30px 20px;
	width:182px;
	font-size:11px;
	font-family:arial;
	color:#666;
	text-align:justify;
	
}

#sidebar p {
	margin:5px 0 5px 0;
}

#sidebar p span {
	margin:5px 0 5px 0;
	color:#000;
}



#sidebar span {
	color:#178fc9;
}

#sidebar span a{
	float:right;
	margin:0 0 10px 0;
	text-align:right;
	color:#178fc9;
	text-decoration:none;
}

#content {
	float:left;
	margin:0 12px 0 12px;
	padding:20px 12px 30px 12px;
	width:539px;
	font-size:11px;
	font-family:arial;
	color:#000;
	text-align:justify;
	line-height:18px;
	background:#fff;
}

/*--bottom---*/

#address{
	float:left;
	margin:30px 0 0 12px;
	width:250px;
}
#bottom h3{
	margin:0;
	font-size:12px;
	color:#c60000;
}

#bottom p {
	margin:0;
	font-size:11px;
	line-text:15px;
}

#bottom #address p {
	font-size:11px;
	font-weight:bold;
}



#cright{
	float:right;
	margin:30px 12px 0 0;
	width:290px;
	text-align:right;
}

#bottom #cright p {
	font-size:10px;
	color:#aaa;
}

#bottom #cright p a{
	color:#aaa;
	text-decoration:none;
}
#bottom #cright p a:hover{
	color:#222;
}

.submit{
	color:#333;
	background:#ccc;
	border:1px solid #ddd;	
}
.submit:hover{
	color:#eee;
	background:#999;
	border:1px solid #ccc;	
}


