.oneColDance #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1E4062 url(../images/mirror_bak.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}

.twoColDance #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1E4062 url(../images/sidebak_glow.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left;
}

.twoColDance #mainContent {
	padding: 0 30px;
	margin-left: 250px;
}

.0neColDance #mainContent {
	padding: 0 30px;
	margin-left: 30px;
}

body {
	font: small Verdana, Geneva, sans-serif;
	background: #17314A url(../images/starback3.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: 10;
	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: #CCC;
	background-color: #112437;
}

h1,h2,h3,h4,h5
{
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	padding-left: 30px;
}

.bold_white {
	color: #FFFFFF;
	font-weight: bold;
}
.bold_ital_gold {
	color: #FFBA00;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
}


p {
	color: #FFF;
	line-height: 1.3;
}
a {
	color: #F00;
	text-align: left;
	font-weight: bold;
}
li {
	color: #FFF;
}

.oneColFixCtrHdr #header {
	background: #003E65;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
}
img {
	margin-top: 1px;
	text-align: center;
}
.oneColFixCtrHdr #container #header #usad {

}


.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.centered {
	text-align: center;
	display: block;
}


#sidebar {
	float: left;
	width: 230px;
	padding: 0px 20px 15px 0px;
}
#sidebar p {
	padding-left: 15px;
	padding-right: 10px;
	font-size: 13px;
}
#footer {
	text-align: center;
	background: #001C37;
	padding: 0px;
	border-top: 4px double #FCC100;
}
#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: small;
	color: #FFF;
}
.fltrt {
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
}
#menu {
	height: 20px;
	width: 780px;
	background-color: #FCC100;
	padding: 1px 0px 0px;
	border-top: 2px solid #F00;
	border-bottom: 2px solid #F00;
}

.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;
}
#map {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 100px;
}

#augusta_studios {
	width: auto;
	text-align: left;
	margin: 30px 30px 30px 10px;
	padding-left: 20px;
}
#augusta_studios ul li   {
	list-style: square outside;
	line-height: 1.8;
}


#augusta_studios h2 {
	color: #FCC100;
}
.header {
	background: #003E63;
}
.oneColDance #container #header a {
	color: #003E63;
}
