@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	background-color: #171717;
}
.twoColFixRtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #1d1d1d;
	height: auto;
	line-height: 12px;
	border: 1px solid #91010A;
} 
#bttm_spacer {
	height: 30px;
	width: 800px;
}
#bttm_spacer {
	float: left;
	height: 40px;
	width: 800px;
}

.twoColFixRtHdr #header {
	height: 150px;
	margin-top: 0px;
	padding-top: 0px;

} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 248px;
	margin-top: 0px;
	background-color: #2E2E2E;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #333333;
	height: auto;
}
.twoColFixRtHdr #mainContent {
	margin-top: 8px;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	width: 548px;
	font-weight: normal;
	color: #CCCCCC;
} 



.contentpic {
	float: left;
	height: 300px;
	width: 500px;
	margin-top: 10px;
	margin-left: 25px;
	border: 1px solid #660000;
}

#musicplayer {
	float: left;
	height: 200px;
	width: 200px;
	margin-top: 25px;
	margin-left: 25px;
	border: 1px solid #750416;
	padding: 0px;
	background-color: #171717;
}
#links {
	font-size: 14px;
	font-weight: bold;
	color: #C96702;
	text-decoration: none;
	float: left;
	height: 205px;
	width: 200px;
	margin-top: 25px;
	margin-left: 25px;
	border: 1px solid #660000;
	background-color: #333333;
	margin-bottom: 25px;
	padding-top: -20px;
}

#albumslideshow {
	float: left;
	height: 200px;
	width: 200px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 25px;
	border: 1px solid #76040E;
}

#navbar {
	float: left;
	height: 31px;
	width: 800px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #76040E;
	border-right-color: #76040E;
	border-bottom-color: #76040E;
	border-left-color: #76040E;
}
#my_footer {
	float: left;
	height: auto;
	width: 800px;
	margin-top: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
	font-size: 10px;
	color: #999999;
	text-align: center;
	padding-top: 5px;
	line-height: 9px;
	padding-bottom: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.content_title {
	font-size: 16px;
	font-weight: bold;
	color: #CA9700;
	text-decoration: none;
	float: left;
	height: 17px;
	width: 500px;
	margin-top: 10px;
	margin-left: 25px;
}
.content_text {
	font-size: 12px;
	text-decoration: none;
	float: left;
	height: auto;
	width: 500px;
	margin-top: 5px;
	margin-left: 25px;
	color: #cccccc;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	line-height: 20px;
	background-color: #1D1D1D;
	
}
#drop_down_directions {
	float: left;
	height: auto;
	width: auto;
	margin-left: 25px;
}
#directions_drop_down {
	float: left;
	height: auto;
	width: auto;
	margin-left: 25px;
}
#smalls_links {
	font-size: 14px;
	font-weight: bold;
	color: #C96702;
	text-decoration: none;
	float: left;
	height: 205px;
	width: 200px;
	margin-left: 25px;
	border: 1px solid #660000;
	background-color: #333333;
	margin-bottom: 25px;
}
#myspace_links {
	font-size: 14px;
	font-weight: bold;
	color: #C96702;
	text-decoration: none;
	float: left;
	height: 231px;
	width: 200px;
	margin-left: 25px;
	border: 1px solid #660000;
	background-color: #333333;
	margin-bottom: 25px;
}
