@charset "UTF-8";
/* CSS Document */

#container  {
	background: #FFFFFF;
	height: 768px;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
	float: left;
}

#body  {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	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 */
	height: 768px;
	width: 965px;
	float: left;
}


#movie {
	float: right;
	margin-top: 100px;
	margin-right: 25px;
	border: medium solid #660909;
}

#presidebar {
	height: 768px;
	width: 101px;
	background-color: #660706;
	float: left;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 154px;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}

#mainContent {
	background-repeat: repeat-y;
	background-position: center;
	float: left;
	position: static;
	width: 700px;
	background-image: url(../slices/spacer.gif);
	height: 758px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
} 

#postsidebar   {
	background-color: #660706;
	height: 768px;
	width:100%;
}
#container #mainContent p {
	margin-left: 350px;
	color: #660909;
	padding-right: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align:right;
	padding-bottom: 0px;
	padding-top: 0px;
}
#container #mainContent2 p {
	margin-left: 0px;
	color: #660909;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-right: 5px;
	padding-left: 5px;
	text-align: right;
}
#mainContent2 #textbox {
	margin-left: 350px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#mainContent2 li    {
	text-align: left;
	color: #660909;
	font-size: x-small;
	margin-left: 0px;
	margin-right: 5px;
}

#container #mainContent .li_a  {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660706;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}
#mainContent2  #textbox .li_c{
	font-size: x-small;
	text-align: left;
	margin-right: 30px;
	margin-left: 30px;
}
#mainContent2 .li_b {
	text-align: right;
}
#container #body #mainContent #content {
	padding-right: 30px;
	padding-top: 30px;
	text-align: right;
	float: right;
	clear: both;
}
#container #body #mainContent #mainContent2 {
	padding-right: 10px;
}

.#container #mainContent a {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	font-weight: bold;
	color: #630B0A;
	clear: right;
	font-size: small;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

#container #mainContent #FLVPlayer {
	float: right;
	margin-top: 90px;
	margin-right: 120px;
	border: medium solid #630A09;
}

#container #mainContent #FlashID {
	float: right;
	margin-top: 90px;
	margin-right: 120px;
	border: medium solid #630B0A;
}


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

