

body {
	padding: 0 0 0 0;
	margin: 0;
	text-align: center;
	font: 62.5% verdana, sans-serif;
	background: #101010;
	background-attachment: fixed;
	color: #fff;
	line-height: 150%;
}

hr
{
	display: none;
}

#container {
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
	width: 1024px;
	padding: 0px;
	position: relative;
	background-color : #000;
}

#hozbar {
	background-color: #FC00AB;
	height: 5px;

}
#header 
{

}

#leftsidebar {
	width:200px;
	float: left;
	position: relative;
	font: normal 10px/18px "Comic Sans", verdana, arial, tahoma, sans-serif;
	apadding: 8px;
	text-align: left;
}


#main h1 {
font: 30px 'trebuchet ms', sans-serif;
color: #4040FF;
margin: 0;
padding: 5px 15px;
}

#main h1 a {
color: #4040FF;
text-decoration: none;
}

#menumid {
	width: 200px;
	background-repeat: repeat-y;
	background-position: 0 0;
  text-align: center;
}

ul.suckerfish,ul.suckerfish li,ul.suckerfish li ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 200px;
  text-align:left;
}

ul.suckerfish a
{
	text-decoration : none;
	display : block;
	color : #FC00AB;
	font-family : Verdana, Georgia;
	font-size : 14px;
	line-height: 24px;
   	abackground-image:url(images/listdot.png);
  	background-repeat: no-repeat;
   	padding-left: 15px;
}
ul.suckerfish a:hover
{
   color: #FFF;
   text-decoration:underline;
}
ul.suckerfish li {
  position: relative;
  width: 180px;
  line-height: 1.5em;
  text-indent: .5em;
}
ul.suckerfish li ul {
  display: none;
  position: absolute; 
  top: 0;
  left: 180px;
  border: 1px solid #808080;
  z-index: 200;
  background-image:url(images/menumid.png);

}
ul.suckerfish li:hover ul,ul.suckerfish  li.sfhover ul {
  display: block;
}


#content {
float: left;
background-color: #000;
width: 750px;
margin-right: 5px;
margin-left: 5px;
padding: 1.1em 0;
font-size: 1.1em;
color: #FFF;
}

#content h2 {
color: #666;
border-bottom: 1px solid #E3EBCC;
font: bold 1em verdana, sans-serif;
text-align: center;
margin: .5em 0 0 0;
padding: 2px 5px;
}

#content h2 a {
text-decoration: none;
}

#content h3 {
padding: 2px 0 2px 0px;
margin: .5em 0;
font-size: 1.4em;

}

#content h3 a {
color: #0D1F61;
text-decoration: none;
}

#content h3 a:hover {
color: #759D00;
text-decoration: none;
}

#content h4 {
font-size: 1.3em;
padding: 0;
margin: 1em 0;
color: #444;
}

#content h5 {
font-size: 1.1em;
padding: 0;
margin: 1em 0;
color: #444;
}

#content a, #footer a {
color: #2A7BDE;
}

#content a:hover, #footer a:hover {
color: #444;
text-decoration: none;
}

#footer {
clear: both;
margin: 3em 15px 0 15px;
padding: 5px;
text-align: center;
font-size: .8em;
}
