/* CSS Document */
/*HTML Tags*/
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#534b4b;
	background-image: url(../images/background/top_bg_red.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
}
div {
	padding: 0px;
	margin: 0px;
	float:left;
}

h1{
	font-size: 22px;
	font-family: "Century Gothic";
	color:#67ae3e;
	font-weight:450;
}

h2{
	font-size: 16px;
	font-family: "Century Gothic";
	color:#67ae3e;
}

/*Div Tags*/

#main_container{	
width:1100px;	
float:none;	
margin: 0px auto 0px auto;
}

#content_container{	
width:900px;	
float:none;	
margin: 0px auto 0px auto;
padding-top:20px;
}

#content_left{
width:600px;
padding-right:20px;
}

#content_right{
width:250px;
background-image:url(../images/background/right_bg.jpg);
background-repeat:repeat-y;
}

#flash{
height:350px;
width:1100px;
}

#footer{
height:50px;
background-color:#ccc7c3;
width:100%;
}

img{
border:0px;
}


/* Links */
a:link, a:visited {
	color:#534b4b;
	text-decoration: none;
	}
a:hover {
	color:#000000;
	text-decoration: underline;	
	}