/***************** BODY *****************/

body {
	background-color: #ebe7e4;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url("./images/topbg.jpg");
	margin: 0px;
	padding: 30px 0px 0px 0px;

<!--[if IE 6]>
	text-align: center;
<![endif]-->

}


#container {
	position: relative;
	margin: auto;
	width: 900px;
	background-color: #ffffff;
	padding: 20px;

<!--[if IE 6]>
	text-align: left;
<![endif]-->

}

#footer {
	margin: auto;
	width: 900px;
	background-color: #ebe7e4;
	text-align: center;
	padding: 10px;
}

#footer p{
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	color: #666666;
}

/***************** HEADER *****************/

/*

h1 span {
	display: none;
}

*/

/*h1*/#banner {
	height: 120px;
	width: 900px;
	background-image: url("./images/header.jpg");
	margin: 0px 0px 20px 0px;
}



/***************** MENU *****************/

#menu {
	float: left;
	width: 130px;
}

#menu_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu_list li {
	background-color: #2e2e2e;
	border-top: solid thin #ffffff;
	padding: 4px;
}

#menu_list li a {
	font-size: 0.8em;
	font-weight: 600;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

#link_list {
	list-style: none;
	margin: 3px 0px 0px 0px;
	padding: 25px 0px 0px 10px;
	background-color: #ffffff;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url("./images/gradient.jpg");
}

#link_list li{
	padding-left: 4px;
}

#link_list li a{
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
}

#menu .active {
	background-color: #000000;
}

#menu .active a{
	color: #ff7f01;
}


/***************** ARTICLES *****************/

#articles{
<!--[if IE 6]>
	margin-left: 10px;
<![endif]-->

	margin: 0px;
	width: 172px;
	padding: 10px;
	min-height: 360px;
	float: right;
	background-color: #0d0c0d;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url("./images/colbg.jpg");
}

#articles h1,#articles h2, #articles h3,#articles h4,#articles h5,#articles h6{
	font-size: 0.8em;
	font-weight: 600;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}

#articles p{
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
}

#articles ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#articles li a{
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	color: #ff7f01;
}

 a{
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	color: #ff7f01;
}

/***************** CONTENT *****************/

#content{
	width: 535px;
	float: left;
	margin: 0px 0px 0px 20px;
}

#content h1 {
	font-size: 1.7em;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	color: #33333;
	margin: 0px 0px 20px 0px;
}

#content h2, #content h3,#articles h4,#articles h5,#articles h6{
	font-size: 0.8em;
	font-weight: 600;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	color: #33333;
	margin: 0px 0px 0px 0px;
}


#content p{
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	margin: 0px 0px 20px 0px;
}

#content a{
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	color: #683826;
}

#content h2 a, #content h3 a, #content h4 a{
	font-size: 1.0em;
	font-weight: 600;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;	
	color: #683826;
}

.fl{
	float: left;
	clear: left;
	margin: 20px 20px 20px 0px;
}

.fr{
	float: right;
	clear: right;
	margin: 20px 0px 20px 20px;
}


.clear{
	clear: both;
}
