@CHARSET "UTF-8";
body {background-color: #FFFFFF;
      background-image: url(background2.jpg);
      color: #666666;
	  font-family:Arial, Helvetica, sans-serif;
}
#wrapper {margin-left: auto;
          margin-right: auto;
          width: 80%;
		  min-width: 960px;
		  background-color:#9966CC;
		  -webkit-box-shadow: 5px 5px 5px #000033;
		  -moz-box-shadow: 5px 5px 5px #000033;
		  box-shadow: 5px 5px 5px #000033;
		   
}
h1 {   padding: 10px; 
       text-align: center;
       margin-bottom: 0;
	   background-color: #000033;
       color: #ffffff;
	   font-family: Georgia, "Times New Roman", Times, serif;
	   background-image: url(templatemo_top_panel_bg.jpg);
       background-repeat: no-repeat;
       background-position: top right;
}
#footer {font-size: 75%;
         font-style: italic;
		 font-family: Georgia, "Times New Roman", Times, serif
}
#nav {  padding: 20px 5px 5px 20px;
        font-size: 75%;
	   font-weight: bold;
	   float: left;
	   width: 150px;
}
#nav ul { list-style-type: none;
         margin: 0;
		 padding-left: 0;
		 font-size: 1.2em; }
#nav a { text-decoration: none }
#nav a:link { color: #000033; }
#nav a:visited { color: #344873; }
#nav a:hover {color: #FFFFFF; }
#content { padding: 1px 20px 20px 30px;   
           background-color: #ffffff;
           margin-left: 150px;		   
}
 

h2 { color: #3399CC;
     font-family: Georgia, "Times New Roman", Times, serif;
	 text-shadow: 1px 1px 1px #ccc; 
}