@media Screen    
{
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
scrollbar-base-color: #cef5ff;  SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #444444;  
SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
}
#wrapper{
margin:auto;
width:800px;
}
#bodywrapper{
margin:auto;
width:784px;
height:630px;
}
a, div.a, div.a:link, div.a:visited{
text-decoration:none;
color:black;
}
#mainwrapper{
background-image:url(../images/background2.gif);
background-repeat:no-repeat;
height:485px;
padding:50px 100px 50px 100px;
width:670px;
}
#main{
	height:480px;
}
#tabwrapper{
height:29px;
margin:0px;
padding:0px 0px 0px 15px;
}
#tabs{
margin:auto;
width:675px;
}
#header{
background-image:url(../images/header.gif);
background-repeat:no-repeat;
height:140px;
width:800px;
}
h4{
font-size:16px;
}
div.tab{
background-image:url(../images/tab.gif); 
background-repeat:no-repeat;
width:125px; 
height:24px; 
text-align:center; 
padding:5px 10px 0px 0px; 
font-size:16px; 
font-weight:bold; 
float:left;
}
div.tabselected{
background-image:url(../images/tabselected.gif); 
background-repeat:no-repeat;
width:125px; 
height:24px; 
text-align:center; 
padding:5px 10px 0px 0px; 
font-size:16px; 
font-weight:bold; 
float:left;
}
li{
font-size:10px;
padding:0px 0px 0px 10px;
}
a.header{
font-weight:bold;
color:#7692b1;
}
.pictureheading{
padding:10px 0px 0px 10px; 
margin:0px 0px 0px 10px;
}
a.blogpost:hover{
text-decoration:underline;
}
}