body {
	margin:								0px;
	padding:							0px;
	
	font-family:						Verdana, Arial, Sans-Serif;
	font-size:							11px;
	color:								#000000;
	line-height:						20px;
	
	text-align:							center;
}

#container {
	background:							url("../images/bg_container.jpg") top left repeat-y;
	width:								880px;
	
	text-align:							left;
	
	position:							relative;
	margin:								0 auto;
}

h1 {
	font-weight:						bold;
	font-size:							12px;
	color:								#222222;

	background: 						url("../images/h1_image.jpg") 2px 0px no-repeat;
	padding-left:						14px;
}

/* STYLING THE HEADER & MENU */

#header {
	background:							url("../images/header.jpg") top left no-repeat;
	width:								880px;
	height:								228px;
}
/*
#header ul li a:link, #header ul li a:visited {
	text-decoration:					none;
	color:								#3f3f3f;
}

#header ul li a:hover {
	text-decoration:					none;
	color:								#db6f0b;
}*/

/* STYLING THE CONTENT BLOCK */
#content_block_overall
{
	background:							url("../images/image_content_gradient.jpg") top left no-repeat;
	overflow:							hidden;
	width:								880px;
	
	min-height:							400px;
	position:							relative;
}

#content_left_column {
	width:								450px;
	
	float:								left;
	margin:								30px 0px 30px 60px;
	
	display:							inline;
}

#content_right_column {
	width:								190px;
	
	float:								right;
	margin:								30px 60px 166px 60px;
	
	display:							inline;
}

#table {
	font-family:						Verdana, Arial, Sans-Serif;
	font-size:							11px;
	color:								#000000;
	line-height:						20px;
}

#content_block_overall a:link{ color:#981819; font-weight:bold; text-decoration:none; }
#content_block_overall a:visited{ color:#981819; font-weight:bold; text-decoration:none; }
#content_block_overall a:hover{ color:#5F0405; font-weight:bold; text-decoration:none; border-bottom:2px #878787; }


/* STYLING THE FOOTER */

#footer {
	background:							url("../images/footer.jpg") top left no-repeat;
	width:								880px;
	height:								41px;
	font-size:							10px;
	color:								#6e6e6e;
}


#footer_image_right
{
	background:							url("../images/footer_image_right.jpg") top left no-repeat;
	width:								365px;
	height:								166px;
	position:							absolute;
	bottom:								35px;
	right:								0px;
}

* html #footer_image_right
{
	z-index:							-1;
}

.footer_home_contact {
	float:								left;
	margin:								8px 0px 0px 40px;
}

.footer_impres {
	float:								right;
	margin:								8px 40px 0px 0px;
}


/* STYLES FOR THE LINKS */


#footer a:link {
	text-decoration: 					none;
	color:								#6e6e6e;
}
#footer a:visited {
	text-decoration: 					none;
	color:								#6e6e6e;
}
#footer a:hover {
	text-decoration: 					underline;
	color:								#6e6e6e;
}

#content_overall a:link {
	text-decoration: 					none;
	color:								#db6f0b;
}
#content_overall a:visited {
	text-decoration: 					none;
	color:								#db6f0b;
}
#content_overall a:hover {
	text-decoration: 					underline;
	color:								#db6f0b;
}