body {
	background: #ccccff ;
}.Heading {
	font-family: Tahoma;
	font-size: 18px;
}
.Text {
	font-family: Tahoma;
	font-size: 14px;
}
.hp_text {
	margin: 0 320px 0 0;
	padding: 146px 0 0 30px;
	}
.hp_text h2 {
	font-family: "Trebuchet MS", courier;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0;
	font-weight: normal;
	}
.hp_text a {
	color: #FFFFFF;
	}
.hp_text a:hover {
	color: #D1A7BF;
	}
.img_rotate {
	float: right;
	width: 310px;
	text-align: center;
	}
.img_rotate img {
	float: right;
	}
	
/* Contact Form */

#contact_form {
	margin: 10px auto 20px auto;
	border: 2px solid #FFFFFF;
	text-align: center;
	padding: 10px 10px 0px 10px;
	}
#contact_form label {
	float: left;
	text-align: right;
	width: 190px;
	}
#contact_form p {
	margin: 0px 0px 10px 210px;
	text-align: left;
	}
#contact_form input,
#contact_form textarea {
	border: 1px solid #333333;
	color: #888888;
	width: 200px;
	font-family: verdana;
	font-size: 13px;
	background-image:url(../images/input.gif);
	background-repeat:repeat-x;
	padding: 2px 0 0 2px;
	}
#contact_form textarea {
	height: 80px;
	}
#contact_form input {
	height: 16px;
	}

#contact_form .submit {
	width: 93px;
	height: 23px;
	border: 0;
	cursor: pointer;
	}
