* {margin: 0; padding: 0;}
a {color: #00CC00;}
a:hover {text-decoration: none;}

body {
/*border-left: 4px solid #00CC00;*/
background: #000 url('images/body_bg_pink.png') left top repeat-y;
font-size: 60%;
font-family: georgia, sans-serif;
}

#wrapper {
border-left: 4px solid #00CC00;
margin-left: -4px;
overflow:visible;
padding-bottom: 10px;
width: 955px;
}

.header {
height: 93px;
padding: 30px;
}

.header h1 {text-indent: -9999px;}

.header h1 a {
display: block;
height: 93px;
width: 1080px;
background: url('images/logo.jpg') left center no-repeat;
}

#nav {
float: left;
margin-right: 20px;
}

#nav ul, .subnav ul {list-style: none;}

#nav li {
font-size: 2em;
text-transform: uppercase;
}

#nav li a {
display: block;
padding-left: 30px;
text-decoration: none;
color: #fff;
display: inline;
}

#nav li a:hover {
background: url('images/nav-arrow.png') no-repeat;
background-position: bottom left; 
color: #00CC00;
}

.subnav {
padding-left: 60px;
float: left;}

.subnav li {
font-size: 1.6em;
display: inline;
}

.subnav li a {
display: block;
background-position: top left;
padding-left: 15px;
text-decoration: none;
color: #fff;
}

.subnav li a:hover {
background: url('images/subnav-arrow.png') no-repeat;
background-position: bottom left; 
color: #00CC00;
}

#nav .active, .subnav .active {
background-position: bottom left; 
color: #00CC00;
}

.content {font-size: 12px;
float: right;
width: 450px;
color: #FFFFFF;
}

#footer {
position: fixed;
top: 100%;
margin-top: -36px;
border-left: 16px solid #00CC00;
font-family: georgia, sans-serif;
color: #FFFFFF;
background: #000;
padding-left: 10px;
}

* html #footer {
float: left;
border-left: 15px solid #00CC00;
font-family: georgia, sans-serif;
color: #FFFFFF;
background: #000;
padding-left: 10px;
}