@charset "utf-8";
/* CSS Document */
body {background-color:#FFFFFF; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333; letter-spacing:1px; line-height:110%}

p {text-align:left; }
p.credit {text-align:center; letter-spacing:2px; font-size:10px}


a:link {color: #666666}
a:visited {color: #000000}
a:hover {color: #000000}
a:active {color: #666666}

#container {margin-left:auto;  margin-right:auto;
width: 1000px;
height: auto;
}

#header {margin-left:auto;  margin-right:auto;
width: 1000px;
height: auto
}

#logo {width: 500px;
height: auto;
float:left}

#navigation {width:450px;
height:auto;
float:left;
padding-left:50px}

#divider {width:1000px;
height:5px;
background-color: #666666;
clear:both;
padding-top:2px;
padding-bottom:2px
}

#description {width:1000px;
height:auto;
clear:both}

#content {margin-left:auto; margin-right:auto;
width:1000px;
height:auto;
}

#rightcolumn {width: 300px;
height:auto;
padding-top:10px;
float:left
}

#leftcolumn {width: 650px;
height: auto;
padding-top: 10px;
padding-left:50px;
float:right
}

#footer {width: 1000px;
height: auto;
padding-top: 20px;
clear:both
}

