/**
 * cyane like D5F5EA
 */

body{
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 80px;
	font-family: arial, verdana, helvetica, sans;
}


a{
	color: #921719;
	text-decoration: none;
}

pre{
	font-family: arial, verdana, helvetica, sans;
}

sup{
	font-size: 9px;
}

img{
	border: 0px;
}

span.emphasized{
	font-weight: bold;
}

div#page{
	width: 690px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


div#masthead{
	width: 690px;
	height: 231px;
	overflow: hidden;
	background-color: #FFFFFF;		
}



div#menu{
	float: left;
	margin-top: 40px;
	margin-right: 10px;
	height: 280px;		
	width: 177px;
}
	

div#menu div.menuItem{
	margin-bottom: 2px;
	width: 177px;
}


div#menu div.menuItem img{
	border: 0px;
	margin: 0px;
}


div#standardNotes {
	width: 690px;
	height: 70px;
	margin-top: 350px;
	color: #921719;
	text-align: center;
	font-weight: bolder;
	font-size: 9px;
}


div#menuAndMainContent{
	width: 690px;
	background-image: url('/images/standard_page_menu_background.jpg');
	background-repeat: no-repeat;
}


div#standardNotes a{
	color: #921719;
}


div#mainContent{
	width: 690px;
	color: #000000;
	padding-top: 25px;
	text-align: left;
	font-size: 18px;
}


div#mainContent div.heading{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 18px;
}


div.clear{
	clear: both;
	height: 0px;
}

p{
	text-indent: 1cm;
}



div.houseFavorite{
	float: left;
	clear: both;
	width: 690px;
	margin-top: 50px;
}


div.houseFavorite div.previewPane{
	float: left;
	clear: left;
	width: 150px;
	height: 125px;
}


div.houseFavorite div.previewPane div.date{
	text-transform: uppercase;
	font-weight: bold;
}

div.houseFavorite div.information{
	float: right;
	width: 490px;
}


div.houseFavorite div.information div.title{
	width: 490px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

div.houseFavorite div.information div.title a{
	color: #921719;
	text-decoration: none;
}


div.flashyNote{
	text-align: center;
}

/**
 * Video Page Divs
 */

div.videoPresentation{
	float: left;
	clear: both;
	width: 690px;
	margin-top: 10px;
}

div.videoPresentation div.videoTitle {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
}

div.videoPresentation div.directlyRelatedInformation{
	float: left;
	width: 172px;
}

div.videoPresentation div.video{
	float: left;
	width: 345px;
	text-align: center;
}


div.videoPresentation div.sideMenu{
	width: 690px;
	float: left;
	clear: both;
	margin-top: 50px;
}

div.videoPresentation div.sideMenu img{
	border: 0px;
}


div.videoPresentation div.sourcesAndAlternatives{
	width: 690px;
	float: left;
	clear: both;
	margin-top: 100px;
	font-size: 10px;
}


div.videoPresentation div.sourcesAndAlternatives div.pluginSource{
	width: 90px;
	margin-right: 20px;
	float: left;	
}

div.videoPresentation div.sourcesAndAlternatives div.pluginChoices{
	width: 300px;
	float: left;	
}

div.videoPresentation div.sourcesAndAlternatives div.pluginChoices a{
	text-decoration: underline;
}


/**
 * Video Credits Divs
 */
 
div.videoCredits{
	width: 500px;
	float: right;
	text-align: center;
}


/**
 * Video Lyrics Divs
 */

div.videoLyrics{
	width: 460px;
	float: right;
}






/**
 * Standard Form
 */


form.standardForm {
	width: 280px;
	float: right;
	margin-right: 200px;
	background-color: #ACACAC;
	border: solid #921719 1px;
	padding: 10px;
	font-size: 18px;
}


form.standardForm label {
	width: 130px;
	float: left;
	text-align: right;
}


form.standardForm input {
	width: 130px;
	float: right;
	background-color: #FFFFFF;
}

form.standardForm input.submit {
	width: 130px;
	float: right;
	background-color: #ACACAC;
	border-color: #921719;
	font-size: 18px;
}


form.standardForm div.clear{
	height: 20px;
	width: 100%;
}



