html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center; background:#6E6E6E}
p{margin:0 10px 10px}
a{padding:5px; text-decoration:none; color:#000000;}
div#header{background-color:#000000;}
div#header h1{height:80px;line-height:80px;margin:0;padding-left:10px;}
div#container{
text-align:left;
width:950px;margin:0 auto;  background:#C1C9CC;
}
div#content p{line-height:1.4}
div#content h1{ font:Arial, Helvetica, sans-serif; color:#999900; size:16px;}
div#content{margin: 0 0px;}
div#navigation{
background:#F6F0E0;
float:left;width:150px;margin-left:-750px
}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#extra{background:#CCC8B3;}
div#footer{background:#000000;}
div#footer p{margin:0;padding:5px 10px}
div#wrapper{float:left;width:100%}
div#extra{float:left;width:200px;margin-left:-220px; background:#C1C9CC; margin-top:30px;}
div#footer{clear:left;width:100%}
div#ad{float:left; width:650px; margin-left:10px; background:#686868;}
div#ad1{float:left; width:650px; margin-left:0px; margin-top:7px;}







/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.feedbackform{
padding: 5px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 150px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid red;
margin-right: 15px; /*spacing with right column*/
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 300px;
height: 150px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
}














