body {
	background-color: #231F20;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
table {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}

#outerbox {
	height: 580px;
	width: 970px;
	background-image: url(images/main-bg.gif);
}
#navbar{
	height: 150px;
}
#nav{
	text-align: right;
	padding-right: 40px;
	padding-top: 110px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 18px;
}
#nav a:hover, #nav #current {
	color: #878282;
	text-decoration: none;
}
#leftcol {
	width: 430px;
	height: 400px;
	text-align: left;
	float: left;
}

#leftcol #homecontent {
	height: 280px;
	margin-bottom: 5px;
	background-image: url(images/home-panel-bg.gif);
	margin-left: 40px;
}
#leftcol #aboutcontent {
	height: 400px;
	margin-bottom: 5px;
	background-image: url(images/about-panel-bg.gif);
	margin-left: 40px;
	background-color: #45256F;
	background-repeat: no-repeat;
}
#leftcol #newscontent {
	height: 400px;
	margin-bottom: 5px;
	background-image: url(images/news-panel-bg.gif);
	margin-left: 40px;
	background-color: #402561;
	background-repeat: no-repeat;
}

#leftcol #designercontent {
	height: 400px;
	background-image: url(images/designer-panel-bg.gif);
	margin-left: 40px;
	background-color: #74635B;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#leftcol #content {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#leftcol #content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
}
#leftcol #content H2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#leftcol #designercontent #content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 12px;
	padding: 0px;
}
#leftcol #designercontent #content a {
	color: #231F20;
}

#leftcol #content a {
	color: #FFFFFF;
	text-decoration: underline;
}
#leftcol #content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.darkbrown {
	color: #231F20;
}

#leftcol img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightcol {
	float: right;
	height: 400px;
	width: 535px;
	text-align: left;
}
#outerbox #designerrightcol img, #outerbox #rightcol img, #outerbox #beachrightcol img {
	display: block;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#designerrightcol {
	float: right;
	height: 400px;
	width: 160px;
	text-align: left;
}
#beachrightcol {
	float: right;
	height: 400px;
	width: 325px;
	text-align: left;
}
#newsrightcol {
	float: right;
	height: 400px;
	width: 265px;
	text-align: left;
}
#leftcol #designercontent #content .designers1 {
	float: left;
	width: 240px;
	margin-right: 15px;
	height: 340px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#logobox {
	float: right;
	text-align: right;
	font-size: 16px;
	color: #A09692;
	margin-top: 3px;
	padding-right: 40px;
}
#outerbox #leftcol #designercontent #content img {
	margin-bottom: 3px;
}

#siteby    {
	font-size: 11px;
	margin-top: 3px;
	margin-left: 40px;
}
#siteby a {
	color: #8C807B;
	text-decoration: none;
}
.smalltext {
	font-size: 11px;
	line-height: 11px;
}
