#wrapper {
	background-image: url(/media/images/layout/home_background.jpg);
	background-repeat: no-repeat;
	height: 732px;
	margin: 0px auto;
	margin-top: 10px;
	width: 960px;
	text-align: center;
	font-size: 16px;
	font-family: "Courier New";
}

#title { 
	padding-top: 120px;
	color: white;
	text-decoration: underline;
	font-size: 40px;
	font-weight: bold;
}

#content {
	margin: 0px auto;
	width: 840px;
	padding-top: 55px;
}

.full {
	width: 740px;
	padding-bottom: 30px;
	margin: 0px auto;
	min-height: 95px;
}

#writer {
	width: 200px;
	min-height: 75px;
	float: left;
	padding-left: 60px;
}
#teacher {
	width: 200px;
	min-height: 75px;
	float: left; 
	padding-left: 60px;
}
#cook {
	width: 200px;
	min-height: 75px;
	float: left;
	padding-left: 35px;
}

#magician {
	width: 300px;
	min-height: 75px;
	float: left;
	padding-top: 50px;
	padding-left: 70px;
}

#pilot {
	width: 300px;
	min-height: 75px;
	float: left;
	padding-top: 50px;
	padding-left: 65px;
}

#contact {
	width: 850px;
	min-height: 75px;
	float: left;
	padding-top: 30px;
}
.clear {
	clear: both;
}

.title {
	font-size: 35px;
	font-weight: bold;
}

.title_sml {
	font-size: 20px;
	font-weight: bold;
}

.click_here {
	font-size: 12px;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:active, a:hover {
	color: #500000;
	text-decoration: none;
}

#footer {
	width: 960px;
	margin: 0px auto;
	color: white;
}

#footer a:link, #footer a:visited {
	color: white;
}

#text {
	margin-top: 75px;
	color: #fff;
}
