@charset "utf-8";

 body{ 
 background:  url(../images/mainbg.jpg) no-repeat left top;
} 
/* Main Container & Title bg
---------------------------------*/
#mainContainer {background:url(../images/trans.gif) no-repeat left top;}
#mainContainer .title {background: url(../images/trans.gif) left top no-repeat;}

/* Body Content
---------------------------------*/
#mainContainer .movie-flash {padding:230px 24px 45px 406px; float:left; background:url(../images/trans.gif) top left no-repeat;}
	#mainContainer .movie-flash .flash-div {background: url(../images/m-flash.jpg) no-repeat; width:540px; height:325px;}



/* Content
---------------------------------*/
#mainContainer .content { background:url(../images/content-bg.gif) no-repeat left top;}
#mainContainer .content .botbg {
	color: #000000;
	/*background: url(../images/content-botbg.jpg) bottom no-repeat;*/
	width:435px;
	float:left;
	padding:125px 45px 25px 300px;
	list-style: url(../images/bullets.gif);
	font: 13px/17px "Trebuchet MS", Arial, Verdana;
	height: 120px;
}
#mainContainer .content .botbg2 {
	color: #000000;
	/*background: url(../images/content-botbg.jpg) bottom no-repeat;*/
	width:635px;
	float:left;
	padding:5px 85px 25px 60px;
	list-style: url(../images/bullets.gif);
	font: 13px/17px "Trebuchet MS", Arial, Verdana;
	height: 100px;
}

.back{
	color:#990000;
	font-weight: bold;
}

#mainContainer .content h2 {font:bold 13px "Trebuchet MS", Arial, Verdana; color: #9E1311;}

#mainContainer .content a {color:#9E1311; }
#mainContainer .content a.visited {color:#9E1311;}

