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

.sidebarSubHead {
	color: 1D1D1D;
	font-size: 10px;
	font-weight: bold;

	}
a:link {
	color: #494202;
	text-decoration: none;
	
}     /* unvisited link */
a:visited {
	color: #494202;
	text-decoration: none;
}  /* visited link */
a:hover {
	color: #383001;
	text-decoration: underline;
}   /* mouse over link */
a:active {
	color: #494202;
	text-decoration: none;
}
a.linksGray:link {
	/*color: #494202;*/
	color: #1D1D1D;
	text-decoration: none;
	font-style:italic;
}     /* unvisited link */
a.linksGray:visited {
	color: #1D1D1D;
	text-decoration: none;
	font-style:italic;
}  /* visited link */
a.linksGray:hover {
	color: #1D1D1D;
	text-decoration: underline;
	font-style:italic;
}   /* mouse over link */
a.linksGray:active {
	color: #1D1D1D;
	text-decoration: none;
	font-style:italic;
}   /* selected link */
a.linksGreen:link {
	/*color: #494202;*/
	color: #494202;
	text-decoration: none;
	font-style:italic;
}     /* unvisited link */
a.linksGreen:visited {
	color: #494202;
	text-decoration: none;
	font-style:italic;
}  /* visited link */
a.linksGreen:hover {
	color: #494202;
	text-decoration: underline;
	font-style:italic;
}   /* mouse over link */
a.linksGreen:active {
	color: #494202;
	text-decoration: none;
	font-style:italic;
}   /* selected link */

a.linksLogin:link {
	color: #1D1D1D;
	text-decoration: none;
	font-weight:bold;
}     /* unvisited link */
a.linksLogin:visited {
	color: #1D1D1D;
	text-decoration: none;
	font-weight:bold;
}  /* visited link */
a.linksLogin:hover {
	color: #383001;
	text-decoration: underline;
	font-weight:bold;
}   /* mouse over link */
a.linksLogin:active {
	color: #1D1D1D;
	text-decoration: none;
	font-weight:bold;
}   /* selected link */

.style01 {
	font-size: 11px;
	}

img {
	border: 0px;
}

body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	background-color: #968766;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #2C190C;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
	width: 800px;
	height: 44px;
}
#main {
	margin: 20px 0px 0px 0px;
	width: 800px;
	height: 450px;
}
#mainStudio {
	margin: 20px 0px 0px 0px;
	width: 800px;
}
#footer{
	text-align: right;
	padding: 0px;
	margin: 50px 0px 0px 0px;
	width: 800px;
	height: 44px;
	position:relative;
}

#sideBar{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 225px;
}

#sideBarContent{
	padding: 0px 10px 0px 15px;
	margin: 0px;
	width: 205px;
}

#sideBarReel {
	padding: 2px 10px 2px 10px;
	margin: 5px;
	width: 205px;
	}
#reelReq {
padding: 10px;
}