/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{

	background: #640028;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	color:#FFFFFF;
}
table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;	
}

.clear{
clear:both;
}
.container{
	width:96%;
	height:auto;
	margin:auto; 

}

.container ol,
.container ul{
	padding-left:30px;
	
}
H1 {color:#FFFFFF;font-family: Verdana; font-size:22px;}
H2 {color:#FFFFFF;font-family: Verdana;font-size:20px;}
H3 {color:#FFFFFF;font-family: Verdana;font-size:18px;}
H4 {color:#FFFFFF;font-family: Verdana;font-size:16px;}
H5 {color:#FFFFFF;font-family: Verdana;font-size:12px;}
H6 {color:#FFFFFF;font-family: Verdana;font-size:8px;}

a:link, a:visited,a:active{
color:#FFFFFF;
text-decoration:none
}
a:hover{
color:#FFFFFF;
text-decoration:underline;
}
#wrap {
	position:relative;
	width: 1000px;
	height:auto;
	margin:auto;
	background:url(_media/download_media.php?file_id=-PK) repeat-y;	

}
#header{
	width:810px;
	height:171px;
	background:url(_media/download_media.php?file_id=-PG);
	margin:auto;
}

#menu{
	width:791px;
	height:44px;
	margin:auto;
	
}

#mbody{
	width:810px;
	height:auto;
	margin:auto;
	margin-top:8px;
	margin-bottom:8px;
}

#sidebar{
	float:right;
	width:30%;
	height:auto;
}

#contentarea{
	float:left;
	width:70%;
	height:700px;
	min-height:700px;
	overflow-y:auto;
}

#sidebarwrap{
	width:225px;
	height:auto;
	margin:auto;
}

#sidetop{
	background:url(_media/download_media.php?file_id=-g%252F) top  no-repeat; /* top image */
	width:225px;
	height:11px;

}
#sidebody{
	background:url(_media/download_media.php?file_id=-gu) top repeat-y; /* body of side corner */
	width:225px;
	height:auto;


}


#sidebtm{
	background:url(_media/download_media.php?file_id=-gC) bottom no-repeat; /* bottom image */
	width:225px;
	height:11px;

}


#whatsnew{
	width:263px;
	height:auto;
	margin:auto;
 }
#careers{
	width:263px;
	height:200px;
	margin:auto;
 }
#promosite{
	width:263px;
	height:200px;
	margin:auto;
 }

#workshop{
	margin-bottom:10px;
}

#footer{
	background:url(_media/download_media.php?file_id=-gl) repeat-x;
	height:55px;
	width:790px;
	margin:auto;
}

#footerleft{
	float:left;
	width:60%;
	height:auto;
	line-height:55px;
}
#footerright{
	float:right;
	width:40%;
	height:auto;

}

#scrollbox{
	width:100%;
	height:auto;	
	overflow-y:hidden;
	margin:auto;
	text-align:left;
	//padding-left:5px;
}

/*scroller */
#marqueecontainer{
position: relative;
width: 95%; /*marquee width */
//width: 100%; /*marquee width */
height: 730px; /*marquee height */
margin:auto;
/*background-color: white;*/
overflow: hidden;
/*border: 3px solid orange;*/
}



