* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee;
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
color: #333333;
line-height: 24px;
}

a {
text-decoration: none;
color: #0171AF;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
width: 800px;
margin: 20px auto;
}

#header {
height: 30px;
background: #eee url(./images/header.gif) no-repeat;
}
td {
color: #000000;
font-size: 14px;
}
td ul li {
	color: #378ACC;
	padding-left: 30px;
	list-style-type : none;
	background: url(images/bullet.gif) no-repeat 13px 4px;
}
#menu {
height: 90px;
line-height: 20px;
background: #eee url(images/menu2.gif) no-repeat;
}
#links {
height: 40px;
line-height: 20px;
background: #eee url(images/links.gif) no-repeat;
}
#links ul {
list-style-type: none;
padding: 10px 0 0 55px;
margin: 0 0 0 20px; 
}
#links ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0 30px 0 30px;
}

#links ul li a {
color: #FFFFFF;
font-size: 18px;
font-weight: 400;
letter-spacing: 1px;
}
#links ul li a:hover {
color: #FFFF66;
text-decoration: none;
}
#links .current a{
color: #FFFF66;
font-size: 18px;
text-decoration: bold;
}
#devs {
height: 40px;
line-height: 18px;
background: #eee url(images/devs.gif) no-repeat;
}
#devs ul {
	list-style-type: none;
	margin: 0 0 0 125px;
}
#devs ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0 0 0 18px;
}

#devs ul li a {
color: #3399CC;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
}
#devs ul li a:hover {
color: #003366;
text-decoration: none;
}
#devs .current a{
color: #003366;
text-decoration: bold;
}

#content {
background: #eee url(images/content.gif) repeat-y;
padding: 20px;
}

.main {
border-top: 1px solid #aaa;
background: #eee;
padding: 10px;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

#bottom {
background: #eee url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}
.normal {
font-size: 18px;
font-weight: 200;
color: #378ACC;
}
.text {
color: #000000;
font-size: 16px;
}
.mid {
font-size: 18px;
font-weight: 200;
color: maroon;
}
.big {
font-size: 20px;
font-weight: 200;
color: maroon;
}
.bigger {
font-size: 24px;
font-weight: 200;
color: maroon;
}

.black {
color: #000000;
}
.blue {
	color: #3399CC;
}
.feature {
text-align: left;
	margin: 0 14px 0 38px;
}
.here {
font-size: 12px;
color: #003366;
font-weight: bold;
letter-spacing: 1px;
}

