/*
Stylesheet for Make Your Mark
*/

body {
margin: 0;
padding: 0;
font-family: Verdana, sans-serif;
font-size: 10px;
line-height: 150%;
text-align: left;
color: #666666;
background: url(ladderLarge.gif);
}

li {
font-weight: normal;
display: inline;
list-style: none;
text-align: center;
line-height: 100%;
}

h1 {
font-size: 24px;
color: #666666;
font-weight: normal;
}

h2 {
font-size: 9px;
color: #666666;
font-weight: bold;
}

h3 {
font-size: 14px;
color: #666666;
font-weight: normal;
}

h4 {
font-size: 9px;
color: #666666;
font-weight: normal;
}

h5 {
font-size: 11px;
color: #999999;
font-weight: normal;
}

a:link {
text-decoration: none;
}

a:active {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

#wrapper {
position: relative;
text-align: left;
width: 800px;
margin-right: auto;
margin-left: auto;
}

#branding {
position: absolute;
text-align: left;
top: 50px;
left: 20px;
width: 110px;
height: 450px;
}

#content {
position: absolute;
text-align: left;
top: 50px;
left: 140px;
width: 500px;
height: 800px;
padding: 10px;
background-color: #cccccc;
}

#content a:link, #content a:visited {
color: #666666;
text-decoration: none;
}

#content a:hover {
color: #ffffff;
}

#navigation {
position: absolute;
width: 500px;
text-align: left;
text-align: bottom;
padding: 0;
margin-left: 18px;
top: 0;
}

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
padding-top; 10px;
font-size: 10px;
}

#navigation a:link, #navigation a:visited {
padding: 5px 30px 7px 10px;
color: #FFFFFF;
background-color: #cccccc;
text-decoration: none;
}

#navigation a:hover {
color: #FFFFFF;
background-color: #ff0000;
}

#footer {
position: absolute;
left: 0;
text-align: left;
left: 140px;
top: 870px;
width: 450px;
}

#footer a:link, #footer a:visited {
color: #999999;
text-decoration: none;
}

#footer a:hover {
color: #ff0000;
}
