/* CSS Document */
body {
background-color:#080808;
width:850px;
margin:auto;
}
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
}
table, tr, th, td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
}
/* Page Layout */
#wrap {
width:100%
}
#banner {
background-image:url(images/banner.png);
width:95.8%;
height:202px;
}
#navigation {
}
#content {
position:relative;
top:30px;
width:100%;
}
#leftcolumn {
float:left;
width:350px;
height:500px;
}
#leftcontent {
background-image:url(images/leftbox.png);
width:335px;
height:205px;
margin-top:20px;
}
#rightcolumn {
float:left;
width:450px;
height:500px;
}
#rightcontent {
background-image:url(images/rightbox.png);
width:465px;
height:205px;
margin-top:20px;
}
#bigbox {
background-image:url(images/bigbox.png);
width:815px;
height:421px;
margin-top:55px;
}
#about {
width:800px;
height:200px;
}
#abouttop {
background-image:url(images/about.png);
position:relative;
left:8px;
width:800px;
height:273px;
margin-top:-192px;
margin-bottom:15px;
}
#team {
width:800px;
height:400px;
margin-left:7px;
}
#left {
width:375px;
height:400px;
float:left;
margin-left:10px;
}
#right {
width:355px;
height:400px;
float:left;
margin-left:50px;
}
#cybergamer {
width:465px;
height:205px;
margin-top:20px;
}
#cgiframe {
margin-left:10px;
}
#footer {
background-image:url(images/footer.png);
width:815px;
height:60px;
}
/* Classes */
.currentnav {
color:#fff;
}
.nav {
text-align:center;
margin-top:-50px;
margin-left:150px;
}
.nav li {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
list-style:none;
display:block;
float:left;
width:15%;
}
.nav a {
color: #000;
text-decoration:none;
}
.nav a:hover {
color:#fff;
}
/* Content Areas */
.left {
position:relative;
top:5px;
width:330px;
height:200px;
margin-left:10px;
}
.leftmedia {
width:330px;
height:200px;
}
.right {
position:relative;
top:5px;
width:462px;
height:200px;
margin-left:10px;
}
/* Colours */
.green {color:#afd000;}
.white {color:#fff;}
.header {color:#afd000; font-size:14px;}