* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 line-height: 17px;
 background-color:#D6DFE7;
 color: #4C4C4C;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
 align: center;
}
/* =Header */
#header {
 width: 790px;
 color: #333;
 height: 60px;
 margin: 10px 0px 0px 0px;
 background: url(simpure_header.jpg) no-repeat; 
}
/* =Navigation */
#navigation {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 width: 697px;
 color: #FFFFFF;
 padding: 10px 70px 10px 23px;
 background-color:#666633;
 text-align: left;
}
/* =Content */
#content { 
 width: 650px;
 color: #333;
 background: #FFFFFF;
 padding: 25px 70px 25px 70px;
}
/* =Footer */
#footer { 
 width: 770px;
 color:#336699;
 font-size: 11px;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align:center;
}
.bold {font-weight: bold; color:#336699; line-height: 32px;}
a.nav:link {color:#FFFFFF;text-decoration: underline;}
a.nav:visited {color:#FFFFCC; text-decoration: underline;}
a.nav:active {color:#FFFFCC; text-decoration: underline;}
a.nav:hover {color:#FFFFCC; text-decoration: underline;}
a:link {color:#336699;text-decoration: underline;}
a:visited {color:#3399CC; text-decoration: underline;}
a:active {color:#3399CC; text-decoration: underline;}
a:hover {color:#3399CC; text-decoration: underline;}
.italic {font-style: italic; color: #666;}
hr {color: #666666; background-color: #ffffff; border: 1px dotted #666666; border-style: none none dotted; margin-bottom: 25px; margin-top: 25px;}
ul {list-style-type: disc; margin-left: 20px;}