*{ margin: 0; padding: 0; }

body {
background: #8E8E8E;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
color: #555;
line-height: 20px;
}

img { border: none; }
a { color: #336699; }
a:hover { text-decoration: none; color : #FF4500; }
h3 { border-bottom: 1px dotted #aaa; color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 16px; letter-spacing: -1px; }
h3 a:hover { color: #FF4500; }

#wrap {
width: 800px;
margin: 20px auto;
}


#header {
background: #8E8E8E url(images/header.jpg) no-repeat;
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 120px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 30px 0 0 30px;
text-align: left;
}
#header h1 a {
color: #336699;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
font-size: 18px;
color: #aaa;
padding: 4px 0 0 30px;
text-align: left;
font-weight: 600;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 5px;
 	padding: 10 10 10 40px;  
    border: 4px solid #E6E6FA; 
  	background: #F0FFF0 url(quote.gif) no-repeat 0px 0px;    
}

/* search form */
form.search {
	position: absolute;
	top: 110px; right: 285px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 130px;
	border: 3px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: 1px solid #CCC; 
	background: #FFFFFF url(images/headerbg.gif) repeat-x bottom left; 
	padding: 1px; 
	font-weight: bold; 
	height: 21px;
	color: #333;
	width: 60px;
}

#header #searchform {
	float: left;
	padding: 15px 15px 0 0;
	display: inline;
}


#menu {
background: #8E8E8E url(images/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
padding-left: 30px;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
display:block;
padding:0 10px;
text-decoration:none;
color: #111;
}
#menu li a:hover {
color:#FF1493;
text-decoration:bold;
background: #bbb url(images/menuover.jpg) repeat-x;
}



#left {
padding: 10px 0;
width: 520px;
float: left;
font-size: 14px;
text-align: justify;
}
#left h3 { border-bottom: 1px dotted #aaa; }

#content { 
padding: 0 20px;
background: #8E8E8E url(images/content.jpg) repeat-y;
}


/* sidebar */
#sidebar {
	float: right;
	width: 26%;
	padding: 0; margin: 0;		
}	
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font: bold 140% Tahoma, Verdana, Sans-Serif;	
	background: #D3D3D3 no-repeat; height: 27px; line-height: 27px; font-size: 16px; border: none; padding: 0 0 0 10px; margin: 0; color: #F0FFFF;	
	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(bullet.gif) no-repeat 2px 3px ;
	padding: 2px 0 2px 25px;
	margin: 0 2px;			 
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}



/* Main */
#main {
	float: left;	
	width: 100%;
	padding: 0;	margin: 0;	
}
#main h1 {
	margin: 10px 0;
	padding: 4px 0 4px 8px; 
	font-size: 130%;
	color: #F0FFFF;
	text-transform: uppercase; 
	background-color: #DCDCDC;	
	letter-spacing: .5px;
}


#footer {
font-size: 14px;
color: #2F4F4F;
text-align: center;
height: 80px;
line-height: 40px;
background: #8E8E8E url(images/menu.jpg) no-repeat;
}
#footer a { 
color: #2F4F4F;
text-decoration: none;
}
#footer a:hover {
color: #FF0000; 
}