/* CSS Document */
body{
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 0px;
}

p{
margin: 0px;
padding: 0px;
}

dl, dt, dd{
margin: 0px;
padding: 0px;
}

h1, h2, h3, h4, h5, h6{
font-size: 10px;
font-weight: normal;
margin: 0px;
padding: 0px;
}

ul {
margin: 0px;
padding: 0px;
}

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

a:hover {
color: #000;
}

a:active {
color: #666;
}

#wrapper{
width: 650px;
margin: 0 auto;
background-image: url(images/spacehelmet_03.gif);
background-repeat: repeat-y;
}

#header1{
height: 155px;
background-image: url(images/spacehelmet_01.gif);
background-repeat: no-repeat;
}

#navbox{
padding-left: 25px;
}

#navbox ul li{
display: inline;
padding-left: 2px;
} 

#navbox a:link{
text-decoration: none;
}

#navbox a:visited{
text-decoration: none;
}

#header2{
height: 31px;
background-image: url(images/spacehelmet_02.gif);
background-repeat: no-repeat;
}

#content{
padding-left: 25px;
padding-right: 25px;
padding-top: 10px;
}

#folio_content{
width: 400px;
margin: auto;
}

#folio_content img{
margin-bottom: 5px;
}

#folio_content dd{
margin-bottom: 20px;
}

/* blog */

#mainbar{
width: 400px;
float: left;
padding-left: 70px;
}

#blog_body {
margin-bottom: 20px;
}

#blog_body img{
margin-top: 5px;
margin-bottom: 5px;
}

#date_stamp{
color: #999999;
margin-top:2px;
}

#sidebar{
text-align: right;
float: right;
padding-right: 70px;
}

#sidebar a:link{
text-decoration: none;
}

#sidebar a:visited{
text-decoration: none;
}



/*end blog*/

#footer{
height: 55px;
background-image: url(images/spacehelmet_05.gif);
background-repeat: no-repeat;
clear:both;
}

/*viewer*/

#view_header{
height: 49px;
background-image:url(images/viewer_top.gif);
background-repeat: no-repeat;
}

#view_footer{
height: 49px;
background-image:url(images/viewer_bottom.gif);
background-repeat: no-repeat;
}

#view_content{
text-align: center;
background-image:url(images/spacehelmet_03.gif);
background-repeat: no-repeat;
}

#view_nav{
margin-top: 5px;
text-align: center;
}
