@charset "utf-8";

html {background: #333;
color: #999;
font-size: 17px;
font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
}

a:link, a:visited {color:#666;
}

a:hover, a:focus, li.selected {color:#FFF;
}

ul {list-style-type: none;
}

.nav {font-size: 22px;
}

a {text-decoration: none;
}

h1 {text-indent: -999999px
}

div#wrapper {width: 70%;
border: #666 solid 2px;
margin:0 auto;
}

div#header {margin: 1%;
height: 75px;
padding: 1%;
background: url(../header.png) no-repeat;
border: #666 solid 2px;
}


div#content {height: 600px;
overflow: hidden;
margin: 1%;
border: #666 solid 2px;
}


.primary .secondary {width: 15%;
float: left;
}
