@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#787878;

}

a:link {
	color: #d43d37;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #faa51a;
}
a:hover {
	text-decoration: underline;
	color: #a50601;
}
a:active {
	text-decoration: none;
}

/*---HEADER CONTENT---*/

#header {
background-image:url(../images/warc_home_header.jpg);
height:150px;
width:950px;
}

.header_left_wing {
height:150px;
background-repeat:no-repeat;
background-position:top right;
background-image:url(../images/header_left_wing.jpg);
}

.header_right_wing {
height:150px;
background-position:top left;
background-repeat:no-repeat;
background-image:url(../images/header_right_wing.jpg);
}

/*---MENU CONTENT---*/

#menu {
background-image:url(../images/warc_home_menu.jpg);
height:30px;
width:950px;
}

.menu_left_wing {
height:30px;
background-repeat:no-repeat;
background-position:top right;
background-image:url(../images/menu_left_wing.jpg);
}
.menu_left_wing_index {
height:30px;
background-repeat:no-repeat;
background-position:top right;
background-image:url(../images/index_menu_left_wing.jpg);
}

.menu_right_wing {
height:30px;
background-position:top left;
background-repeat:no-repeat;
background-image:url(../images/menu_right_wing.jpg);
}


/*---CONTENT---*/

.content_master {
background:url(../images/content_bg.gif);
background-repeat:no-repeat;
height:100%;
width:950px;
background-color:#F7F7F7;
}
.content_master_index {
background:url(../images/indexbg.jpg);
background-repeat:no-repeat;
height:100%;
width:950px;
background-color:#7a0203;
}
.index_left_wing {
background-repeat:repeat-y;
background-position:top right;
background-image:url(../images/index_left_wing.gif);
}

.content_left_wing {
background-repeat:repeat-y;
background-position:top right;
background-image:url(../images/content_left_wing.gif);
}

.content_right_wing {
height:100%;
background-position:top left;
background-repeat:repeat-y;
background-image:url(../images/content_right_wing.gif);
}



/*---FOOTER CONTENT---*/

#footer_content {
background:url(../images/footer_bg.gif);
background-repeat:repeat-x;
height:50px;
width:950px;
}

.footer_left_wing {
height:50px;
background-repeat:no-repeat;
background-position:top right;
background-image:url(../images/footer_left_wing.jpg);
}

.footer_right_wing {
height:50px;
background-position:top left;
background-repeat:no-repeat;
background-image:url(../images/footer_right_wing.jpg);
}

/*---COLUMS---*/

#left_colum{
width:245px;
height:auto;
float:left;
background-image:url(../images/left_colum_bg.gif);
background-repeat:repeat-x;
background-color:#610708;
padding-left:15px;
padding-top:10px;

}

#main_colum{
float:left;
width:335px;
height:inherit;
padding-left:10px;
padding-right:10px;
padding-top:10px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;

}

#main_colum_content{
float:left;
width:620px;
height:inherit;


}

#spacer_colum{
width:80px;
float:left;
height:inherit;

}

#right_colum{
width:250px;
height:auto;
float:right;
background-image:url(../images/right_colum_bg.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;

}