body{
	background-color: #79627b;
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration:none;
	color: white;
}

a:link {
	text-decoration:none;
	color: white;
}
a:visited {
	color: #877189;
}
a:hover {
	color: #cf4085;
}
#window {
	border: 10px solid #FFFFFF;
	background-color: #543759;
	margin: auto;
	width: 800px;
	margin-top: 50px;
	min-height: 380px;
	height: auto !important;
	height: 380px;
	background-image: url(../i/home-bg.png);
	background-repeat: repeat-y;
	background-position: right;
	position: relative;
	padding-bottom: 120px;
}

#window p.message {
	margin-left:30px;
}

#imagestrip {
	background-color: #cf4085;
	margin-top: 60px;
	padding-left: 5px;
	height: 192px;
}
#imagestrip img {
	padding-left: 10px;
}
#window #topnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top:10px;
}
#window #topnav ul li {
	display: inline;
	padding-left: 15px;
}
#window #homelogo {
	position: absolute;
	bottom: 40px;
	left: 40px;
}
#window #pagetitle {
	margin-left:30px;
	margin-top: 20px;
}
#pagetitle h1 {
	display: inline;
	font-size: 2em;
}
#contactform {
	margin-left: 30px;
}
#contactform label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#contactform input {
	background-color: #543759;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #D14A8B;
}
#contactform textarea {
	background-color: #543759;
	color: #FFFFFF;
	border-width:1px;
	border-color: #D14A8B;
	border-style: dashed;
	width: 250px;
	height: 75px;
}
#contactform input.button {
	border-width:1px;
	border-color: #D14A8B;
	border-style: solid;	
}
#contactform div {
	margin-bottom: 10px;
}

