/***** GLOBALS *****/

body {
	/*background: #520F45 url('main/body.gif') center repeat-y;*/
	background: #520F45;
}

p, h1, h2, h3, h4, h5, h6, {
	margin: 0px;
	padding: 0px;
}

#container div {
	bordexr: 1px solid transparent;
}

/***** LAYOUT *****/

#outer {
	text-align: center;
}

#header img {
	border: none;
}

#container {
	margin: 0px auto;
	width: 768px;
	text-align: left;
	background: #fbe7dc url('main/contentLeft.gif') top left repeat-y;
	
	-webkit-box-shadow: 0px 5px 30px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 30px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 30px 5px rgba(0,0,0,0.75);	
}

#contentMain {

}

#contentLeft {
	float: left;
	width: 247px;
}

#contentRight {
	padding: 1em;
	padding-top: 0em;
	margin-left: 245px;
	border: 1px solid transparent;
}

#contentRight p {
	/*text-indent: 1cm;*/
	padding-bottom: 1em;
}

#contentRight p.noindent {
	text-indent: 0px;
}

#contentRight h4 {
	text-align: center;
}

#footer {
	clear: left;
}

#subFooter {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	padding: 1em 0em 3em 0em;
	font-weight: bold;
	color: #636;
}

#subFooter:hover {
	color: #fbe7dc;
}

/***** MainNav *****/

#mainNav {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
	list-style: none;
}

#mainNav a, #mainNav a:visited {
	text-transform: uppercase;
	font-family: Verdana, sans-serif;
	color: blue;
	/* color: #520F45; */
	font-size: 80%;
	font-weight: bold;
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
}

#mainNav a:active {
	color: #520F45;
}

#mainNav a:hover {
	background: #e1bcac;
}

/***** OTHER *****/

p.nobottom {
	padding: 0px;
	margin: 0px;
}

div.bold {
	margin-top: -1em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
}

#videoList {
	margin: 0px;
	padding: 0px;
	list-style: decimal inside;
	font-size: 150%;
}

#videoList li a {
	display: block;
	line-height: 120px;
}

#videoList li a:hover {
	background: #fff;
}

#videoList li a div {
	float: left;
	width: 134px;
	height: 100px;
	background: #000;
	text-align: center;
	margin: 10px;
}

#videoList li a div img {
	
}