
/*Body*/

body {
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
/*anchor*/
a, a:link, a:visited, a:active{
	color: #912213;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	}

/*heading*/
h1 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:20px;
}
h2 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:20px;
	color:#990000;
}
h3 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:20px;
	color:#0066CC;
}
h4 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:20px;
	color:#99CC33;
}
h5 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	line-height:20px;
}
/*paragraph*/
p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}

#contact{
	background: url(../images/contact.gif) center left no-repeat;
	width:70px;
	float:left;
	font-weight:bold;
	padding:0px 0 0 15px;
	color:#FFFFFF;
}
/*sub*/
#content {
	width:100%;
	height:auto;
}

/*login*/

.searchbox {
	background-image:url(../images/textboxback.gif);
	background-repeat:repeat-x;
	height:23px;
	border:#efefef 1px solid;
	width:240px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}
.textbox {
	background-image: url(../images/textboxback.gif);
	background-repeat:repeat-x;
	border:#cdcdcd 1px solid;
	width:180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}
.submit_input{
background: url(../images/search.gif) no-repeat;
border: 0;
line-height: 24px;
height: 23px;
width: 85px;
cursor: pointer;
}

/*ul-li*/
ul { 
	list-style: none;
	margin:0 0 0 5px; 
	padding:0;
}
ul.list{
	margin-top: 10px;
}
ul.list li{
	background: url(../images/icon.gif) left no-repeat;
	padding: 5px 10px 5px 8px;
	border-bottom:#CCCCCC 1px dotted;
}
ul.list li a{}

/*left sibe*/
#sidebar,#archive{
	float: left;
	padding: 5px;
	min-height: 380px;
	padding-top:10px;
}
#sidebar{
	width: 180px;
	padding: 10px 5px 10px 10px;
	background: url(../images/sidebar_shadow.jpg) right no-repeat;
}
/*right sibe*/
#archive{
	float:left;
	padding: 10px 5px 10px 20px;
	width: 150px;
	background: url(../images/extra_shadow.jpg) left no-repeat;
}
/*content body*/

#contentboby {
	padding:10px 8px 10px 8px;
	width:600px;
	float:left;
}
#contentboby1 {
	width:580px;
	float:left;
}
#consub{
	border-bottom:1px #CCCCCC dashed;
	height:20px;
}

/*footer*/
#footer{
	width:100%;
	height:20px;
	border-top:1px #CCCCCC dashed;
}
#foter {
	margin:10px 10px 10px 10px;
}

/*more*/

#more {
	background:url(../images/img006.gif) center left no-repeat;
	width:70px;
	margin:2px 0 0 85%;
	padding:0 0 0 15px;
	}
