body {
	margin: 0px;
	background-image: url(../images/common/bg3.jpg);
	background-attachment:fixed;
}
#Container {
	width:620px;
	margin-left:auto;
	margin-right:auto;
}
#Header {
	width:620px;
	height:330px;
	margin-left:-1px;
}
#bg {
	background:url(../images/common/mbg.png) repeat-y center top;
	margin:-12px 0;
}
#Content {
	margin:0 20px;
}
#Content img {
	border:3px solid #E1CBB5;
}
#Footer {
	background-image:url(../images/common/footer.png);
	background-position: center top;
	height:28px;
	clear:both;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#CCA57C;
}

p, br, tr, td, th, div {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	font-weight:normal;
}

.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
.Text a {
	color: #fff;
	text-decoration:none;
}
.Text a:hover {
	color: #FFFFCC;
}

#sent {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:250px;
	height:70px;
	padding:15px;
	border:3px dashed #990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#C19D6C;
}
#sent h1 {
	font-size:13px;
	font-weight:700;
	color:#990000;
	margin-bottom:-13px;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#hometext {
margin-top:750px;
width:500px;
}
