body {
background-color: #ccc; 
color: #333; 
font-family: verdana,arial,sans-serif; 
font-size: 12px; 
line-height: 1.5em; 
text-align: center; 
width: 825px; 
margin: auto;
}
 
#container {
width: 825px; 
text-align: center; 
background-color: #efefef; 
border: 1px solid #999;
}

#content {
text-align: left; 
padding: 25px 10px 25px 10px;
}

.footer {
text-align: center; 
font-size: 10px; 
text-transform: uppercase; 
letter-spacing: 1px; 
padding-top: 10px; 
padding-bottom: 10px; 
background-color: #dddddd;
}

a {
color: #666666; 
text-decoration: none; 
font-weight: bold; 
border: none;
}

a:hover {
color: #333333; 
text-decoration: none; 
border-bottom: 1px dashed #b22222;
}

h1 {
text-align: center; 
letter-spacing: 2px;
}

img {
border: 1px solid #999; 
}

.pixcenter {
text-align: center; 
}

.title {
text-align: center; 
font-weight: bold; 
font-size: 14px;}

.title2 {
text-align: left; 
font-weight: bold; 
font-size: 14px;}

ul, ol { 
   margin:auto -3em 1em 0; 
   padding:0; 
   position:relative; 
   left:-3em;
   overflow:hidden;
}
 
li { 
   margin-top:0.25em;
   margin-bottom:0.25em; 
}
 
ul ul, ul ol, 
ol ol, ol ul { 
   margin-left:1em; 
   padding-left:0; 
}
 
ul li, ol li { 
   margin-left:5em; 
}
 
li li { 
   margin-left:1em; 
}


