@charset "UTF-8";
body  {
	font: 100%/1.5 Arial, Helvetica, sans-serif;
	background: url(../images/srd_bg.gif) repeat;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
#container {
	background: url(../images/repeat_bg.png);
	text-align: left;
	padding-right: 7px;
	padding-left: 7px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	padding-top: 23px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 545px;
} 
#wrapper_top {
	background: url(../images/top_bg.png) no-repeat;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding-top: 23px;
	padding-right: 14px;
}
#wrapper_bottom {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	background: url(../images/bottom_bg.png) no-repeat center bottom;
	padding-bottom: 23px;
	padding-right: 14px;
	height: 568px;
}
#copyright {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	background: url(none) no-repeat center bottom;
	padding-bottom: 23px;
	padding-right: 14px;
	height: 568px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 0px 10px;
	height: 518px;
	text-decoration: none;
	top: -20px;
	position: relative;
}
#quote {
	position: relative;
	width: 175px;
	top: 50px;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
	width: 794px;
}
#mainContent {
	margin: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/home_graphic.jpg) no-repeat;
	float: right;
	height: 548px;
	width: 580px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	top: -34px;
	position: relative;
}
#portfolio {
	margin: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(none) no-repeat;
	float: right;
	height: 548px;
	width: 580px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	top: -34px;
	position: relative;
} 
#pageimages {
	margin: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(none) no-repeat;
	float: left;
	height: 548px;
	width: 200px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	top: -34px;
	position: relative;
	vertical-align: top;
} 
#logo {
	height: 63px;
	width: 176px;
	position: absolute;
	border-style: none;
	bottom: 0px;
}
.navbar {
	margin: 0px;
	padding: 0px;
	width: 185px;
}
.navbar li {
	text-decoration: none;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	margin: 0px 0px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.navbar li a {
	display: block;
	background: #FFFFFF;
	text-decoration: none;
	font: bold 11px/27px Helvetica, Arial, sans-serif;
	padding-left: 5px;
	color: #97abd8;
	height: 27px;
}
.navbar li a:active {
	background: #999999;
}
.navbar li a:hover {
	color: #FFFFFF;
	background: #97abd8;
}
#footer {
	padding: 0 10px 0 20px;
	top: -15px;
	position: relative;
	font: 12px/12px Arial, Helvetica, sans-serif;
	text-align: right;
} 
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.maintext {
	float: left;
	width: 365px;
	height: 548px;
	position: relative;
	top: -34px;
	font-size: 12px;
	padding-left: 10px;
	line-height: 1.6;
}
a.footer  {
	color: #97abd8;
	font-weight: bold;
	text-decoration: none;
}
.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;
}
.chamber_img {
	position: absolute;
	top: 334px;
	bottom: 0px;
	left: 333px;
}
.chamber_video {
	height: 265px;
	width: 320px;
	position: absolute;
	top: 280px;
}
