/* CSS Document */

* {
margin:0;
padding:0;
}

body {
	background:#fff url(../images/bg.png) repeat-x;
	color:#483D2F;
	font:.80em Arial, Georgia, Sans-Serif;
	margin:0 auto;
}

h1 {font-family:Verdana, Arial, Sans-Serif;}
h2 {
	font-family:"Comic Sans MS";
	font-size: 12px;
	line-height: normal;
}
h3 {
	font-family:Verdana, Arial, Sans-Serif;
	margin-bottom: 30px;
}

p {
	line-height:1.2em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 40px;
	margin-top: 10px;
}

ul {
	margin:0 0 1.2em 1em;
}

a:link,a:visited {
	text-decoration:none;
	color:#CCCCCC;
}
a:hover {


}

.clear {
	clear:both;
}



/************************************************
*	main 				*
************************************************/
#header {
	width:961px;
	height:60px;
	margin:0 auto;
	overflow:hidden;
}
#headerlogo {
		width:350px;
		float:left;
		margin:0;
		padding:22px 0 0;
	}
#headermenu {
		width:550px;
		float:right;
		text-align:right;
		margin:0;
		padding:22px 0 0;
	}

#content {
	width:961px;
	margin:0 auto;
	padding:0;
}
#left {
	float:left;
	width:250px;
	min-height:30em;
	height:auto !important;
	height:30em;
	margin:0 0 1em 0;
	padding:0;
	background:transparent url(../images/left.png) no-repeat left top;
	}

#footerbg {
	clear: both;
	background:#333333;
}
#footer {
	width:961px;
	min-height:20em;
	margin:0 auto;
	padding:60px 0 20px;
	text-align:center;
	height: auto;
	}


/* *** Header 	*********************************************** */

#headerlogo h1 {
	font-size:1em;
	font-weight:400;
	padding:5px 10px;
	color:#CCCCCC;
}
#headerlogo a,
#headerlogo a:visited {
	text-decoration:none;
	font-weight:400;
	padding:0;
	margin:0;
}
#headerlogo a:hover {
	text-decoration:none;
}


#headermenu ul {
float:right;
margin:0;
padding:5px 10px;
}

#headermenu li {
display:inline;
list-style-type:none;
margin:0;
padding:0;
}

#headermenu li a {
color:#fff;
font-weight:700;
text-decoration:none;
margin:0;
padding:5px 10px;
}

#headermenu li a:hover {
	color:#fff;
	background:#3399FF;
	text-decoration:none;
}

#ico_rss {
	float:right;
	height:38px;
	width:39px;
	display:block;
	background-repeat: no-repeat;
}
#ico_rss a img {
border:none;
text-decoration:none;
margin:-5px 0 0;
padding:0;
}


/* *** Footer *********************************************** */
#footerleft {
	float:left;
	width:320px;
	height:auto !important;
	text-align:left;
	color:#ccc;
}
#footerleft h3 {
	font-size:1.7em;
	font-weight:400;
	color:#8E7D6A;
	padding:0 0 0.1em 0;
	margin:0 1em 0.5em 0;
	border-bottom:1px dotted #8E7D6A;
	font-family:Georgia, Helvetica, Arial, sans-serif;
}
#footerleft ul {
	margin:0 1.7em 0 0;
	padding:1em;
	background-color:#000;
	border:1px dotted #8E7D6A;
}
#footerleft ul li {
	margin:0 1em;
	padding:0;
}
#footerleft ul li a:link,
#footerleft ul li a:visited {
	color:#ccc;
	text-decoration:none;
}
#footerleft ul li a:hover {
	text-decoration:none;
	color:#ccc;
	border-bottom:1px dotted #ccc;
}



#footermid {
	float:left;
	width:290px;
	width:350px;
	min-height:200px;
	height:auto !important;
	height:200px;
	text-align:left;
	color:#ccc;
}
#footermid h3 {
	font-size:1.7em;
	font-weight:400;
	color:#8E7D6A;
	padding:0 0 0.1em 0;
	margin:0 1em 0.5em 0;
	border-bottom:1px dotted #8E7D6A;
	font-family:Georgia, Helvetica, Arial, sans-serif;
}
#footermid ul {
	margin:0 1.7em 0 0;
	padding:1em;
	background-color:#000;
	border:1px dotted #8E7D6A;
}
#footermid ul li {
	margin:0 1em;
	padding:0;
}
#footermid ul li a:link,
#footermid ul li a:visited {
	color:#ccc;
	text-decoration:none;
}
#footermid ul li a:hover {
	text-decoration:none;
	color:#ccc;
	border-bottom:1px dotted #ccc;
}



#mid2 {
	float:left;
	width:365px;
	width:280px;
	min-height:200px;
	height:auto !important;
	height:200px;
	text-align:left;
	color:#ccc;
	}
#mid2 h3 {
	font-size:1.7em;
	font-weight:400;
	color:#8E7D6A;
	padding:0 0 0.1em 0;
	margin:0 0 0.5em 0;
	border-bottom:1px dotted #8E7D6A;
	font-family:Georgia, Helvetica, Arial, sans-serif;
}
#mid2 form{
	width:250px;
	margin:0;
	color:#000;
	padding-right: 8px;
	padding-left: 8px;
}
#mid2 form input.txtBox{
	width:250px;
	height:19px;
	/*font:normal 11px/19px Arial, Helvetica, sans-serif;*/
	color:#666666;
	margin:0 0 14px;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-color: #CCCCCC;
	border: 1px inset #808080;
	font-family: "Comic Sans MS";
}
#mid2 form textarea.message{
	float: left;
	height: 100px;
	width: 250px;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px inset #666666;
	margin-bottom: 20px;
}

#mid2 form input.go{
	background:url(../images/btn_go.gif) no-repeat 0 0;
	width:63px;
	height:16px;
	font:bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
	float:right;
	border:none;
	cursor:pointer;
}
#mid2 ul {
	margin:0 1.7em 0 0;
	padding:1em;
	background-color:#000;
	border:1px dotted #8E7D6A;
}
#mid2 ul li {
	margin:0 1em;
	padding:0;
}
#mid2 ul li a:link,
#mid2 ul li a:visited {
	color:#ccc;
	text-decoration:none;
}
#footerleft ul li a:hover {
	text-decoration:none;
	color:#ccc;
	border-bottom:1px dotted #ccc;
}

#list {
	border-top:2px inset #999999;
	clear:both;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
}
	
#footerbottom {
	border-top:2px inset #999999;
	clear:both;
	padding:20px 0;
	margin:10px 0 0;
}
#footerbottom p {
	margin:0;
	padding:0;
	line-height:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}
#footerbottom a:link,
#footer #footer4 a:visited {
	color:#fff;
	text-decoration:none;
}
#footerbottom a:hover {
	text-decoration:none;
	border-bottom:1px dotted #fff;
}

