@charset "UTF-8";

/* CSS Document */

body {
	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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	font-style: normal;
}

.twoColFixRtHdr #container {
	width: 765px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}

.twoColFixRtHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 127px;
	margin-top: 80px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #000;
	width: 765px;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c6;
	margin-bottom: 10px;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 600px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 20px;
	font-size: 12px;
	color: #CCC;
}

.twoColFixRtHdr #mainContent {
	margin-top: 30px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
	width: 500px;
	float: right;
	font-size: 85%;
	line-height: 1.15em;
	padding-left: 0px;
	clear:right;
	text-align: left;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: dashed;
	border-bottom-style: dotted;
	border-right-color: #999;
	border-bottom-color: #999;
	background-image: url(../images/riverCity.jpg);
	background-repeat: no-repeat;
}

.twoColFixRtHdr #sidebarLeft {
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
	width: 240px;
	float: left;
	clear:right;
}

.twoColFixRtHdr #sidebarRight {
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	width: 230px;
	float: right;
	clear:none;
}

.twoColFixRtHdr {
	text-align: left;
	color: #ff9;
	padding-left: 6px;
	font-weight: lighter;
	margin-top: 0px;
}

#container {
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	color: #FFF;
	padding-top: 0px;
	margin: 0px;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	font-weight: normal;
	text-align: left;
}

.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: 15px;
}

.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;
}

#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	width: 500px;
	float: right;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 3px;
}

a:link, a:hover, a:visited {
	color:#8fb2de;
	text-decoration:none;
}

#tagline {
	float: left;
	padding-left: 44px;
	padding-bottom: 20px;
}

/*   Sidebar styles	*/

#sidebar {
	font-family:Helvetica, sans-serif;
	float:left;
	width:164px;
	margin-left: 40px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 400px;
	padding-top: 0px;
	text-align: left;
	clear: both;
	color: #999;
	background-image: url(../images/studiosign.gif);
	background-repeat: no-repeat;
	background-position: 0px 100px;
}

#sidebar h1 {
	font-family: Helvetica, sans-serif;
	font-size: 140%;
	font-weight: lighter;
	color: #ffff99;
	text-align: left;
	letter-spacing: 4px;
}

#sidebar p {
	font-weight: normal;
	font-size: 90%;
	line-height: 1.5em;
}

#sidebar a:hover, a:link, a:visited {
	color:#A9C7E8;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: lighter;
	color: #ffff99;
	text-align: left;
}

.yellow {
	font-family: Helvetica, sans-serif;
	color: #ffff99;
}

#mainContent img {
	float: left;
	margin-left: -180px;
	margin-top: 0px;
}

#mainContent h1 {
	font-size: 150%;
	font-weight: lighter;
	letter-spacing: .25em;
}

#mainContent h2 {
	float: none;
	clear: both;
	font-weight: lighter;
	font-size: 110%;
	margin-bottom: 20px;
	color: #FF9;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 5%;
}

#linebreak {
	float: none;
	clear: both;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
}

#mainContent ul li {
	list-style-type: none;
	text-indent: -2px;
	padding-bottom: 6px;
	letter-spacing: 1px;
	color: #CCC;
}

#mainContent p {
	font-size: 110%;
	color: #ccc;
}

