body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.lightgrey {
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
.whiteout {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
strong {
	font-weight: bolder;
}

#outerwrapper {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #231F20;
	overflow: hidden;
}
#wrapper #mainimage {
	float: left;
	height: 600px;
	width: 400px;
}
#outerwrapper #wrapper #strip {
	float: left;
	height: 600px;
	width: 25px;
	background-image: url(../images/strip.jpg);
	background-repeat: repeat;
}
#outerwrapper #wrapper #menuwrap {
	height: 30px;
	float: left;
	width: auto;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
#outerwrapper #wrapper #leftwrap {
	float: left;
	height: auto;
	width: 320px;
	margin-top: 10px;
	margin-left: 10px;
}
#outerwrapper #wrapper #leftwraplarge {
	float: left;
	height: auto;
	width: 520px;
	margin-top: 10px;
	margin-left: 10px;
}
#outerwrapper #wrapper #rightwrap {
	float: left;
	height: auto;
	width: 190px;
	background-color: #999;
	border: 1px solid #000;
	margin-top: 50px;
	margin-left: 20px;
}
#outerwrapper #wrapper #rightwrap .quotetext {
	padding: 15px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
}
#outerwrapper #wrapper #rightwrap .quotetext p {
	color: #FFF;
}
#outerwrapper #wrapper #rightwrap .newsletter {
	padding: 10px;
}

#outerwrapper #footer {
	height: 80px;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	background-color: #231F20;
}
#outerwrapper #footer .footertext {
	margin: 0px;
	padding: 15px;
}
#outerwrapper #wrapper #leftwraplarge .messagewrap {
	border: 1px solid #000;
	width: 400px;
	margin-left: 50px;
	background-color: #CCC;
}
#outerwrapper #wrapper #leftwraplarge .thumb {
	float: left;
	height: 100px;
	width: 100px;
	border: 2px solid #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
}

