@charset "utf-8";
/* CSS Document */

.body {
width: 950px;
margin-left:auto;
margin-right:auto;
background-color:#000000;
}

.container {
width:950px;
}

.main {
width:950px;
height:460px;
float:left;
background-image:url(images/main-logo.jpg);
background-position:top;
background-repeat:no-repeat;
}

.menu {
width:950px;
height:30px;
background-color:#000000;
background-image:url(images/menu-border.jpg);
background-position:bottom;
background-repeat:repeat-x;
float:left;
text-align:center;
}

.menu ul {
text-decoration:none;
color:#dbf00f;
list-style:none;
font-family:Century Gothic, Verdana, Arial;
font-size: 13px;
padding:0px;
margin:4px 0px 0px 0px;
}

.menu ul li a {
text-decoration:none;
color:#dbf00f;
}

.menu ul li a:hover {
color:#999999;
}

.footer {
float:left;
width:950px;
margin:5px 0px 0px 0px;
}

.footer-text {
float:left;
width:830px;
height:100px;
font-family:Century Gothic, Verdana, Arial;
font-size:16px;
color:#ffffff;
text-align:right;
background-image:url(images/footer-text.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.footer-text a {
color:#ffffff;
text-decoration:none;
}

.footer-text a:hover {
color:#dbf00f;
}

.footer-image {
float:right;
width:100px;
height:100px;
}

.footer-image a img {
border:none;
}

.copyright {
float:left;
width:950px;
font-family:Century Gothic, Verdana, Arial;
font-size:11px;
color:#999999;
text-align:center;
}

.copyright a {
color:#999999;
text-decoration:none;
}

.copyright a:hover {
color:#dddddd;
text-decoration:none;
}

.links {
float:left;
width:950px;
font-family:Century Gothic, Verdana, Arial;
font-size:11px;
color:#dbf00f;
text-align:center;
padding-bottom:10px;
}

.text {
	font-size:16px;
}

.text p a {
	color:#CCC;
}

.text p a:hover {
	text-decoration:underline;
}

.links a {
color:#dbf00f;
text-decoration:none;
}

.links a:hover {
color:#999999;
text-decoration:none;
}