body {
	background-image: url('../layout/stripes.gif');
	font-family: sans-serif;
}

a {
	color: #3E69A4;
}

#content-container {
	width: 90%;
	background-color: white;
	margin: 0 5% 0 5%;
	border: 5px double gray;
	padding: 20px;
}

#title {
	margin-bottom: 30px;
}

h1 {
	text-transform: lowercase;
	color: gray;
	margin-bottom: -10px;
	margin-top: 0px;
	position: relative;
	background-color: #CCFF99;
	text-align: center;
}

h2 {
	text-transform: uppercase;
	color: gray;
	/* margin-bottom: -10px;
	margin-top: 0px; */
	/* position: relative;
	background-color: #CCFF99; */
}

h3 {
	color: gray;
	border-bottom: 2px solid #CCFF99;
	text-transform: lowercase;
}

hr {
	height: 10px;
	background-color: #CCFF99;
	border-left: 1px solid #AFE07E;
	border-bottom: 1px solid #AFE07E;
	border-right: none;
	border-top: none;
}

#menu {
	background-color: #3E69A4;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding: 10px;
}

#menu a {
	text-decoration: none;
	color: white;
	font-weight: 600;
}

#menu a:hover {
	text-decoration: none;
	color: #AFE07E;
	font-weight: 600;
}

.left-image {
	float: left;
	padding: 0 1em 1em 0;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
}

.right-image {
	float: right;
	padding: 0 0 1em 1em;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
}

.text {
	/* max-width: 60%;
	float: right; */
	margin-left: 400px;
}

.cost {
	color: #3E69A4;
	font-weight: 600;
}

.request {
	border-top: 2px solid #CCFF99;
	padding-top: 20px;
	margin-top: -10px;
}

.request a {
	text-decoration: none;
	color: white;
	font-weight: 600;
	padding: 10px;
	background-color: #3E69A4;
	text-transform: uppercase;
}

.request a:hover {
	text-decoration: none;
	color: #AFE07E;
	font-weight: 600;
}
