body {
	margin:0px;
	padding:0px;
	font-family: Futura, "Futura Medium", "Gill Sans", "Helvetica Neue", Helvetica, Arial;
	background-color: black;
}
#back-section {
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-color:#FFF;
	background-position: 116px;
	width:1032px;
	margin-left: auto;
	margin-right:auto;
}
#layout {
	background: url(../images/logo.png) no-repeat;
	width:1032px;
	background-position: 116px 60px;
}
#menu-section {
	text-align: left;
	width: 265px;
	padding-top:300px;
	vertical-align:top;
}
#main-section {
	font-size: 14px;
	line-height: 200%;
	color: #555;
	width: 525px;
	text-align:left;
	padding-right:10px;
}
#footer {
	color:#999;
	font-size:10px;
	text-align:right;
	padding-top: 8px;
	padding-bottom:20px;
	margin-left:30px;
	margin-right: 12px;
}
.polka-border {
	width: 96px;
	background-image:url(../images/dots.png);
}
.blank-border {
	width: 20px;
	background-color:black;
}

#main-section li {
	text-indent: -75px;
	padding-left: 90px;
}

.menu-item { 
	text-align:right; vertical-align:middle;
	font-size:36px;
	width: 160px;
	height: 60px;
	padding-right: 12px;
}
.menu-item a {
	text-decoration:none;
	color:#333;
}
.menu-item:hover {
	background-image:url(../images/green-menu-background.png);
}
.menu-item:hover a {
	color: white;
}


h2 {
	margin:0px;
	padding:0px;
}
input[type='text'] { width:100% }

textarea { width:100% }

#main-section a {
	font-weight: bold;
	color: #F90;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}
.first-paragraph {
	margin-top: 340px;   /* Make it the same as the #menu-section */
}

.photo {
	padding: 2px;
	border: 2px solid #F90;
	margin-left:12px;
}
.topright-photo {
	float:right; 
	margin-top: 150px;
	margin-left: 12px;
	margin-right: 18px;
}
.bottomleft-photo {
	float:left;
	position:relative; 
	margin-left:-375px; 
	margin-right:12px; 
	padding: 2px;
	border: 2px solid #F90;
}
.bottomleft-widephoto {
	float:left;
	position:relative; 
	margin-left:-240px; 
	margin-right:24px; 
	padding: 2px;
	border: 2px solid #F90;
}
