body.main
{
	background-color: black;
	margin: 0;
	padding: 0;
}

h1
{
	font-family: Tahoma, Arial, Verdana;
	color: white;
	font-size: 1.2em;
	margin-top: 0px;
}

h2
{
	font-family: Tahoma, Arial, Verdana;
	color: white;
	font-size: 1.1em;
}

img
{
	border: 0;
}

/* FONTS*/
font.white
{
	font-family: Tahoma, Arial, Verdana;
	color: white;
	font-size: 0.8em;
}

font.black
{
	font-family: Tahoma, Arial, Verdana;
	color: black;
	font-size: 0.8em;
}

font.white_big
{
	font-family: Tahoma, Arial, Verdana;
	color: white;
	font-size: 1.2em;
}

font.white_small
{
	font-family: Tahoma, Arial, Verdana;
	color: white;
	font-size: 0.6em;
}

/* LINKS */
a.red_link
{
	font-family: Tahoma, Arial, Verdana;
	color: #AB0F0F;
	font-weight: bold;
	text-decoration: none;
}

a.blue_link
{
	font-family: Tahoma, Arial, Verdana;
	color: #4B7FDF;
	font-weight: bold;
	text-decoration: none;
}

a.white
{
	font-family: Tahoma, Arial, Verdana;
	color: white;
	font-size: 0.8em;
}

a.header_link
{
	text-decoration: none;
}

a.comment_link
{
	font-family: Tahoma, Arial, Verdana;
	color: black;
	text-decoration: none;
	font-size: 12px;
}

a.comment_link:hover
{
	text-decoration: underline;
}

/*HEADER*/
div.header
{
	background-color: #AB0F0F;
	width: 100%;
	height: 205px;
	margin: 0;
	padding: 0;
}

div.header_content
{
	width: 900px;
	height: 185px;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	background-image: url("../images/leaf_slogan.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

div.header_logo
{
	float: left;
	width: 150px;
	height: 150px;
	padding-left: 50px;
	padding-right: 20px;
}

div.header_title
{
	clear: right;
	float: left;
	width: 407px;
	height: 48px;
	padding-top: 20px;
}

div.header_text
{
	float: left;
	width: 500px;
	line-height: 1em;
	padding-top: 15px;
	text-align: left;
}

/*MENU*/
div.menu
{
	width: 100%;
	height: 40px;
}

div.menu_items
{
	background-image: url("../images/navbar.png");
	background-repeat: no-repeat;
	background-position: top center;
	width: 880px;
	height: 40px;
}

a.menu_link
{
	text-decoration: none;
	display: inline-block;
	width: 101px;
	height: 20px;
	padding-top: 10px;
}

/*CONTENT*/

div.content
{
	width: 100%;
}

div.content_wrapper
{
	width: 800px;
	height: 185px;
	margin: 0;
	padding: 0;
	padding-top: 40px;
	text-align: left;
}

div.content_main
{
	float: left;
	width: 500px;
}

div.content_main_full
{
	float: left;
	width: 825px;
}

div.content_sidebar
{
	float: left;
	width: 275px;
}

div.follow_us
{
	width: 260px;
	height: 60px;
	background-image: url("../images/follow_bgr.png");
	background-repeat: no-repeat;
	padding-top: 5px;
}

a.follow_link
{
	display: inline-block;
	width: 50px;
}

/*FOOTER*/
div.content_footer
{
	clear: both;
	width: 900px;
	height: 30px;
	margin-left: 10px;
	padding-top: 100px;
}
