* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #e0e0e0;
	font: 14px "Arial", sans-serif;
}

a { color: #f3352e; text-decoration: none; }
a:hover { color: #00b264; text-decoration: underline; }

h1 { font-weight: normal; font-size: 20px; margin-bottom: 10px; }
h2 { font-weight: normal; font-size: 18px; }

#container {
	width: 911px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 600px;
	margin-top: 40px;
	margin-bottom: 100px;
	/*border: 1px solid #d1d1d1;*/

	-moz-box-shadow:    0px 3px 10px 2px #7a7a7a;
	-webkit-box-shadow: 0px 3px 10px 2px #7a7a7a;
	box-shadow:         0px 3px 10px 2px #7a7a7a;
}

#menu {
	background-color: #212121;
	color: #fff;
	font-size: 19px;
	padding: 20px;
}

	#menu ul li { float: left; margin-right: 40px; list-style-type: none; }
	#menu a { color: #fff; text-decoration: none; }
	#menu a:hover { text-decoration: underline; }

#image {
	height: 207px;
	padding-left: 30px;
	padding-top: 20px;
}

#content {
	padding: 30px;
}

#content ul li { list-style-position: inside; }

#left { float: left; }
#right { float: right; }

.clear {
	clear: both;
}
