#imageContainer2 {
	float: left;
	position: relative;
	width:500px;
	height: 500px;
	margin: 10px 0 0 10px;
}

/* styles unrelated to the application follow */
html {
	font-family: Tahoma;
	font-size: 12px;
}

input, select {
	font-family: Tahoma;
	font-size: 12px;
	padding: 2px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #333333;
	margin-top: 20px;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(../images/contentbg.jpg) repeat-y;
}

.header {
	background: url(../images/top.jpg) no-repeat;
}

.logo {
	margin: 20px;
	padding: 10px 0 0 40px;
	margin: 0 auto;
}

#menu {
	width: 879px;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	height: 41px;
	background: url(../images/navbg.jpg) no-repeat;
}

#menu ul {
	margin: 10px 0 0 0;
	padding: 5px 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 12px 12px 11px 8px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/navborder.jpg) right no-repeat;
}

#menu a:hover {
	background: url(../images/navhover.jpg) repeat-x;
}

#menu a:active {
	background: #FF0000;
	color:#FFFFFF;
}

.left {
	float: left;
	width: 450px;
	padding-right: 20px;
}

.left2 {
	float: left;
	width: 520px;
	padding-right: 20px;
}

.right {
	float: right;
	width: 365px;
	margin: 10px 12px 0 0;
}

.right2 {
	float: right;
	width: 300px;
	margin: 10px 12px 0 0;
}

.clear {
	clear: both;
	background: #000000;
}

.clear2 {
	clear: both;
}

.content {
	padding: 10px 15px;
	line-height: 16px;
}

.contents {
	padding: 10px 15px;
}

.redtext {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
}

.quote {
	width: 470px;
	padding: 15px 15px;
	font-style: italic;
	border: 1px dashed #FF0000;
	margin: 0 auto;
}

.footer {
	font-size: 10px;
	font-family: Tahoma;
	background: #000000 url(../images/bottom.jpg) bottom no-repeat;
	padding: 10px 10px 15px 10px;
	width: 875px;
	color: #FFFFFF;
	margin: 0 9px 0 2px;
}

.footer a, .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FF0000;
	text-decoration: none;
}

.blocks {
	background: #000000 url(../images/topblock.jpg) no-repeat;
	height: 50px;
	line-height: 40px;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.wprices {
	font-weight: normal;
	color: #000000;
	background: #FEAFAF;
	text-align: left;
	padding-left: 10px;
}

.gallery {
	padding: 30px 30px;
}

.pic {
	border: 3px solid #000000;
}

.optin {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
}

.price1 {
	float: left;
	width: 300px;
	padding-left: 50px;
}

.price2 {
	float: right;
	width: 300px;
	padding-right: 50px;
}

.subred2, .subred2 a, .subred2 a:visited {
	font-size: 16px;
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}

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

.topfoot {
	clear: both;
	background: #c3c3c3;
	padding: 10px;
	text-align: center;
	width: 875px;
	margin: 0 8px 0 2px;
	border-top: 1px solid #000000;
}