body {
background-color: #030303;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-position: top;
margin: 0px;
}

a:link {
	color: #22bf49;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #22bf49;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #22bf49;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#header {
height: 116px;
background-image: url(images/top-bg.jpg);
background-repeat: repeat-x;
background-position: top;
text-align: center;
}

#top {
width: 980px;
}

#content {
width: 980px;
}

#footer3 {
width: 980px;
margin-top: 5px;
padding-top: 5px;
height: 35px;
color: #ccc;
display: none;
}

#footer2 {
display: none;
}

#footer {
width: 980px;
margin-top: 5px;
padding-top: 5px;
height: 30px;
border-top: 1px solid #2b2b2b;
color: #7a7a7a;
}

#box-top {
width: 980px;
height: 13px;
background-image: url(images/box-top.jpg);
background-repeat: no-repeat;
background-position: top;
}

#box-middle {
width:938px;
border-left: 1px solid #202020;
border-right: 1px solid #202020;
text-align: left;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 12px;
color: #8b8b8b;
background-color: #000 ;
}

#box-bottom {
width: 980px;
height: 10px;
background-image: url(images/box-bottom2.jpg);
background-repeat: no-repeat;
background-position: top;
}

#title {
font-size: 14px;
color: #22bf49;
font-weight: bold;
}

.thumbNormal {
border: 1px solid #333;
}
.thumbSelected {
border: 1px solid #333;
}

.build a img, .build a:visited img {
color: #202020;
text-decoration: none;
border: 5px solid #202020;
}

.build a:hover img {
color: #555555;
border: 5px solid #444;
}