/* standard elements */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
}
body {
	background: #FFF;
	color: #8A2057;
}

#container {
	width: 950px;
	margin: 20px auto 20px auto;
}

#title img{
        border: 0;
}

#logo {
	margin: 20px;
	float: left;
        text-align: left;
}

#contact {
        float: right;
        text-align: right;
}

#contact a {
	color: #8A2057;
	background: #fff;
	text-decoration: none;
	padding: 0;
	font-weight: bold;
	border: none;
	margin: 0 0 20px 0;
}

#contact a:hover {
	color: #E2B3C6;
	background: #fff;
}

#clear {
  	border-bottom: 1px solid #8A2057;
	clear: both;
	margin-bottom: 2px;
}
#menu {
	background: #8A2057;
	color: #FFF;
	padding: 10px;
	height: 1.5em;
}

#menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	background: #8A2057;
	color: #FFF;
}

#menu a {
	text-decoration: none;
	padding: 0 12px 0 12px;
	font-weight: bold;
	color: #FFF;
}

#menu a:hover {
	color: #E2B3C6;
}

#text {
	width: 750px;
	background: #FFF;
	color: #000;
	float: right;
}
h1 {
	background: #8A2057;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 30px;
	padding: 12px;
	border-left: solid 8px #000;
	clear: both;
}

h2 {
	background: #8A2057;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 30px 30px 10px 30px;
	padding: 5px;
	border-left: solid 4px #000;
	clear: both;
}

h3 {
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin: 30px 30px 10px 30px;
	padding: 5px;
	border-left: solid 4px #000;
	clear: both;
}

#text p {
	font-size: 16px;
	margin: 10px 30px;
	padding: 5px;
	clear: both;
}

#text a {
	text-decoration: none;
	color: #8A2057;
}

#text a:hover {
	color: #E2B3C6;
}

#text ul {
	margin: 10px 10px 10px 25px;
}
#text li {
	margin: 5px 0 5px 0;
}

#text img {
        float: left;
        padding: 4px 10px 4px 0;
}

#contents {
	width: 200px;
	color: #000;
	float: left;
}

#text ul.sitemap {
        margin-left:50px;
}
ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
ul.nav li {
        display: inline;
}

ul.nav a {
	display: block;
	color: #000;
	background: #E2B3C6;
	text-decoration: none;
	padding: 6px;
	font-weight: bold;
	border-left: solid 8px #8A2057;
}
/* hack for IE 6 < to make entire block clickable */
* html ul.nav a {
	height: 1px;
}

ul.nav a:hover {
	background: #8A2057;
	color: #FFF;
}


ul.contentstitle {
	list-style-type: none;
}

ul.contentstitle li {
	padding: 6px;
	background: #8A2057;
	color: #fff;
	font-weight: bold;
	margin-top: 4px;
	border-left: solid 8px #000;
}


#contactdetails a {
	color: #8A2057;
	background: #fff;
	text-decoration: none;
	padding: 0;
	font-weight: bold;
	border: none;
	margin: 0 0 20px 0;
	text-decoration: none;
}

#contactdetails a:hover {
	color: #E2B3C6;
	background: #fff;
}

#footer {
	clear: both;
	border-top: 1px solid #8A2057;
	text-align: center;
}
#subForm {
	width: 500px;
}
#subForm .label {
	display:block;
	float: left;
	clear: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

input#submit {
	margin-left: 140px;
	color: #fff;
	background-color: #000;
}

input#submit:hover {
	background: #E2B3C6;
	color: #000;
}
input#name, input#email, input#phone {
	width: 200px;
	margin-top: -2px;
}

input#name:focus,
input#email:focus,
input#phone:focus,
textarea#message:focus
{
	background-color: #E2B3C6;
	color: #000;
}

