* {
    padding: 0;
    margin: 0;
} 

html { height: 100%; margin-bottom: 1px; }

body {
background: #fff;
font-family: Arial, sans-serif;
font-size: 14px;
line-height: 24px;
}

a {
text-decoration: underline;
color: #EE4000;
}

a:active {
color: #EE4000;
background-color: #fff;
}

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

#wrap {
width: 800px;
margin: 40px auto;
}

#header {
height: 100px;
}
#header h1 {
font-size: 34px;
font-weight: 100;
letter-spacing: -3px;
padding: 30px 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #EC8714;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #fff;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 31px;
}
#header h3 a{
text-decoration: underline;
color: #5B59BA;
}

#menu {
height: 180px;
background: #fff url(images/asli.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding: 10px 0 0 40px;
}
#menu ul li {
}
#menu ul li a {
color: red;
font-size: 24px;
font-weight: 600;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: red;
text-transform: uppercase;
/*color: #800080;*/
text-decoration: none;
}

#content {

padding: 20px;
}

body#home a#homenav,
body#projects a#projnav,
body#music a#musicnav,
{
 color: white;
 background: black;
 text-transform: uppercase;
}

.main {
border-top: 1px solid #aaa;
background: #fff;
padding: 10px;
}

.main h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}

.main h2 a {
text-decoration: none;
}

.main h2 a:hover {

text-decoration: underline;
}

.left h2 a:hover {
 color: #111;
}

#bottom {
border-top: 1px solid #aaa;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}
