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

#wrapper {
	width: 960px;
	overflow: visible;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(images/terror_red.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	color: #30C;

}
a{
	text-decoration: none;
	color: #30C;
	margin-bottom:5px;

}
ul{
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	list-style-type: none;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 7px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	margin-left:-40px;
	line-height:17px;
	color: #30C;

}
.underline {
	text-decoration: underline;
	font-size:16px;
	line-height: 25px;

}
#header {
	font-family: "Courier New", Courier, monospace;
	color: #30C;
	background-color: #CCC;
	width: 461px;
	margin-right: auto;
	margin-left: 113px;
	position: fixed;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	line-height: 0px;
	height: 350px;
}
#header a{
	font-family: "Courier New", Courier, monospace;
	color: #30C;
	text-decoration: none;
	font-size: 14px;
	padding-top:0px;
}
#header h1 {
	line-height: 5px;
	font-size: 24px;
	margin-top: 9px;
	margin-bottom: 11px;
	text-transform: capitalize;
}

#header h1 a{
	line-height: 28px;
	font-size: 24px;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	margin-top:0px;
	padding-top:0px;
}
#sidebar {
	padding-top: 14px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	width: 290px;
	background-color: #FF6;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #30C;
	text-decoration: none;
	z-index: 1;
	position: fixed;
	top: 135px;
	height: 800px;
}
#content {
	font-size: 12px;
	width: 643px;
	margin-right: auto;
	margin-left: 238px;
	overflow: hidden;
	z-index: 3;
	position: absolute;
	margin-top: 130px;
	color: #30C;
	line-height: 16px;
}
#titles {
	background-color: #C8FFFF;
	padding-left: 5px;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
}
#info {
	background-color: #C8FFFF;
	padding-left: 15px;
	padding-right: 20px;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	padding-top:10px;
}
#info h1 {
	background-color: #C8FFFF;
	font-family: "Courier New", Courier, monospace;
	font-style:normal;
	text-decoration: underline;
	font-size:16px;
	font-weight:normal;
}
#info em {
	background-color: #C8FFFF;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	text-decoration:underline .5px;
}

#content #contentcolumn1 {
	float: left;
	width: 363px;
	font-family:"Trade Gothic W01 Bold 2";

}
#content #contentcolumn2 {
	width: 280;
}
#content img {
	padding-bottom: 30px;
}
#statement {
	background-color:#FFF;
	width: 400px;
	font-family:"Trade Gothic W01 Bold 2";
	color: #30C;
	z-index: 2;
	position: fixed;
	left: 579px;
	top: 258px;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 50px;
	min-height: 353px;
}

#statement p {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 5px
}

#rstate {
	width: 400px;
	position: fixed;
	left: 579px;
	top: 258px;
	height: 353px;
	background: url(images/randomimage<?php echo $selectedBg; ?>) no-repeat;
}

.citation {
	font-size: 20px;

}
#pullquote_col1 {
	position: relative;
	min-height: 356px;
	font-family:"Trade Gothic W01 Bold 2";
	color: #30C;
	font-size: 24px;
	line-height: 34px;
	background-color: #BFFFFF;
	width: 333px;
	text-transform: uppercase;
	margin-bottom: 30px;

}
#pullquote_col1 p{
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;

}
.citation_sm {
	font-size: 14px;
}
#pullquote_col2 {
	position: fixed;
	min-height: 356px;
	font-family:"Trade Gothic W01 Bold 2";
	color: #30C;
	font-size: 24px;
	line-height: 34px;
	background-color: #BFFFFF;
	width: 280px;
	text-transform: uppercase;
}
#pullquote_col2 p{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;

}
.citation_sm {
	font-size: 20px;
}

