.quote_box {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFF;
	font-style: italic;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #C00;
	background-color: #AD1112;
	padding-left: 10px;
	float: right;
	width: 170px;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
body {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #AD1112;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	color: #C00;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
}



p, ol, ul {
	line-height: 180%;
}


p {
}
.redtext {
	font-size: 13px;
	color: #AD1112;
	text-decoration: underline;
}


ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Page */

#page {
	width: 1050px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
}

/* Content */

#content {
	float: right;
	width: 700px;
	padding: 20px;
	margin-top: 2px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(images/bg_mid.png);
	margin-left: 300px;
	position: absolute;
}

.bg {
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/bg_top.png);
	background-repeat: no-repeat;
	width: 770px;
	margin-left: -20px;
	margin-top: -20px;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 10px;
}

.bg_bot {
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/bg_bot.png);
	background-repeat: no-repeat;
	width: 780px;
	margin-left: -20px;
	margin-bottom: -30px;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	background-image: url(images/sidebar_bg.png);
	background-repeat: repeat-y;
	position: fixed;
	height: 100%;
}
#menu {
	width: 284px;
}
#swapimg {
	width: 264px;
	height: 200px;
	background-color: #AD1112;
	border: 10px solid #C00;
	padding-bottom: 3px;
}


.sb_bg {
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/sb_bg_top.png);
	background-repeat: no-repeat;
	width: 300px;
}


.sb_bg_bot {
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/sb_bg_bot.png);
	background-repeat: no-repeat;
	width: 300px;
	margin-bottom: -30px;
}

/* Footer */

#footer {
	width: 700px;
	float: left;
	margin-bottom: 0px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999;
	margin-top: 25px;
	padding-top: 15px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	color: #AD1112;
}

#footer a {
	color: #AD1112;
}
