body {
 background-color:#000;
 background-image:url('images2/background.jpg');
 background-position:center;
 background-attachment:fixed;
 margin:10px;
 padding:0px;
 font-family:arial;
 font-size:0.8em;
 font-weight:bold;
}

#outer {
 background-color:#D80CCD;
 width:900px;
 text-align:left;
 margin:3px 0 0 0;
 padding-bottom:10px;
}

#leftnav {
 width:175px;
 float:left; 
 padding-top:5px;
}


#maincontent {
 width:710px;
 float:left;
 text-align:left;
 margin:10px 0 0 0;
 color:#283B7D; 
 color:#000;
}

#leftnav td {
 background-color:#fff;
 padding:4px;
 border:2px solid #666;
 font-size:0.9em;
}

#leftnav a {
 font-family:arial;
 color:#D80CCD;
 text-decoration:none;
 padding:5px;
}

h1 {
 font-size:1.2em;
 font-family:arial;
}

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 2px solid #006;
float:left;
margin-bottom:10px;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

#topnav {
 padding:8px 0 8px 0;
 width:900px;
 background-color:#F320A1;
 margin-top:10px;
 color:#fff;
 font-family:arial; 
}

#topnav a {
 text-decoration:none;
 color:#fff;
}