@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; border:0; outline:0;}

h1{color:#990033; font-size:16px; display:block;}
p{display:block;}
.left{float:left; margin:0px 0px 0px 10px;}
.right{float:right;}
.clear{clear:both;}

body{background:#cccc99 url(images/main_bg.png) top center repeat-y;}

#container{width:840px; margin:0px auto 5px auto; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#header{width:840px; height:125px; background:url(images/untreed_studios.png) no-repeat;}
#nav{width:800px; height:25px; margin:5px auto; border-bottom:#cccc99 1px solid;}
#nav a{display:inline-block; text-decoration:none; color:#990033; font-size:13px; padding:0 43px;}
#nav a:hover{color:#666633;}
#top_images{width:800px; height:121px; margin:0 0 25px 0; float:left; text-align:center;}
#content{width:800px; padding:20px; color:#666633; font-size:14px;}
#content a{text-decoration:none; color:#990033;}
#content a:hover {color:#666633;}
#content li{list-style:none; margin:0px 0px 0px 10px;}
#left{width:550px; float:left;}
#right{width:230px; float:right; border-left:#cccc99 1px solid; margin:0 0 0 9px; padding:0 0 0 9px;}
#form{width:230px; padding:0px 0px 20px 0px; border-bottom:#cccc99 1px solid; float:left;}
#footer{width:800px; height:20px; margin:0 auto; text-align:center; color:#666633; font-size:11px; border-top:#cccc99 1px solid;}

fieldset{width:220px; float:left;}
input{width:220px; height:21px; float:left; border:1px solid #cccc99; padding:4px; color:#666633; margin-top:4px; font-family:Arial, Helvetica, sans-serif; font-size:12px}
textarea{width:220px; height:66px; float:left; border:1px solid #cccc99; padding:4px; color:#666633; margin-top:4px; font-family:Arial, Helvetica, sans-serif; font-size:12px}
input.button{width:70px; height:21px; float:right; border:none; padding:0; margin:15px 0 0 0; background:none;}
