/* The Green Room CSS */

html, body {height:100%; margin:0; padding:0;}

body {background-color:#8c972f; font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:19px; margin:0px; padding:0px; color:#414042;}
#page-background {position:absolute; top:0; left:0; width:100%; height:100%;}
#pagecontainer{width:100%; margin:0; position:relative; top:0; z-index:1;}
#container{width:800px; margin:0 auto;}
#header{width:800px;}
#content{width:760px; background-image:url(../images/contentbg.png); background-position:left; background-repeat:repeat-y; margin:0; padding:15px 20px;}
#leftcontent{width:520px; padding:0px 20px; margin:0; float:left;}
#rightcontent{width:165px; padding:0px 15px 0px 20px; font-size:11px; line-height:14px; float:left;}
#rightcontent ul {list-style-image:url(../images/rightarrow.png); margin:0; padding:0 0 0 18px;}
#rightcontent ul li{margin:0px; padding:0px 0px 0px -4px;}

#footer{width:800px;}

p{margin:0 0 15px 0;}
h2{font-family:"Times New Roman", Times, serif; font-size:19px; line-height:21px; color:#8c972f; margin:0; font-weight:normal; }
h3{font-family:"Times New Roman", Times, serif; font-size:14px; line-height:19px; color:#8c972f; margin:0; font-weight:normal;}
h4{font-size:13px; line-height:15px; color:#8c972f; margin:0 0 5px 0; font-weight:normal;}

.clear {clear:both;}

a:link {color: #e1ac38; text-decoration: none;}
a:active {color: #e1ac38; text-decoration: none;}
a:visited {color: #e1ac38; text-decoration: none;}
a:hover {color: #8c972f; text-decoration: underline;}

