@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}
	
body {
	background:url(/images/bg_02.jpg) repeat-x;
	margin:0 auto;
	}

xtd h1 {Margin: 5px 0 10px 0px;
          font-weight:200;  }

.clear {clear:both;}

.req {color:red;}
	
#Header {
	background:url(/images/rgheader_01.jpg) no-repeat;
	width:1090px;
	height:204px;
	margin:0 auto;
        }
	
#Content {
	width:1090px;
	background:url(/images/bg2_12.jpg) repeat-y center ;
	min-height:500px;
	left:3px;
        position:relative;
        margin:0 auto;
        }

#pgfill {
        float:left;
        margin-left:30px;
        font-family:Arial, Helvetica, sans-serif;
}
	
#LeftPanel {
	background: url(/images/left.jpg) no-repeat;
	min-height:500px;
	width: 171px;
	left: 27px;
	position:absolute;
	}

#pgcontent {
        float:left;
        font-family:Arial, Helvetica, sans-serif;
	background:#fff url(/images/rg2_03.jpg) no-repeat center top;
	min-height:500px;
	width: 850px;
	margin-left: 197px;
        margin-top:1px;
        padding-bottom: 30px;
       	}


#pgcontent h2 {margin: 15px 0 10px 0px;
                        font-weight:200; 
                        font-size: 140%;
                        color: #333; }
	
#Footer {
	background:url(/images/foot_26.jpg) no-repeat center;
	bottom:-4px;
	width:1090px;
	height:24px;
	position:absolute;
	left:-1px;
	}
	
#MenuBox{
	height:21px;
	width:520px;
	margin: 184px 24px 0 0;
	float:right;
	}

