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

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFC6C6;
	line-height: 20px;
}
body {
	background-color: #333;

}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #F90;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 18px;

}
h2 {
	font-size: 18px;
}

#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #990000;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 91px;
	text-align: center;
	vertical-align: middle;
}

#footer a{
	color:#990000;	
}
#content {
	background-image: url(images/bg_red.jpg);
	background-repeat: repeat;
	background-position: left bottom;
	padding: 25px;
	background-color: #680406;
}
.align-center {
	text-align: center;
}
#home-welcome {
	padding: 30px 40px 30px 40px;
	background-image: url(images/corner_top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#page-content {
	padding: 0 40px 30px 40px;
	background-image: url(images/corner_top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align:top;
}
.border-blk {
	border: 1px solid #333;
}
#frame {
	border: 7px solid #000;
	width: 900px;
	margin: auto;
}


#content-frame {
	background-image: url(images/corner_left_bottom.png);
	background-repeat: no-repeat;
	background-position: 15px bottom;
	padding: 25px;
	height: 100px;
}
.pic-border {
	border: 1px solid #666;
}
