* {
	margin: 0;
	padding: 0;
}


a:hover {
	text-decoration: none;
}

body {
	font-size: 16px;
	color: #000;
	background: #E0DCDC;
	font-family: Tahoma, Geneva, sans-serif;
}
br.clearfix {
	clear: both;
}

h1 {
	font-weight: normal;
	letter-spacing: -1px;
}
a {
	color: #FF3867;
	text-decoration: underline;
}

h2 {
	font-size: 2.25em;
}

h3 {
	color: #2C2B2B;
	margin-bottom: 1em;
}

h4 {
	font-size: 24px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h5 {
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #06F;
}
#footer {
	margin: 40px 0 120px 0;
	text-align: center;
	color: #8C8B8B;
	text-shadow: 0 1px 0 #FFFFFF;
}

#header {
	height: 50px;
	position: relative;
	background: #ffffff;
	padding: 45px;
	color: #63F;
	width: 860px;
	border: solid 1px #7E7E7E;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#logo {
	line-height: 120px;
	height: 118px;
	position: absolute;
	font-size:20px;
	top: 3px;
	left: 8px;
	width: 410px;
}

#logo h1 {
	font-size: 3.25em;
	font-family:"American Typewriter", cursive;
	color: #36F;
}

#sub_logo {
	font-size:16px;
	font-family:"Comic Sans MS", cursive;
	width: 390px;
	color: #003;
	font-style: italic;
	line-height: 140px;
	height: 130px;
}

#slogan {
	position: absolute;
	top: 2px;
	right: 53px;
}

#slogan h2 {
	color: #BEBEBE;
	font-size: 1.25em;
	text-shadow: 0 1px 1px #3E3E3E;
}

#menu {
	padding: 5px 28px 1px 28px;
	position:absolute;
	background:  #40E0D0;
	width: 895px;
	border-top: solid 1px;
	border-bottom: solid 2px;
	height: 30px;
	display: inline-block;
	list-style: none;
}
#menu a {
	font-size:20px;
	text-decoration: none;
	color: #000;
	padding: 3px 25px 5px 25px;
}

#menu a:hover {
	background: rgba(0,0,0,0.1);
}

#page {
	padding: 45px 45px 15px 45px;
	position: relative;
	width: 890px;
	margin: 0;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	clear: both;
	padding: 30px 0 30px 0;
}

#page ul {
	list-style: none;
}

#page ul li {
	border-top: dotted 1px #C4C4C4;
	padding: 15px 0 15px 0;
}

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom {
	position: relative;
	background: #6E6E6E url(images/img03.jpg) top left no-repeat;
	border: solid 1px #7E7E7E;
	width: 860px;
	padding: 1px 45px 1px 45px;
	color: #DCDCDC;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-shadow: 0 1px 1px #444444;
	color: #FFFFFF;
}

#page-bottom-content {
	width: 860px;
	float: left;
}
#slider {
	position: relative;
	margin: 70px 45px 45px 70px;
	width: 860px;
	height: inherit;
}

#wrapper {
	
	position: relative;
	width: 950px;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.1);
	margin: 50px 50px 50px 50px;
	
}
