* {
padding: 0;
margin: 0;
} 

body {
/*background: #C0D8F0 url(images/bg.gif) top center repeat-y;*/
/* background: url(images/lrock046.jpg); */
background: url(images/lrock059.jpg);
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 62.5%; /* gives us base 10px */
/*font-size: 12px;*/
padding: 0;
margin: 0;
color: #333333;
line-height: 20px;
}

img { border: none; }

.floatright {
	float: right;
	margin: 5px 0 10px 10px;
}

.floatleft {
	float: left;
	margin: 5px 5px 5px 10px;
}

a {
	text-decoration:underline;
	color: #003399;
}
a:hover {
	color: #666666;
}

h3 {
	border-bottom: 1px dotted #ccc;
	color: #F0A848;
	padding: 10px 0 3px 0;
}

h3 a { color: #3090F0; }
h3 a:hover { color: #F0A848; }


#wrap {
	margin: 0 auto;
	width: 980px;
	background-color: #ffffff;
	border-color: #336633;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}

/* start header area */
#header {
	background:  url(images/masthead.jpg) no-repeat;
	height: 100px;
}

#header h1 { 
	padding: 25px 0 0 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.8em;
	font-weight: bold;
	color:#993300;
}

#header h1 a { color: #ffffff; }
#header h1 a:hover { color: #663300; }

#header h2 {
	padding: 5px 0 0 80px; 
 	font-size: 1.4em;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	color: #993300;
}

/* end header area*/

/* Start top navigation menu */
#menu {
	background: #336633; /* yep this is the menu color */
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
}


#menu li {
	float:left;
	list-style-type:none;
	border-right:1px solid #fff;
} 


#menu li a {
	padding:0 30px;
	text-decoration:none;
	color: #fff;
	letter-spacing: normal;
	font-weight: 100;
	font-size: 17px;
}

#menu li a:hover {
	color: #333;
	text-decoration: none; 
}

/* end menu */


#content { 
	padding: 10px;
}

/* --------------- left side boxes and navigation -------------------- */
#left {
	float: left;
	width: 200px;
}

#left li {
	list-style-type: none;
	padding-left: 10px;
}

#left h2 {
	margin-left: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
	color: #fff;
	background: #336633;
	border-right: 1px solid #cccc99; 
	border-left: 1px solid #cccc99; 
}
#left .box {
	border-right: 1px solid #cccc99; 
	border-left: 1px solid #cccc99; 
	border-bottom: 1px solid #cccc99; 
	margin: 0 0 10px 10px;	
	padding: 5px 0 10px 0;
	font-size: 1.2em; /* 12px */
}

#left .boxpix {
	margin: 0 0 10px 10px;	
	padding: 5px 0 10px 0;
}

/* Start Right content box 740px wide */
#right { 
	float: right;
	width: 740px;
	margin-right: 10px;
}
.contentleft {
	float: left;
	width : 550px;
}

.contentSubpage {
	float: left;
	width : 650px;
}
.contentleft h2 {
	padding: 5px 0 5px 10px; 
	font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
	color: #fff;
	background: #336633;
	border-right: 1px solid #cccc99; 
	border-left: 1px solid #cccc99; 
}
.contentleft h3{
	font-size: 1.2em; /* 12px */
	color: #cc6600;
}

.contentleft ul{
	margin: 0 0 0 30px;
}
	

.contentleftbox {
	border-top: 1px solid #cccc99;
	border-right: 1px solid #cccc99; 
	border-left: 1px solid #cccc99; 
	border-bottom: 1px solid #cccc99; 
	margin: 0 0 10px 0;	
	padding: 0 10px 10px 10px;
	text-align: justify;
	font-size: 1.2em; /* 12px */
}

.contentright {
	float: right;
	width: 180px;
}
.contentright h2 {
	padding: 5px 0 5px 10px; 
	font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
	color: #fff;
	background: #336633;
	border-right: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
}
.contentrightbox {
	border-right: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	margin: 0 0 10px 0;	
	padding: 10px;
	text-align: justify;
}


.rightboxpix {
	margin: 5px 0 0 10px;	
	padding: 5px 0 10px 50px;
}

/* start footer --------------------*/
#footer {
	height: 40px;
	line-height: 40px;
	background: #336633;
	color: #fff;
	text-align: center;
}
#footer a { color: #fff; }
#footer a:hover { color: #333; }



