*{
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

p.sign {
	font-style: italic;
	text-align: center;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #3c3c3c;
}

h3 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #3c3c3c;
}


li {list-style-position: inside;}

.logo1 {
	color: #3c3c3c;
}

.logo2 {
	color: #239fff;
}

html {
	height: 100%;
}

body {
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	height: 100%;
	color: black;
	background-color: #f0f0f0;
}

#wrapper {
	margin: 0 auto;
	width: 740px;
}

header {
	background-color: #fff;
	height: 50px;
	width: 700px;
	float: left;
	padding: 20px;
	margin-top: 40px;
	box-shadow: 0px 3px 10px #ccc;
}

nav {
	background-color: #fff;
	width: 700px;
	float: left;
	border-bottom: 1px dotted black;
	padding: 0 20px 20px 20px;
	box-shadow: 0px 3px 10px #ccc;
}

nav li {
	list-style: none;
	float: left;
	margin-right: 20px;
	
}

nav li a {
	text-decoration: none;
	color: #239fff;
	font-weight: bold;
}

nav li a:hover {
	text-decoration: underline;
	color: #000;
}

#content {
	width: 700px;
	float: left;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0px 3px 10px #ccc;
}