@charset "utf-8";
/* CSS Document */
body,html {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #492115;
	
	
}

#holder {
	width:820px;
	margin:auto;
	height:auto;
	background-color:#492115;
	
}
#header {
	width:820px;
	height:200px;
	background-image:url(images/header_01.jpg)
}


#col_right {
	width:500px;
	float:right;
}

#col_right_top {
	width:500px;
	height:170px;
	float:right;
	background-image:url(images/header_02.jpg)
}

#col_right_content {
	width:500px;
	float:right;
}


#col_left {
	width:320px;
	float:left;
	
}

#col_left_buttons {
	width:320px;
	float:left;
}

#col_left_links {
	width:320px;
	float:left;
}

#footer {
	width:820px;
	clear:both;
	}	
	


.buttons {
	color:#FFF;
	font-family: Times New Roman, Times, serif;
	font-size:20px;
	
}
	
.footer {
	color:#FFF;
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	text-align:center;
	
}

.heading_buttons {
	color:#FFF;
	font-family:Times New Roman, Times, serif;
	font-size:18px;

}

a:link {

                color:#FFF;

                text-decoration:underline;

}

a:visited {

                color:#ffffff;

                text-decoration:underline;

}

a:hover {
				color:#cccc66;
                text-decoration:underline;

}

a:active {

                color:#ffffff;

                text-decoration:underline;

}

.header_link a:link {

                color:#FFF;

                text-decoration:none;

}

.header_link a:visited {

                color:#ffffff;

                text-decoration:none;

}

.header_link a:hover {
				color:#cccc66;
                text-decoration:underline;

}

.header_link a:active {

                color:red;

                text-decoration:none;

}


