/* standard elements */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
}
body {
	background: #EAE5F7;
	color: #8A2057;
}

#container {
	width: 750px;
	margin: 20px auto 20px auto;
}
#main {
	background: #FFF;
	overflow: auto;
}

#title {
	background: #EAE5F7;
}

#logo {
	margin: 20px;
	float: left;
        text-align: left;
}
#contact {
	margin: 20px;
	float: right;
	text-align: right;
}

#contact a {
	text-decoration: none;
	color: #8A2057;
}

#contact a:hover {
	color: #E2B3C6;
}

#clear {
  	border-bottom: 1px solid #8A2057;
	clear: both;
}
#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: 510px;
	background: #FFF;
	color: #000;
	float: right;
	padding: 20px;
}
#text h1 {
	background: #8A2057;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 10px;
	padding: 12px;
}

#text h2 {
	background: #8A2057;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	margin: 10px;
	padding: 12px;
}

#text p {
	margin: 10px;
	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: 0 10px 20px 10px;
}

#contents {
	width: 200px;
	background: #ffff;
	color: #FFF;
	float: left;
}

#contents li {
	list-style-type: none;
}

#contents a {
	color: #8A2057;
	text-decoration: none;
	padding: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
	background: #C2B3E5;
	border-left: solid 8px #8A2057;
}

#contents a:hover {
	background: #E2B3C6;
	color: #8A2057;
}

#contents h2 {
	padding: 6px 12px 6px 12px;
	background: #8A2057;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
.contentstitle {
	padding: 12px;
	background: #8A2057;
	color: #fff;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}


#footer {
	clear: both;
	border-top: 1px solid #8A2057;
	text-align: center;
}

