@charset "utf-8";

/* Resets everything */
* {padding:0px; margin:0px;}

/* remember to define focus styles! */
:focus {outline:0px;}

/* remember to define for png image! */
body {margin:0px auto; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:14px; color:#828282; font-weight:normal; width:100%; background:url(../images/pagebg.gif) repeat-x;}

input, textarea, select{border:1px solid #7F7F7F; float:left; color:#7F7F7F;}
input, textarea{padding:2px;}
label{float:left; margin-top:3px; width:auto;}
textarea{height:115px;}

a {text-decoration:none; color:#E60008;}
a:hover {text-decoration:underline;}
a img{border:0px;}

.clear{clear:both; height:0px; overflow:hidden;}

.fixedarea{width:963px; margin:0px auto;}

#header{background:#E60007 url(../images/topbg.gif) repeat-x bottom; width:100%; float:left;}
#contentbg{background:url(../images/contentbg.gif) repeat-x top; width:100%; float:left;}

