@charset "utf-8";
/* CSS Document */
body{background-image:url(img/background.jpg);}
#header{width:800px; height:350px; background-image:url(img/tempheader.png)}
#wrapper{width:800px;margin:0 auto; border: thick #000 solid;}
#cwrapper{width:800px; background-color:#FFF; float:left;margin:0 auto;border: thick #000 solid; border-bottom:none; border-top:none; text-align:right; float:left;}
#text{width:530px; background-color:inherit;padding-left:3px; padding-right:3px;border-right:thin #CCC inset;margin-top:-860px; text-align:left;}
#footer{width:800px;height:75px; border-bottom: thick #000 solid;margin:0 auto; background-color:#dddddd; text-align:center; float:left;}
#valid{width:800px; height:75px; text-align:center;margin-top:55px; margin:0 auto;}
a.inter:link {color: #000;text-decoration:none;}
a.inter:visited {color: #000;text-decoration:none;}
a.inter:hover {color: #00F;text-decoration:none;}
a.inter:active {color: #00F;text-decoration:none;}

