
/* CORE
----------------------------------------------- */

BODY { 
	margin: 0; 
	padding: 0; 
	background: #fff url(../images/bg_new.jpg) center top no-repeat; 
	text-align: center; 
	font-size: 75%; 
	font-family: arial,sans-serif;
	line-height: 1.4em;
	color: #333;
	}
	
a:link {
	color: #930;
	text-decoration: none;
	}
		
a:visited {
	color: #930;
	text-decoration: none;
	}
	
a:hover {
	color: #333;
	text-decoration: underline;
	}
		
a:active {
	color: #333;
	text-decoration: underline;
	}	
	
H1 { 
	font-size: 140%; 
	font-family: georgia,serif; 
	color: #666; 
	font-weight: normal; 
	}
	
		
/* STRUCTURE
----------------------------------------------- */
	
#ColumnWrapper { 
	text-align: left; 
	float: left; 
	}

#Logo { 
	float: left; 
	padding: 0 0 25px 40px; 
	}
	
#SiteWrapper { 
	margin: 0 auto; 
	padding-top: 124px; 
	width: 770px; 
	position: relative; 
	background: #FFF url(../images/bg_new2.jpg) right top no-repeat; 
	text-align: right; 
	}
	
#LeftColumn { 
	width: 325px; 
	padding-left: 112px; 
	padding-right: 80px; 
	float: left; 
	}
	
#RightColumn { 
	width: 220px; 
	float: left;
	}
	
#Footer { 
	margin: 0 auto;
	width: 750px;
	height: 18px;
	font-size: 75%; 
	color: #707070; 
	padding-left: 113px; 
	clear: both; 
	background: #FFF; 
	text-align: left;
	}

/* STRUCTURE HOME
----------------------------------------------- */	
	
#LogoHome { 
	width: 400px;
	float: left; 
	padding: 124px 0 14px 40px; 
	text-align: left;
	}
	
#SiteWrapperHome { 
	margin: 0 auto; 
	padding: 0; 
	width: 770px; 
	height: 400px;
	position: relative; 
	background: #FFF url(../images/bg_new2.jpg) right top no-repeat; 
	text-align: right;
	}
	
#LeftColumnHome { 
	width: 325px; 
	padding-left: 72px; 
	padding-top: 25px;
	text-align: left;
	}
	
#RightColumnHome { 
	margin-top: 89px;
	width: 330px; 
	height: 390px;
	float: left;
	background: #FFF url(../images/home.jpg) right top no-repeat;
	}	
	
/* CONTACT
----------------------------------------------- */

#contactTxt1 {
	padding-top: 2px;
	padding-bottom: 4px;
	display: none;
	color: #930;
}

#contactTxt2 {
	padding-top: 2px;
	padding-bottom: 4px;
	display: none;
	color: #930;
}

#contactTxt3 {
	padding-top: 2px;
	padding-bottom: 4px;
	display: none;
	color: #930;
}
	
#ThanksColumn { 
	width: 220px; 
	float: left;
	text-align: center;
	}	

#Thanks { 
	margin-top: 44px;
	padding-left: 12px;
	width: 160px; 
	}
	
#ContactUs { 
	margin: 0; 
	padding: 0; 
	}
	
#ContactUs SELECT { 
	font-size: 80%; 
	margin-bottom: 10px; 
	width: 200px; 
	}
	
#ContactUs LABEL {
	font-size: 80%; 
	font-weight: bold;
	}
	
#ContactUs INPUT { 
	font-size: 80%; 
	}
	
#ContactUs DL { 
	margin: 0; 
	padding: 0 0 4px 0; 
	}
	
#ContactUs DD { 
	margin-left: 0; 
	}
	
#ContactUs .Note { 
	font-size: 75%; 
	float: left; 
	}
	
#ContactUs .SubmitDiv { 
	float: right; 
	}
	
#ContactUs #Message { 
	height: 50px; 
	width: 210px; 
	}
	

