@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding:0; font-family: ‘Trebuchet MS’, Helvetica, sans-serif; color:white; font-size: 12px; background-color:black;}

#wrapperwhole { width:1000px; height:auto; margin: 0 auto;}

#header { margin: 30px 0;}

h1 { font-size:14px; color:black; padding: 0 10px; letter-spacing: 0px;}
h2 { font-size:10px; color:white; padding: 3px 10px; font-weight: 100;}

#navfixed { width: 300px; height: 100%; position:fixed; background-color:#900; float: left; }
#navfixed img { margin-top:-45px; width:300px; float:left;}

#navfixed ul { padding: 10px; margin-left: 45px;}
#navfixed ul li { padding: 3px 5px; list-style-type: none; float:left; }

#navfixed a:link { color:white; text-decoration: underline;}
#navfixed a:visited {color:white; text-decoration:underline;}


.content { float:right; width: 400px; height: auto; margin-right: 20px;}
.content img { width: 400px; border:1px solid black; padding:5px; margin-bottom: 20px; } 
.content .caption {font-size: 12px; font-family:"Lucida Console", Monaco, monospace; text-align: justify; width: 400px; padding: 5px 0; margin-top:35px; }

.whitespace {width: auto; height: 200px;}