* {
    padding: 0;
    margin: 0;
} 

body {
background: #333333;
font-family: tahoma;
font-size: 12px;
color: #333333;
}
A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #2C4715; TEXT-DECORATION: 
	}

img { border: none; }
a { color: #380202; text-decoration: underline; }
a:hover { text-decoration: none; color : #ff0000; }

#wrap {
align:center;
width: 800px;
margin: 10px auto;
}

#top {
background: #380202 url(images/top.gif) no-repeat;
padding: 15px 0;
}

#header {
background: #380202 urlurl(header.png) no-repeat;
height:120px;
}
#header h1 {
padding: 20px 0 0 40px;
font-size: 25px;
}
#header h1 a {
color: #bbb;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #fff;
}
#header h2 {
padding-left: 42px;
font-size: 17px;
color: #eee;
font-weight: 100;
}

#content {
text-align:right;
padding-right:5px;
background: #380202 url(images/content.gif) repeat-y;
}
#content h2 a {text-decoration: none; }

#left {
float: left;
width: 180px;
padding: 10px 0 10px 28px;
}
#left h2 { 
background:url(imgs/s-head.png) #6F9;
text-align:right;
padding-right:5px;
color: #00533A; 
font-size: 12px; 
font-weight: 150%;
height: 33px;
line-height: 30px;
padding-left: 10px;
}

#center {
float: left;
width: 364px;
padding: 10px 0 0 9px;
text-align:right;
padding-right:5px;
}
#center h2 {
background: url(imgs/b-head.png) #CF0;
text-align:right;
padding-right:5px;
height: 30px;
line-height: 30px;
font-size: 12px;
font-weight: 150%;
padding : 00 10px 0;
color:#505E00;
}
#center h2 a { color: #fff; }
#center h2 a:hover { color: #000; text-decoration: none; }

#right {
float: right; 
width: 180px;
padding: 10px 27px 10px 0;
}
#right h2 { 
background:url(imgs/s-head.png) #6F9;
text-align:right;
padding-right:5px;
color: #00533A; 
height: 33px;
line-height: 30px;
padding-left: 10px;
font-size: 12px; 
font-weight: 150%;
}

#bottom { 
background: #380202 url(images/bottom.gif) no-repeat;
padding: 15px 0;
}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #eee;
}
#footer a { color: #eee; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

.List {
	FONT-SIZE: 8pt; color:black; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #f5fafe
}
.ListTitle {
	background: #3399FF;
	height:20px;
	color: #FFFFFF;
    font-size: 11;
}
Input,textarea , select
{
	margin-left:0px;
	margin-bottom:0px;
	border: 1px solid #A2A2A2;
	background-color:#ffffff;
	color: #000;
	font-family: Tahoma;
	font-size: 9pt;
}