/* Structure CSS */
body{
	margin:0;
	padding:0;
	background:#6E7756;
	font-family: Times New Roman, Helvetica, sans-serif;
}
/* #wrapper {margin: 0 auto; padding: 0 9px -5px 0; width: 700px; min-width: 770px; background: url(/images/shadowRight.gif) repeat-y top right;} */

/* #wrapper #shadow {padding: 0 0 -10px 9px; background: url(/images/shadowLeft.gif) repeat-y top left;} */

#mainContainer{
	width: 750px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #BAA378;
}

/* Header CSS */

#topSection{
	background: #BAA378;
	height: 329px; /*Height of top section*/
}
#title {
	margin-top: -5px;
	width: 750px;
	height: 60px;
	position: relative;
}
#title span {
	margin-top: 0px;
	background: url(../images/title.gif) no-repeat;
	position: absolute;
	width: 750px;
	height: 60px;
}
#menu {
	display:block;
	padding-left: 50px;
	margin-top: 18px;
	background:#BAA378; 
	height:25px;
}
#photo {
	top:65px;
	height:245px;
	border-top: 4px solid #000000;
	z-index:5;
}

/* Content CSS */

#contentWrapper{
	float: left;
	margin-top: -2px;
	padding-top: 0px;
	width: 100%;
	border-top: 4px solid #000000;
}
#mainColumn{
	margin-top: 0px;
	padding: 1px 10px 10px 20px;
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	border-left: 1px solid #000000;
}
#innertube {
	margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
#leftColumn{
	float: left;
	width: 195px; /*Width of left column*/
	border-right: 1px solid #000000;
	margin-top: 4px;
	padding-left: 5px;
	padding-top: 5px;
	margin-left: -750px; /*Set left margin to -(MainContainerWidth)*/
	background: #BAA378;
}
#fullPage{
	margin-top: 0px;
	padding: 0px 10px 10px 20px;
	margin-left: 0px; /*Set left margin to LeftColumnWidth*/
	border-left: 0px solid #000000;
}
#leftColumn1 {
	float: left;
	width: 230px; /*Width of left column*/
	font-family:Arial, Helvetica, sans-serif;
	margin-left: -100%;
	background: #C8FC98;
}

#contentRight {
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
	background: #FDE95E;
}

/* Footer CSS */


#footer {
	clear:left;
	display:block;
	width:750px;
	height:130px;
	background: #000000; 
	overflow:hidden; width: 750px;
}
#footer a{
	color: #FFFFFF;
	float:left;
	background: #000000; 
	font-weight: normal;
}
* html #footer{
	width:750px;
	height:160px;
	}
  	div.footer {
		text-align: center; font: 0.8em Arial, Helvetica, sans-serif;}
	div.footer ul {
		display: inline; list-style: none;
		text-align: center;
		padding: 0px 0px 0px 10px;}
	div.footer ul li {
		display: inline; list-style: none; }
	div.footer ul li a {
		padding: 2px 10px 5px 60px;
		text-decoration: none;
		background: #000000; }
	div.footer ul li a:hover {
		text-decoration: none;}
#footerIcons a:hover{
	float:left;
	background: #6E7756; 
}
  	div.footerIcons {
		text-align: center;
		background: #6E7756;}
	div.footerIcons ul li {
		display: inline; list-style: none; }
	div.footerIcons ul li a {
		padding: 2px 20px 5px 30px;
		text-decoration: none;
		background: #6E7756;}

#login{
	margin-top:-25px;
	margin-right:5px;
	float:right;
	background:#6E7756;
}
/* Print Media */

@media print { 
 #mainContainer{background: #FFFFFF; border: 0px;}
 #topSection{height: 40px; border-bottom: 0px solid #000000;}
 a#title{display:block; decoration:none;}
 #title span{display:none;}
 #menu{ display:none;}
 #photo{ display:none;}

 #leftColumn{ display:none; border: 0px;}

 #mainColumn{ margin-left: 0px; border: 0px;}

 #footer{ border-top: 1px solid #000000;}
 .footerIcons{ display:none;}

 #login { display:none;}

}
/* Handheld Media */

@media handheld { 

 #topSection{ height: 69px; border-top: 2px solid #000000;z-index:5}
 a#title{display:block;background: none;}
 #title span{display:none;}
 #menu {display:block;	margin-top: -25px; height:25px;}
 #photo{ display:none;}
 .footerIcons{ display:none;}

}