html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
background-color:#000 ;  /* change this */
width:100%;
height:100%;
color:#FFFFFF;
margin-top:25px;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

a:hover{
text-decoration:none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

html {
	overflow-y: scroll;
}


/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* img, div, a, span, h2, blockquote { behavior: url(iepngfix.htc) } IE6 PNG FIX */


/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 1;
}

a{
color:#f6f6f6;
}

.textbox{
background-color:#FFFFFF;
border:none;
width:250px;
}

#home #wrapper{
width:715px;
margin:0 auto;
position:relative;
background-color:#000;
border:solid 1px #333333;
}
#wrapper{
	clear: both;
	top: -30px;
overflow:auto;
padding:10px;

}

#notes #wrapper,#synopsis #wrapper,#desert #wrapper,#activity1 #wrapper,#activity2 #wrapper,#activity3 #wrapper{
width:800px;
margin:0 auto;
position:relative;
background-color:#fff;
border:solid 1px #333333;
}

blockquote{
margin-left:20px;
}

.clear{
clear:both}

.title{
display:block;
overflow:hidden;
text-indent:-9999px;
width:255px;
height:58px;
background:url(images/logo.jpg) top left no-repeat;
float:left;
}

.topnav li a.last{
margin-right:0;
}
.imgleft{
width:218px;
float:left;
padding:10px;
padding-left:0px;
}

#content a{
color:#000;
font-weight:bold;
}

.left{
float:left; margin-right:10px
}
.right{
float:right; margin-left:10px
}

small{
font-size:0.75em;
font-weight:bold;
}
.pdf{
width:275px;
border:none;
margin:0px auto;
background-image:url(images/acrobat_icon.jpg);
background-repeat:no-repeat;
background-position: left;
text-indent: 50px;
padding-top:5px;
font-size:16px;
}
#left{
width:200px;
float:left;
overflow:auto;
}
#main{
width:515px;
height:560px;
float:right;
overflow:auto;
background:url(images/camel.jpg) top left no-repeat;

}
.homenav{
margin-top:25px;
font-size:1.25em;
list-style:none;
overflow:hidden;
}
.homenav li{
margin-left:0px;
}

.homenav li a{
display:block;
padding:3px;
}
.homenav li a:hover{
background-color:#3B81E1;
}

#topnav{
height:65px;
border-bottom:#ccc 1px solid;
}
.topnav{
list-style:none;
display:block;
width:540px;
float:right;
margin-top:35px;
}
.topnav li a{
float:left;
padding:5px;
margin-right:15px;
display:block;
font-size:0.85em;
font-weight:bold;
color:#492F20;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
}


.topnav li{
margin:0;
padding:0;
float:left;
}
#content{
color:#000;
margin-top:25px;
}

#notes a.notes, #synopsis a.synopsis, #desert a.desert, #activity1 a.activity1, #activity2 a.activity2, #activity3 a.activity3, .topnav li a:hover{
background-color: #d9cb9e;
text-decoration:none;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
}