html, body{ 
 background-image:url('bg.jpg');
 background-repeat:repeat;
 background-position:center center;
 background-attachment: fixed;
 background-color:#AEAEAE;
 margin:0; 
 padding:0; 
 text-align:center; 
} 

#pagewidth{ 
 width:755px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 

#big{
 width: 743px;
 margin-left: auto;
 margin-right: auto;
 border: 3px solid #ffffff;
 background-color: #131869;
 padding: 3px;
}

#main{ 
 width:755px; 
 height: 507px;
 margin-left:auto; 
 margin-right:auto;  
} 

#header{
 width:750px;
 margin-left:auto; 
 margin-right:auto;  
 background-color: #360b59; 
 border: 3px solid #ffffff;
 margin-top: 20px;
 margin-bottom: 5px;
}

#left{
 width:235px;
 float: left;
 border: 3px solid #ffffff;
 background-color: #b5252f;
 padding-right: 4px;
 height:500px;
 overflow: auto;
}

#right{
 width:474px;
 float: right;
 border: 3px solid #ffffff;
 background-color: #131869;
 padding: 10px;
 height: 481px;
 overflow: auto;
}

#ps{
 width:746px;
 padding: 2px;
 margin-left:auto; 
 margin-right:auto;  
 background-color: #360b59; 
 border: 3px solid #ffffff;
 margin-top: 5px;
 margin-bottom: 20px;
 text-align:center;  
}

p {font-family:Georgia; text-align:justify; color: #ffffff; margin-top: 0pt}
p.center {font-family:Georgia; text-align:center; color: #ffffff;}
p.left {font-family:Georgia; text-align:center; color: #ffffff;}
h1 {font-family:Georgia; color: #ffffff;}
h2 {font-family:Georgia; color: #ffffff;}
h3 {font-family:Georgia; color: #ffffff; margin-bottom: 3pt;}
ul.left {font-family:Georgia; text-align:left; color: #ffffff;}
li {margin-bottom: .5em; font-family:Georgia; text-align:left; color: #ffffff;}
p.head {font-family:Georgia; text-align:center; font-size: 4.8em; color: #ffffff; margin:10px;}
p.ps {font-family:Georgia; text-align:center; color: #ffffff; font-size: .8em;}
img {border: 0px}

a:link {color: #fff3c9;}
a:visited {color: #ffffff;}
a:hover {color: #c7ecf4;}



