@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:202px;
	background-image:url(images/index_header1.jpg);
}

#header_top {
	width:820px;
	height:132px;
	background-image:url(images/index_header1.jpg);
	
	
}
#col_right {
	width:220px;
	float:right;
}

#links_top {
	width:195px;
	height:29px;
	background-image:url(images/index_links_top.jpg);
	padding-top:15px;
	padding-left:25px;
}

#links_text {
	width:190px;
	background-image:url(images/index_links_mid.jpg);
	padding-left:15px;
	padding-right:15px;
}

#links_bottom {
	width:220px;
	height:23px;
	background-image:url(images/index_links_bottom.jpg);
}

#col_left {
	width:600px;
	float:left;
	
}
#footer {
	width:820px;
	clear:both;
	}
#header_left {
	width:370px;
	height:70px;
	float:left;
	background-image:url(images/Index_header2.jpg)
	
	
}
#header_right {
	width:450px;
	height:70px;
	float:right;
	background-image: url(images/index_header3.jpg)
	
}

	
#intro {
	width:600px;
	
	}
	
#intro_top {
	width:575px;
	height:27px;
	background-image:url(images/index_welcome_top.jpg);
	padding-top:17px;
	padding-left:25px;
}

#intro_text {
	width:550px;
	background-image:url(images/index_welcome_mid.jpg);
	padding-left:25px;
	padding-right:25px;
	
}

#intro_bottom {
	width:600px;
	height:25px;
	background-image:url(images/index_welcome_bottom.jpg);
}

#new_art {
	width:299px;
	float:left;
	
	}


#new_art_top {
	width:274px;
	height:27px;
	background-image:url(images/index_newart_top.jpg);
	padding-top:15px;
	padding-left:25px;
}

#new_art_text {
	width:259px;
	background-image:url(images/index_newart_mid.jpg);
	padding-left:25px;
	padding-right:15px;
}

#new_art_bottom {
	width:299px;
	height:23px;
	background-image:url(images/index_newart_bottom.jpg);
}

#news {
	width:301px;
	float:right;
	
	}
	
#news_top {
	width:281px;
	height:27px;
	background-image:url(images/index_news_top.jpg);
	padding-top:15px;
	padding-left:20px;
}

#news_text {
	width:256px;
	background-image:url(images/index_news_mid.jpg);
	padding-left:20px;
	padding-right:25px;
	
}

#news_bottom {
	width:301px;
	height:23px;
	background-image:url(images/index_news_bottom.jpg);
}
	
	


.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;

}



