/*
#FFB300	#BF9430	#A67400	#FFC640	#FFD573
#4312AE	#472B83	#280671	#7446D7	#8E6DD7
#057D9F	#216477	#025167	#39AECF	#61B7CF
http://colorschemedesigner.com/#1231Tw0w0w0w0
*/

body {
	background:	white;
	font-family: sans-serif;
	padding: 10px 480px 10px 60px;
	margin: 0;
}

a:link {color:#472B83;}
a:hover {color:#A67400;}

h1 {
	text-align: center;
	letter-spacing:0.1ex;
}

h1 a:hover, h1 a {
	text-decoration: none;
}

h4 {
	display: inline-block;
	margin: 0;
}

div.main {
	width: 100%;
	float:left;
	margin-bottom:60px;
}

p, div.section, div.sectionalt {
	margin: 0 0 10px;
	padding: 10px;
}

p {
	padding-top:0;
	padding-bottom:0;
}

div.section {
	background:#FFD573;
	padding-right:35px;
	position: relative;
}

div.sectionalt {
	background:#61B7CF;
}

p.bold {
	font-weight: bold;
}

button {
	width: 25px;
	height: 100%;
	float: right;
	position: absolute;
	top:0px;
	right: 0px;
	border: 0;
	background: #025167;
	color: white;
	cursor: pointer;
}

button:hover {
	background: #A67400;
}

div.mol {
	width: 400px;
	position: fixed;
	top: 20px;
	right: 60px;
}

ul.menu {
	list-style-type: none;
	margin: 10px 0 0;
	padding:0;
}

ul.menu li a {
	display: block;
	background: #472B83;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	margin-bottom:10px;
}

ul.menu li a:hover {
	background: #A67400;
}