body {
	padding: 0px;
	margin: 0px;
	background-color: #4a4740;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	}



/* ----- Start Main Table ----- */
#main {
	width: 100%;
	background-color: #312e29;
	}
	
#main .top {
	background-image: url(../images/dev/bg.top.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 150px;
	}

#main .bottom {
	background-image: url(../images/dev/bg.bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 25px;
	}
/* ----- End Main Table ----- */


/* ----- Start Elements Within the Table ----- */
#header {
	background-image: url(../images/dev/img.top.gif);
	background-repeat: no-repeat;
	background-position: center;
	}

/* ----- Start Navigation ----- */
#navcontainer {
	float: right;width:300px;
	margin-top: 10px;
/*	font-size: 110%;
*/
	}

#navlist {
	margin: 0;
	padding: 0 0 3px 0px;
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navlist a:link, #navlist a:visited {
	float: left;
	/*line-height: 14px;*/
	font-weight: bold;
	margin: 0 5px 4px 5px;
	text-decoration: none;
	color: #ffffff;
	}
	
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	/*border-bottom: 1px solid red;
	padding-bottom: 2px;*/
	background: transparent;
	color: #303030;
	}
#navlist a:hover { color:red; }
/*#navlist a:hover { color:#efdea5; }
 ----- End Navigation ----- */

#container { /* content */
	width: 780px;
	background-color: #3f3c37;
	padding: 10px;
	}

#footer {
	background-image: url(../images/dev/img.bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	padding-left: 15px;
	color: #322e2b;
	}
/* ----- End Elements Within the Table ----- */


/* ----- Start Content ----- */
#content {
	width: 100%;
	background-color: #322e2b;
	border: 2px solid #2e2b26;
	}

#content .body{
	width: 650px;
	padding: 5px;
	}
	
#content .body h1 {
	font-size: 150%;
	}
	
#content .body h2 {
	font-size: 150%;
	}	
	
#content .body a:link, #content .body a:visited {
	color: #FFFFCC;
	}
	
#content .body a:hover {
	text-decoration: none;
	}
	
#content .mainImg{
	width: 450px;
	height: 450px;
	border-left: 2px solid #2e2b26;
	border-bottom: 2px solid #2e2b26;
	}

#content .imgSlide {
	padding-top: 10px;
	}
	
#content .imgSlide img.left{
	float: left;
	}
	
#content .imgSlide img.right{
	float: right;
	}
div#error
{
	color:Red;	
}	
/* ----- End Content ----- */	
/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:600px; height:75px; z-index:100
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:600px; height:75px; 
	clip:rect(0px, 600px, 75px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}