* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: black;
color: #666;
font: 12px Arial, Verdana, Tahoma, sans-serif;
line-height: 17px;
}

a { color: #336699; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
img { border: none; }

div.buttons
{
	font: 12px Verdana, sans-serif;
	padding: 12px 0 20px;
	text-align: center;
}

div.buttons a
{
	background: #33FFFF;
	border: 1px solid #bba;
	color: #000;
	padding: 3px 5px;
}

div.buttons a:hover
{
	background-color: #efe;
	color: #693;
}

#wrap {
width: 1152px;
margin: 0 auto;
background: black;
}

#top {
height: 4px;
background: #BDC4F2 url(images/top.gif) no-repeat;
}

#header { 
height: 99px;
background: #fff url(images/headerimage.jpg) no-repeat;
}
#header h1 { padding: 5px 0 0 385px; }
#header h1 a {
color: #33FFFF;
text-decoration: none;
font-size: 22px;
}
#header h1 a:hover {
color: #33FFFF;
}
#header h2 {
color: #33FFFF;
font-size: 18px;
padding: 0 0 0 385px;
}

#header h3 {
color: #33FFFF;
font-size: 14px;
padding: 0 0 0 385px;
}
#navigation {
height: 20px;
line-height: 20px;
background: #000099 url(images/menu.gif);
padding-left: 20px;
}
#navigation li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
#navigation li a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 600;
}
#navigation li a:hover {
color: yellow;
}

#content {
background: white;
}

.left1 {
float: left;
width: 170px;
line-height: 14px;
background: #AE88B8 url(images/leftmenu.gif);
padding: 5px 5px 20px 5px;
}
.left1 li {
list-style-type: none;
}
.left1 li a {
color: #fff;
display: block;
padding: 3px 3px 3px 3px;
font-weight: 600;
}
.left1 li a:hover {
color: yellow;
text-decoration: none;
}

.center {
float: center;
padding: 10px 10px;
text-align: justify;
}
.center h2 {
font-size: 23px;
color: #33FFFF;
padding: 5px 0;
}
.center h2 a { text-decoration: none; }
.center ul { padding: 20px; }
.center li { font-weight: 600; }

.right {
float: right;
width: 0px;
padding: 10px 20px 20px 0px;
text-align: justify;
}

.box {
background : #fff;
border: 1px solid #bbb;
padding: 10px;
margin: 0 0 10px 0;
}
.box a { font-weight: 600; }
.box1 {
background : #fff;
border: 1px solid #bbb;
padding: 10px;
margin: 10px;
}
.box1 a { font-weight: 600; }

#footer {
height: 20px;
line-height: 20px;
text-align: center;
background: white;
color: #000;
font-size: 11px;
}
#footer a { color: #eee;}
#footer a:hover { color: #fff; }

#bottom {
height: 0px;
background: black;
}