/* Set link and text styles */
a.nav:link { text-decoration: none; color: #aaaaaa; font-weight: bold; font-size: 14px;}
a.nav:visited { text-decoration: none; color: #aaaaaa; font-weight: bold; font-size: 14px;}
a.nav:hover { text-decoration: none; color: #eeeeee; font-weight: bold; font-size: 14px;}
a.nav:active { text-decoration: none; color: #aaaaaa; font-weight: bold; font-size: 14px;}

a:link { text-decoration: none; color: #996600; font-weight: bold;}
a:visited { text-decoration: none; color: #aaaaaa; font-weight: bold;}
a:hover { text-decoration: none; color: #eeeeee; font-weight: bold;}
a:active { text-decoration: none; color: #aaaaaa; font-weight: bold;}

.title1 {
font-weight: bold;
}

/* Set input box colours */
.input1{
background-color: #353535;
border: 1px solid #555;
color: #aaaaaa;
}

/* Set generic body content */
body {
margin-top: auto;
background-image: url('http://localhost/EVEAvatar/img/page_background.jpeg');
background-color: #131313;
background-repeat: no-repeat;
background-position: top center;
font-family: verdana;
font-size: 11px;
color: #aaaaaa;
}

/* Logo */
#Container {
width: 800px;	
margin-left: auto;
margin-right: auto;
background: #222222;
overflow: hidden;
}
#logoDisplay {
height: 240px;
width: 800px;
background-image: url('http://localhost/EVEAvatar/img/logo.jpeg');
border-bottom: 1px solid #222222;
overflow: hidden;
}

/* layout menu */
#menuContainer {
height: 40px;
width: 800px;
background-color: #353535;
border-top: 1px solid #555555;
border-right: 1px solid #222222;
border-bottom: 1px solid #222222;
}
#menuItem {
float: left;
height: 20px;
width: 120px;
padding: 10px;
background-color: #353535;
border-right: 1px solid #222222;
text-align: center;
}

/* Body Layout */
#bodyContainer {
padding: 10px;
border-top: 1px solid #555555;
}
#contentHeader {
border: 1px solid #131313;
background-color: #4a4a4a;
padding: 5px;
color: #eeeeee;
}
#contentBody {
padding: 5px;
background-color: #202020;
border-left: 1px solid #131313;
border-bottom: 1px solid #131313;
border-right: 1px solid #131313;
margin-bottom: 25px;
}