html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/main_bg.jpg) repeat-x #2f2f2f;
}

h1, h2, h3, h4, h5, h6, p, span, ul, ol, li, form, object{
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
}

a:hover {
	outline: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 72px;
	color: #FFFFFF;
	font-weight: normal;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #FFFFFF;
	font-weight: normal;
}

h3 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #FFFFFF;
	line-height: 34px;
	letter-spacing: -0.3px;
}

.footer {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #353535;
}

.address {
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #7e7e7e;
}

.pink {
	color: #fe83c9;
}

.contact {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #59595a;
	letter-spacing: -0.3px;	
}

label{
	font-family: "Trebuchet MS";
	font-size: 18px;
	width: 86%;
	margin: 0 12px 0 0 ;
	color: #59595a;
	float: right;
	text-align: right;
}
.margin-top{
	margin-top: 10px;
}

.textbox-bg{
	background: url(../images/textbox_bg.png) no-repeat 0 0;
	width: 228px;
	height: 30px;
	padding: 2px 0 0 5px;
}

.textbox{
	width: 210px;
	border: none;
	padding: 0 3px;
	background: transparent;
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #000000;
}
.textarea-bg{
	background: url(../images/textarea_bg.png) no-repeat 0 0;
	width: 228px;
	height: 110px;
	padding: 2px 0 0 5px;
}
.textarea{
	width: 210px;
	border:none;
	padding: 3px;
	height: 92px;
	background: transparent;
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #000000;
}