@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background-color:#b19067;
	}
/*F9FDF5   CCB186*/

	
p {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .8em;
	color:#ffffff;
	}
	
h1 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .9em;
	color: #64170d;
	font-weight:normal;

	
	}
	
h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	color:#FFFFFF;
	font-weight:normal;
	text-transform:uppercase;
	}
	
h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	color:#FFFFFF;
	font-weight:normal;
	text-transform:uppercase;
	padding-top:5px;
	}

h4 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .8em;
	color:#64170d;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:2px;
	margin-top:2px;
	}
	
h5 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .7em;
	color:#64170d;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:2px;
	margin-top:2px;
	}
	
li {
	margin-bottom:10px;
	list-style:none;
	}



a {
	color:#64170d;
	text-decoration:none;
	
	}	

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

a:visited {
	color:#64170d;
	text-decoration:none;
	}
	
#main_container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:970px;
	overflow:hidden;
	background-image:url(images/paper.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	}

#content_container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:970px;
	overflow:hidden;
	background-image:url(images/paper.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}

#header {
	position:relative;
	margin-left:auto;
	padding-right:5px;
	margin-right:auto;
	background-image:url(images/shotclocklogo.png);
	background-position:left top;
	background-repeat:no-repeat;
	width: 945px;
	height:120px;
	text-align: right;
	border-bottom: 1px solid #ffffff;
	
	}

#left_container {
	position:relative;
	float:left;
	margin-left:12px;
	padding-bottom:25px;
	width: 200px;
	min-height: 600px;
	overflow:hidden;
	background-image:url(images/right.gif);
	background-position:right top;
	background-repeat:repeat-y;
	}

#left_container p {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .7em;
	color:#666666;
	}
	
	
#center_container {
	position:relative;
	float:left;
	width:500px;
	margin-left:10px;
	overflow:hidden;
	}
	

.blogfeed {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#64170d;
	width:100%;
	font-size:2em;
	
	}

.blogfeed h1 {font-size:18px;}

.blogfeed img {border:1px solid #FFFFFF;}

ul {margin-bottom:125px;}
	
#right_container {
	position:relative;
	float:right;
	margin-right:15px;
	padding-left:8px;
	padding-bottom:25px;
	width: 200px;
	min-height: 600px;
	overflow:hidden;
	background-image:url(images/left.gif);
	background-position:left top;
	background-repeat:repeat-y;
	}

#right_container p {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .7em;
	color:#ffffff;
	}
	
#footer {
	position:relative;
	margin-left:auto;
	margin-right: auto;
	width:950px;
	text-align:center;
	border-top: 1px solid #CCCCCC;
	padding-bottom: 35px;
	}

#footer p {
	font-size: .7em;

	}
	
.image_left {float:left; margin-right: 15px; margin-bottom:8px; border: 1px solid #999999;}

.artist {background-color:#FFFFFF; width:190px;}

.white {color:#FFFFFF; text-transform:uppercase;}


