@import 'clearfix.css';
@import 'horizontal_menu.css';
@import 'random_image.css';
@import 'cieraNews.css';

* {

	padding:0;
	margin:0;
	
}

body {

	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
	
}

a {

	color:#98592e;
	
}

a:hover {

	text-decoration:none;
	
}


div#main_container {

	width:808px;
	margin:0 auto;
	background-image:url(../images/layout_r3_c2.jpg);
	background-repeat:repeat-y;
	
}

div#header {

	background-image:url(../images/layout_r1_c2.jpg);
	width:808px;
	height:167px;
	float:left;
	
}

div#main_content {

	float:left;
	width:808px;
	background-image:url(../images/main_gradient.jpg);
	background-repeat:no-repeat;
	
}

div#left_column {

	float:left;
	background-image:url(../images/newsandevents.png);
	background-position:30px 5px;
	background-repeat:no-repeat;
	margin:0 0 0 20px;
	width:202px;
	padding:50px 10px 0 10px;
	min-height:200px;
	
}

div#content {

	float:left;
	width:505px;
	margin:0 0 0 1px;
	padding:10px 20px;

}

div#footer {

	background-image:url(../images/layout_r4_c2.jpg);
	width:778px;
	height:41px;
	float:left;
	color:#333333;
	font-variant:small-caps;
	font-size:.9em;
	font-weight:bold;
	text-align:right;
	padding:4px 30px 0 0;

}

div#footer a {

	color:#333333;
	text-decoration:none;
	
}