body  {
background-color: silver;

}

#container { 
width: 1024px;
margin: auto;
}

#header { color: #fff;
padding: 35px 30px 5px 30px;
background: #3b7687;
} 

#header h1 {color: #e6ffff; font-size: 2em; font-family: "Lucida Grande", Verdana, Arial, sans-serif;}
#header p {font-style: italic; font-family: sans-serif, Helvetica, Verdana, Arial; color: #FFFFFF;
}
#header a {
color: #FFFFFF;
text-decoration: none;
font-size: 30px; 
font-family: "Myriad Pro";
}
#navigation {
float: left;
 width: 960px;
 color: #333;
 padding: 10px;
 border: 1px solid #c03;
 margin: 0px 0px 0px 0px;
 background: #999;
}
#navigation {
FONT-SIZE: 93%; BACKGROUND: url(../PS-P2Site/bg.gif) #dae0d2 repeat-x 50% bottom; FLOAT: left; WIDTH: 100%; LINE-HEIGHT: normal
}

#navigation UL {
PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 10px; LIST-STYLE-TYPE: none
}
#navigation LI {
PADDING-RIGHT: 0px; PADDING-LEFT: 9px; BACKGROUND: url(../PS-P2Site/left.gif) no-repeat left top; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#navigation A {
PADDING-RIGHT: 15px; DISPLAY: block; PADDING-LEFT: 6px; FONT-WEIGHT: bold; BACKGROUND: url(../PS-P2Site/right.gif) no-repeat right top; FLOAT: left; PADDING-BOTTOM: 4px; COLOR: #765; PADDING-TOP: 5px; TEXT-DECORATION: none
}
#navigation A {
FLOAT: none
}
#navigation A:hover {
COLOR: #333
}
#navigation #current {
BACKGROUND-IMAGE: url(../PS-P2Site/left_on.gif)
}
#navigation #current A {
BACKGROUND-IMAGE: url(../PS-P2Site/right_on.gif); PADDING-BOTTOM: 5px; COLOR: #333
}




#sidebar {
float: left;
width: 160px;
background-color:  #deff91;
padding: 30px 2px 0 2px;
margin-bottom: 100px;
text-align: center;
}

#sidebar h1 {font-family: "Arial Rounded MT Bold";
font-size: 1em;
color: #444444;}

#sidebar a {
text-decoration: none; 
color: #262626;
font-family: "Lucida Sans Unicode";
font-size: 12px;
}


#sidebar img {
border: solid 1px #d6d6d6;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbpop {
position: relative;
z-index: 0;
}

.thumbpop:hover{
background-color: transparent;
z-index: 50;
}

.thumbpop span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbpop span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbpop:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
top: -400px;
}
.project {
margin:15px 0 25px 0;
}

.project h1 {
margin: 0px;
color: #869843; 
font-size: 1em; 
font-family: "Arial Narrow", "Lucida Grande", Verdana, Arial, sans-serif; 
font-weight: normal;
}

#main {postion: absolute;
left: 164px;
top: 200px;
background-color: #E9F2F6;
font-family: sans-serif;
text-align: left;
width: 850px;
margin: auto;
overflow:  scroll;
padding: 5px 2px 30px 2px;


} 
#main h2 {
font-family: sans-serif;
color: #3b7687;
font-size: 1.5em; 
margin: 20px 0 5px 0;
}
#main h3 {font-family: sans-serif;
color: #3b7687;
font-size: 1.25em; 
margin: 20px 0 5px 0;}

#main p {color: #444444;
font-family: sans-serif;

line-height: 18px;
}



#main a {
color: #3b7687; 
text-decoration: none;
}

#main a:hover {
color: #444444;
}

#footer {
padding: 6px 30px 6px 30px;
background: #d6d6d6; 
font-family: "Lucida Sans Unicode";
color: #444444;
font-size: 11px;
text-align: right;
}

#footer a {
text-decoration: none; 
color: #262626;
}

#footer a:hover {
color: #666666;
}

.separator {
font-size:11px;
color:#FFFFFF;
}

.clear {
clear:both;
}
