
  body {
    background-color: #cdcdcd;
    font-family : Helvetica, Arial, sans-serif; 
  }

   div#gradient {background-image: url(/images/background_gradient.gif); background-color: #cdcdcd; height:900px; width:100%; margin 0 auto; text-align:center;}  
   div#wrapper {width: 1000px; height:680px; margin: 0 auto; text-align:center; position:relative; top:15px;}

   div#shadow_left {background-image: url(/images/shadow_left.png); left:0px; width:15px; height:100%;}
   div#shadow_right {background-image: url(/images/shadow_right.png); width:15px; height:100%;}
   
   div#top_left_corner {background-image: url(/images/corner_top_left.png); width:32px; height:25px;}
   div#top_shadow {background-image: url(/images/shadow_top.png); width:100%; height:25px;}
   div#top_right_corner {background-image: url(/images/corner_top_right.png); width:32px; height:25px;}
   
   div#bottom_left_corner {background-image: url(/images/corner_lower_left.png); width:67px; height:73px;}
   div#bottom_shadow {background-image: url(/images/shadow_bottom.png); width:100%; height:73px;}
   div#bottom_right_corner {background-image: url(/images/corner_lower_right.png); width:67px; height:73px;}

   div#interior {width:870px; padding-left:50px; padding-top:40px; padding-right:50px; border: 0px solid; text-align: left;}
   div#pagecontent {width:100%; padding-top:20px; font-size:14px;}   
   div#pagecontentblog {width:100%; padding-top:0px; font-size:14px;}      

   div#menu {padding-top:25px; padding-bottom:5px; padding-left:1px; width:100%; border-bottom: 1px solid #CCCCCC}
   
   img.menu {margin-right:30px;}
   
   img.thumbnail {border-width:1px; border-color:888888; border-style:solid;}
   
   font.pagetitle {
       font-family : Arial, Helvetica, sans-serif; 
       color: #000000;
   }
   
   a:link { 
	color: #ea0000;
	text-decoration: none;	
	}
	a:visited { 
	color: #ea0000;
	text-decoration: none;	
	
	}
	a:hover { 
	color: #ea0000;
	text-decoration: underline;
	}
	a:active { 
	color: #ea0000;
	}
	
	a.thumblink:link {color: #000000; text-decoration: none; }
	a.thumblink:visited {color: #000000; text-decoration: none; }
	a.thumblink:hover {color: #000000; text-decoration: underline; }
	a.thumblink:active {color: #000000; }

