@CHARSET "ISO-8859-1";
* { margin:0px; padding: 0px;  }
body { text-align:center; font-size: 62.5%; font-family: Trebuchet MS; background: top repeat-x;}
#container { font-size:1em; width: 901px; margin:8px auto; text-align:left; background: #c9bc7c;}
#url { background: #000; color: #fff; text-align:right; height:27px; padding: 2px 10px 0px; font-size: 1.8em; }
#head { height: 49px; font-size: 3.785em; padding:30px 44px;}
#nav { height: 31px; padding: 4px 0px 4px 8px; font-size: 1.6em; width:25%; float:left; }
#nav ul li, .foot ul li { list-style-image:none; display:inline; float:left; margin-right:6px; }
#nav ul li a { display:block; width:215px; height: 27px; text-align:center;  }
.body { padding:20px; background: #fff; width:69%; float:right;  }
.body p { font-size: 1.4em; margin-bottom: 10px;}
.foot { border-top: 9px solid #000; height:43px; padding: 0 20px; color: #fff; clear:both;}
.foot ul li a { color:#fff }
.body h1 { font-size: 3.3em; }
.body img { float:right; border: 1px solid #000; margin: 0 0 20px 20px; }



/* CHANGEABLE ELEMENTS BELOW */
/* body bg grad + bg col + font col */
body { background-color:#e2e2e2; background-image: url(../images/body-gradient.gif); color:#4e4e4e}

/* head bg grad + text col */
#head { background: url(../images/head-gradient.gif) repeat-x; color:#fff; }

/* nav bg col + button details */
#nav {background: #c9bc7c; }
#nav ul li { border:1px solid #6a5d26; }
#nav ul li a { background: #fff; color: #000; padding-top:2px;}
#nav ul li a:hover, #nav ul li a.on { background: #998a51; color: #fff;  }

/* title color */
.body h1 { color: #70847b; border-bottom: 1px solid #717171; margin-bottom:30px;}

/* foot bg gradient */
.foot { background: url(../images/head-gradient.gif) repeat-x; }






/* FORM ELEMENTS BELOW */
form { 
    background:#D5E4F5 none repeat scroll 0 0; border:1px solid #612900; float:right;
    margin:0 20px 20px; padding:10px; width:322px;
}
fieldset {border:0 none; display:block;}
input, textarea {
    border:1px solid #612900; float:left; font-family:Arial,Helvetica,Geneva,Verdana,sans-serif;
    margin-bottom:5px; padding:3px; width:248px; font-size: 1.4em;
}
label { float:left; font-size:1.4em; width:65px; }
#submit { float:right; width:auto; }
#other { display:none; }
