html, body {
	margin: 0;
	padding: 0;	
}

body {
	background: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.6;
	color: #444;
}

#content {
	width: 80%;
	padding: 20px;
	border: 1px solid #D2D2D2;






	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	overflow: auto;
}

h1 {
	margin: 0;
	font-size: 26px;
	font-weight: normal;
	font-family: "Museo 700", Arial;
}

h1 em {
	font-size: 50%;
	letter-spacing: -0.05em;
}

h2 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #D8D8D8;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	font-size: 14px;
}

a {
	color: #444;
}

a:hover {
	color: #FF0000;
}
hover {
	color: #999999;
}
.head1 {
	height: auto;
	width: 95%;
}
.pagetext {
	float: left;
	height: auto;
	width: 70%;
	padding: 10px 10px 10px 200px;
}
.form_mail {
	float: right;
	height: auto;
	width: 25%;
}
.menu {
	height: auto;
	width: 100%;
	background-color: #E3DFFF;
	overflow: hidden;
}
#menu-top {
    width: 100%;
    margin-top: 0.5em;
}
#horizontal_menu {
	float: left;
	list-style-type: none;
	padding-left: 10px;
	width: 17%;
	text-align: center;
	padding-top: 20px;
	font-size: 18px;
	font-style: italic;
	padding-bottom: 10px;
}
#menu-up {
    margin-top: 0.5em;
}

#menu-up-up {
	text-align: left;
	list-style-type: square;
	list-style-position: inside;
	font-size: 10px;
}
.footer {
	height: auto;
	width: 95%;
	float: left;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.news {
	float: left;
	height: auto;
	width: 200px;
}
.style2 {font-size: 18px}
.style3 {font-size: 36px}
