@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.png);
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#wrapper #header {
	background-image: url(../images/rvg-original-designs.jpg);
	background-repeat: no-repeat;
	height: 124px;
}
#wrapper #leftcol {
	background-image: url(../images/leftcolbg.jpg);
	float: left;
	width: 300px;
	background-repeat: repeat-y;
	height: 600px;
}
#wrapper #rightcol {
	float: right;
	width: 279px;
	height: 600px;
	background-color: #E7DAA1;
}
#wrapper #clear {
	clear: both;
	background-image: url(../images/clearimage.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #leftcol #nav {
	background-image: url(../images/navbottomleft.jpg);
	background-position: bottom;
	height: 200px;
	background-repeat: no-repeat;
	background-color: #C6B678;
}
#wrapper #leftcol #nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	list-style-type: none;
	text-indent: 125px;
	background-image: url(../images/navrule-g.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#wrapper #leftcol #nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #leftcol #nav a:hover {
	color: #999999;
	text-decoration: none;
}
#wrapper #leftcol #layn {
	background-image: url(../images/layn.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 120px;
}
#wrapper #center {
	background-image: url(../images/navbottomr.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 600px;
}
#wrapper #center #contenttop {
	height: 210px;
}
#wrapper #right #maincontent {
	height: 390px;
	width: 340px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	padding-right: 20px;
	padding-left: 20px;
}
#wrapper #right img {
	background-position: right top;
}
#wrapper #center #contentbottom {
	height: 380px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 18px;
	font-size: 16px;
	line-height: 22px;
}
#wrapper #right {
	float: right;
	width: 660px;
	height: 600px;
	background-image: url(../images/rightcolbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#wrapper #right #centercontent {
	background-image: url(../images/navbottomr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 210px;
	width: 380px;
}
#wrapper #right img {
	margin-right: 0px;
}
#wrapper #right #model {
	float: right;
	width: 280px;
}
#wrapper #right #model h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-align: center;
	line-height: 18px;
	padding-right: 54px;
	padding-left: 110px;
	padding-top: 12px;
}

#wrapper #right #model .indent {
	float: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-align: center;
	padding-top: 6px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	padding-top: 40px;
	padding-right: 60px;
	padding-left: 18px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 21px;
	color: #666666;
	font-weight: normal;
	padding-left: 60px;
	padding-right: 12px;
	text-align: center;
	padding-top: 50px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
