.mainContent {
	background-image: url(images/christian-beranek_06.jpg);
	background-repeat: repeat-y;
	height: 375px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: top;
	font-size: 12px;
}

.mainContent p {
	font-size: 12px;
}
.mainContent li {
	font-size: 12px;
}
.mainContent h2 {
	font-size: 18px;
	font-weight: bold;
}
.mainContent h3 {
	font-size: 15px;
	font-weight: bold;
}
body {
	background-color: #333333;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

.bottom {
	background-image: url(images/christian-beranek_07.jpg);
	background-repeat: no-repeat;
	height: 36px;
}

.product {
	width: 95%;
	height: 240px;
	background-color: #CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	border: 2px dashed #AAA;
	padding: 10px;
	margin: 10px;
}
.product p {
	font-size: 12px;
	padding: 10px;
}
.product h2 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.product img {
	float: right;
	padding: 10px;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.right {
	text-align: right;
}

/* HEADER STYLES */

.header {
	background-image: url(images/christian-beranek_05.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 800px;
	padding-left: 25px;
	padding-top: 10px;
}

.header h1 {
	text-align: right;
	font-size: 18px;
	border-bottom: 2px solid black;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 740px;
	text-transform:uppercase;
}
.footerText {
	background-color: #FFFFFF;
}


/* END HEADER STYLES */

/* FOOTER STYLES */

.footer {
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
}

.footer p {
	color: #999999;
}

.footer a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

/* END FOOTER STYLES */

/* NAVIGATION STYLES  */

#navigation {
	background-image: url(images/christian-beranek_03.jpg);
	height: 52px;
	width: 532px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#navigation a {
	color: #FFFFFF;
	padding: 15px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a:hover {
	color: #000000;
	background-color: #FFFFFF;
}

/* END NAVIGATION STYLES */

