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

body {
background-color:#CCCCCC;
}
a {
	color:#660000;
	text-decoration: none;
}

.sh_left {
	background-image:url(images/layout/bg_left.png);
	background-repeat:repeat-y;
	width:12px;
}

.sh_right {
	background-image:url(images/layout/bg_right.png);
	background-repeat:repeat-y;
	background-position:right;
	width:12px;
}

.sh_top {
	background-image:url(images/layout/bg_top.png);
	background-repeat:repeat-x;
	height:10px;
}

.sh_bottom {
	background-image:url(images/layout/bg_bottom.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:10px;
}

.header {
	background-image:url(images/layout/bg_header.png);
	background-repeat:repeat-x;
}

.content {
	background-image: url(images/layout/bg_shadow.png);
	background-repeat: repeat-y;
}
.menu {
	background-image: url(images/layout/bg_menu.png);
	background-repeat: repeat-x;
	height:26px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
}
.menu a {
	text-align:center;
	color:#660000;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	font-size:18px;
}

.menu a:hover {
	color:#CCCCCC;
	background-color:#000000;
}
.flash {
	background-color: #000000;
	height:200px;
}
.flash_text {
	font-size:30px;
	color:#CCC;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.content_bottom {
	background-image: url(images/layout/bg_content_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#FFF;
	text-align:center;
	font-size:12px;
	height:53px;
}
.content_top {
	background-image:url(images/layout/bg_content.png);
	background-repeat:repeat-x;
}
.content_main {
	width:80%;
	font-size:14px;
	color:#333333;
	line-height:150%;
	padding:10px 10px 10px 10px;
}
.content_header {
	font-size:24px;
	color:#660000;
}
.content_right {
	width:20%;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width: 2px;
	background-image:url(images/layout/quotes.png);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:18px;
	color:#333333;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}
.right_header {
	font-size:24px;
	color:#660000;
}

