/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #333333 url(images/back.gif) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}
h2 {

font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	
}
	
h1   {

font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 150px;
	margin: 0px auto;
	padding: 0px 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #000000 url(images/blandlogo.gif) repeat-y;

}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	color: #999999;
	font-size: 1.5em;
	text-transform: uppercase;

}

/************* OUTSIDE ************/
#outside {

	background: #333333 url(collage.gif) repeat-y;

}


/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 10px;
	text-transform: none;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

#menu2 a, #menu2 a:visited {
 display: block;
   font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
   color: #2f4f4f;
   text-decoration: none;
   text-align: left;
   
   width: 140px;
   height: 36px;  }

#menu2 a:hover, #menu2 a#selected 

{
  top:2px;
  left:2px;
  color:#ff1493;
  background-color: #708090;  
   background: url('menuhover.gif') no-repeat;


  }

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 770px;
	padding: 0px 20px 0px 0px;
}



#right {
	float: left;
	width: 500px;
	padding: 0px 0px 40px 20px;
	color: #ffffff;


}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 766px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 16px;
	text-align: center;
	padding: 2px;
	color: #333333;
}