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

body{
	background-color:#ffffff;
	font-family: Times New Roman, Times, serif;
	padding:0px;
	margin:0px;
	background-image:url(links/background.jpg);
	background-repeat: repeat;
}

#container{
	display:block;
	position:relative;
	margin:0px auto;
	width:940px;
	height:auto;
	background-color:#411f23;
}

/* HEADER */

.header{
	display:block;
	position:relative;
	width:940px;
	height:416px;
}

/* BODY */

.body_container{
	display:block;
	position:relative;
	width:940px;
	height:auto;
}

.body_left{
	display:block;
	position:relative;
	width:274px;
	height:auto;
	float:left;
}

.body_right{
	display:block;
	position:relative;
	width:633px;
	height:auto;
	float:right;
	margin:0px 18px 0px 0px;
	_margin:0px 18px 0px 0px;
	_background-color:#999999;
}

/* FOOTER */

.footer{
	display:block;
	position:relative;
	width:940px;
	height:36px;
	background-image:url(links/footer.gif);
	background-repeat: no-repeat;
	clear:both;
}

/* FONTS */

.body_big{
	font-size:0.7em;
	color:#0079C0;
	margin:0px 0px 0px 0px;
	}
	
.body{
	font-size:0.8em;
	color:#ffffff;
	margin:10px 30px 30px 0px;
	}
	
.body_footer{
	font-size:0.8em;
	color:#ffffff;
	margin:0px 0px 0px 0px;
	text-align:center;
	line-height:36px;
	}
	
h1{ 
	font-size:1.5em;
	color:#FA8598;
	margin:20px 30px 0px 0px;
	font-weight:normal;
	text-align:left;
	}
	
h2{ 
	font-size:1.5em;
	color:#B1005D;
	margin:20px 0px 0px 60px;
	font-weight:normal;
	text-align:right;
	}
	
	
/* LINKS */

a, a:hover {
	font-weight:normal;
	color:#B1005D;
	text-decoration:none;
	}
	
a:hover {
	color:#FA8598;
	}
	
.af, .af:hover {
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	}
	
.af:hover {
	color:#FA8598;
	}


