/*
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;
}

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

h1 {
font-size: 14px;
color: #666666;
font-weight: bold;
}

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;
}


#content {
position: absolute;
text-align: left;
top: 50px;
left: 0;
width: 750px;
height: 450px;
}

#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: center;
top: 525px;
width: 750px;
}

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

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