@charset "iso-8859-1";

body {
background:url(tile.jpg) repeat-y center #252525;
margin:0px;
}

body,p,td,ul {
font-family:arial;
font-size:13px;
color:#dddddd;
line-height:17px;
}

input,textarea,select {
font-family:arial;
font-size:13px;
font-weight:normal;
color:#000000;
}

h1 {
margin-top:25px;
font-size:25px;
font-weight:normal;
color:#d7a810;
}

h2 {
margin-top:25px;
font-size:18px;
line-height:21px;
font-weight:normal;
color:#d7a810;
}

p {
margin-top:17px;
}

li {
padding-bottom:5px;
}

big {
font-weight:bold;
color:#d7a810;
}

a:link {
text-decoration:underline;
color:#d7a810;
}

a:visited {
text-decoration:underline;
color:#d7a810;
}

a:hover {
text-decoration:underline;
color:#ffffff;
}

#layout {
width:750px;
background:#000000;
}

#menu {
font-weight:normal;
font-size:16px;
padding:0px 40px;
}

#menu a:link, #menu a:visited {
text-decoration:underline;
color:#d7a810;
padding-right:15px;
}

#menu a:hover {
text-decoration:underline;
color:#ffffff;
padding-right:15px;
}

#content {
height:300px;
vertical-align:top;
padding:25px 40px 40px 40px;
}

#footer {
padding:10px 0px 40px 0px;
text-align:center;
}

#footer a {
padding:0px 7px;
}

#profile td {
background:#eeeeee;
}

.hide { display:none; }
.show { display:block; font-weight:bold; color:red; display:none; }