body {
background-image:url(../images/bodybg.gif);
background-repeat:repeat-x;
background-color:#060606;
font-family:"Trebuchet MS", Verdana, sans-serif;
font-size:11px;
color:#FFF;
}
#wrap {
width:630px; 
margin: 30px auto;
text-align:left;
}
#nav {
float:right;
}
#nav ul {
margin:5px 0;
padding:0;
list-style-type:none;
font-size:14px;
font-weight:bolder;
}
#nav ul li {
display:inline;
border-left:1px #FFF solid;
padding:0 15px 0 15px;
}
#first-li {
border-left:none !important;
padding-left:0 !important;
}
#nav a {
text-decoration:none;
color:#FFF;
}
#nav a:hover {
color:#666666;
}
#header {
float:left;
display:inline;
}
#header h1{
font-size:22px;
color:#FFF;
margin:5px 0;
padding:0;
}
#header h1 a{
color:#FFF;
text-decoration:none;
}
#header h1 span{
color:#666666;
}
#box {
width:630px;
height:510px;
background-image:url(../images/boxbg_inner2.jpg);
background-repeat:no-repeat;
background-color:#010101;
border:1px #666666 solid;
clear:both;
}
#box h1{
font-size:22px;
color:#FFF;
margin:5px 0;
padding:0;
}
#box_content {
width:177px;
height:100%;
background-image:url(../images/000.png);
float: right;
border-left:1px #666666 solid;
overflow:auto;
}
#box_content h1{
margin:20px 0 0 0;
font-size:16px;
color:#FFF;
padding:8px 8px 0 8px;
}
#box_content h1 span{
color:#666666;
}
#box_content p {
padding:0 8px;
font-weight:bolder;
}
#tagline {
padding:0 8px;
margin:0;
font-size:12px;
font-weight:bolder;
letter-spacing:1px;
text-decoration:underline;
}
#menu {
margin:20px 5 0 0;
padding:0;
list-style-type:none;
font-size:14px;
font-weight:bolder;
text-align:left;
}
#menu ul li {
display:inline;
padding:0 15px 0 15px;
}
#menu a {
text-decoration:none;
color:#FFF;
}
#menu a:hover {
color:#666666;
}