
body {
	background : #EEEEEE;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

img {
	border : 0px;
}

a {
	color : #69732d;
	text-decoration : none;
}

a:hover {
	color : #69732d;
	text-decoration : underline;
}

a:visited {
	color : #69732d;

}

h1, h2, h3, h4, h5, h6 {
	margin : 0px;
	padding : 0px;
}

h1 { font-size : 24px; }
h2 { font-size : 18px; }
h3 { font-size : 16px; }
h4 { font-size : 14px; }
h5 { font-size : 12px; }
h6 { font-size : 11px; }

hr {
	background-color: #CCCCCC;
	color: #CCCCCC;
	height : 1px;
	border: 0;
	margin : 0px;
	padding : 0px;
}


/* --- --- --- --- --- --- --- --- --- --- --- */

.clear {
	clear : both;
}

.float_right {
	float : right;
}

.float_left {
	float : left;
}

/* --- --- --- --- --- --- --- --- --- --- --- */

#page {
	background : #FFFFFF url("../img/page_bg.gif") center repeat-y;
	width : 740px;
	text-align : left;
	margin : 0px auto 0px auto;
	padding : 0px 0px 20px 0px;
}

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


#header {
	margin : 0px 0px 0px 0px;
	padding : 0px 20px 0px 20px;
}

#header #logo {
	float : left;
	margin : 0px 0px 0px 0px;
	padding : 20px 0px 0px 10px;
}

#header #logo h2 {
	font-size : 20px;
	font-style : italic;
	color : #000000;
}

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

#topmenu {
	margin : 0px 0px 0px 0px;
	padding : 10px 20px 0px 20px;
}

#topmenu ul {
	display : block;
	list-style: none;
	margin : 0px;
	padding : 0px 3px 0px 3px;
}

#topmenu li {
	float : left;
	background: transparent url("../img/menu_tabs.gif") 100% -600px no-repeat;
	padding: 0px 6px 0px 0px;
	margin : 0px 1px 0px 0px;
}

#topmenu ul a {
	float: left;
	display: block;
	padding: 4px 9px 4px 15px;
	background: transparent url("../img/menu_tabs.gif") 0% -600px no-repeat;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
	
#topmenu ul li:hover a {
	background-position: 0% -400px;
}
	
#topmenu ul li:hover {
	background-position: 100% -400px;
}

#topmenu ul li.active {
	background-position: 100% -200px;
}

#topmenu ul li.active a {
	background-position: 0% -200px;
	color : #FFFFFF;
}

#topmenu ul li.active:hover {
	background-position: 100% 0%;
}

#topmenu ul li.active a:hover {
	background-position: 0% 0%;
}

/* --- */

#menuborder {
	height : 20px;
	background : #69732d;
	margin : 0px 20px 0px 20px;
	padding : 0px 20px 0px 20px;
	clear : both;
}

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

#page_content {
	margin : 0px;
	padding : 0px 20px 0px 20px;
}

/* --- */

#page_content #startimage {
	padding : 0px;
	margin : 10px 0px 0px 10px;
}

/* --- */

#page_content #maincol {
	float : left;
	width : 420px;
	margin : 0px;
	padding : 10px 20px 0px 20px;
}

/* --- */

#page_content #rightcol {
	float : right;
	width : 200px;
	margin : 0px;
	padding : 15px 20px 0px 0px;
}

#page_content #right_img_col {
	float : right;
	width : 200px;
	margin : 0px;
	padding : 15px 20px 0px 0px;
}

#page_content ul.feed {
	padding : 0px;
	margin : 0px;
}

#page_content ul.feed li {
	list-style : none;
	padding : 0px;
	margin : 10px 0px 0px 0px;
}

#page_content ul.feed li a {
/* 	font-weight : bold; */
}


/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


#footer {
	width : 740px;
	margin : 0px auto 0px auto;
	padding : 0px;
	height : 40px;
	background : #EEEEEE url("../img/footer_bg.gif") center no-repeat;
	text-align : center;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #999999;
}

#footer a {
	color : #999999;
}

#footer #footer_content {
	padding : 0px 30px 0px 30px;
}

