body, html {height: 100%; text-align: center;}

body { 
	background-color: #666c7a; 
	background-image: url(../pics/background.png); 
	background-repeat: repeat-x; 
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 12px;
	color: #555555;
	}

p { 
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 12px;
	color: #555555;
	margin:0;
	}
	
h1 {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	}

a:link { 
	color: #db920c;
	}

a:visited { 
	color: #db920c;
	}

a:hover {
	color: #db920c;
	}

a:active { 
	color: #db920c;
	}


/* STYLES FOR FORMS */
textarea { 
	width: 289px; 
}

#main {
	width: 880px;
	/* height: 600px;*/
	height: 635px;
	margin: 0 auto;
	margin-top: 30px;
	background-image: url(../pics/MainBG.png);
	background-repeat: repeat-y;
	vertical-align: middle;
	background-color: #666c7a;
	text-align: center;
	}

#header {
	width: 880px;
	height: 161px;
        background-image: url(../pics/headerBG.png);
	background-repeat: repeat-x;
	}

#logo {
	float: left;
	width: 245px;
	height: 161px;
	background-image: url(../pics/header_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	}

.logoimage {
	width: 170px;
	height: 161px;
	float: left;
	padding-left: 44px;
	padding-top: 40px;
	}

#navi {
	float: left;
	width: 635px;
	height: 161px;
	background-image: url(../pics/header_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	}

#menuwrap {
	background-color: #FBF9F9; 
	border-style: dotted; 
	border-width: 1px; 
	border-color: #7F7F7F;  
	width: 125px; 
	padding: 3px 5px 3px 3px;
       }


#content {
	text-align: left;
	width: 555px;
	/* height: 399px; */
	height: 470px;
	padding-left: 53px;
	float: left;
       /* width for IE (box model hack) */
       -width:608px;       
       text-align: justify;
	}
	
#content h1 {
	padding-left: 20px;
	background-image: url(../pics/arrow_orange.png);
	background-repeat: no-repeat;
	background-position: top left;	
	}

#content p {
	padding-left: 20px;
	}

#content_right {
	text-align: left;
	width: 185px; 
	height: 399px;
	padding-left: 47px;
	float: left;
       /* width for IE (box model hack) */
       -width:232px;       
	}

#content_right h1 {
	padding-left: 20px;
	background-image: url(../pics/arrow_orange.png);
	background-repeat: no-repeat;
	background-position: top left;	
	}

#content_right p {
	padding-left: 20px;
	}

#title {
	height: 21px;
	margin-top: 20px;
	}

#title_wrap {
	height: 2px;
	background-image: url(../pics/title_BG.png);
	background-repeat: repeat-x;
	background-position: top left;
	padding-bottom: 22px;
	}

#title_right {
	height: 21px;
	margin-top: 20px;
	}

#title_wrap_right {
	height: 2px;
	background-image: url(../pics/title_BG.png);
	background-repeat: repeat-x;
	background-position: top left;
	padding-bottom: 22px;
	}
	
#footer {
	width: 880px;
	height: 40px;
	float: left;
	background-image: url(../pics/footerBG.png);
	background-repeat: repeat-x;
	}

#footerimage_left {
	width: 38px;
	height: 40px;
	float: left;
	background-image: url(../pics/footer_left.png);
	background-repeat: no-repeat;
	}

#footerimage_right {
	width: 38px;
	height: 40px;
	float: right;
	background-image: url(../pics/footer_right.png);
	background-repeat: no-repeat;
	}
