/* CSS Document */
body {
	color: #000000;
	background-color: #7D664F;
	background-image: url(images/page_bg.jpg);
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
/* DIV */
.wrapper
{
	width: 800px;
	background-color:#ffffff;
	background-repeat: repeat-y;
	margin: auto;
}
.header
{
	width: 800px;
	background-image:  url(images/header1.jpg);
	background-repeat: no-repeat;
}
.footer-up
{
	width: 800px;
	height:30px;
	background: url(images/footer.jpg);  
	background-repeat: no-repeat;
	
	margin:0 auto;
}
.footer
{
	width: 800px;
	height:5px;

}
.content
{
	width: 800px;
	padding-bottom: 100px;
}
#left {
	float: left;
	width:530px;
	padding-top: 170px;
	padding-left: 35px;
	padding-bottom: 35px;
	text-align: justify;
	padding-right: 27px;
}
#right {
	float: right;
	width: 200px;
	padding-top: 180px;
	text-align: left;
}
.rmenu_item {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	padding-top: 9px;
	height: 8px;
	margin-left: 2px;
	padding-right: 2px;
}
.webdesign
{
	color: #504437;
	background-color: inherit;
}
/* TEXT */
h1
{
	margin: 0 0 0 0;
	color:#351A07;
	font-size: 17px;
}
h3
{
	margin: 0 0 0 0;
	color:#351A07;
	font-size: 14px;
	font-weight:bold;
}
h2
{
	margin: 0 0 0 0;
	font-size: 12px;
}
/* LINKS */
a.rmenu_link, a.rmenu_link:visited
{
	color:#351A07;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
}
a.rmenu_link:hover
{
	color: #65605D;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}


#footer {
	margin: 5px auto;
	width: 750px;
	height:30px;
	padding: 0 5px 0 5px;
	color:#FAEFB7;
}

#footer p {
	padding-top: 10px;
	padding-bottom: 25px;
	line-height: 1.8em;
	color: #FFF200;
	background: #FAEFB7;
}

#footer a {
	color: #FAEFB7;
	background: inherit;
}


/*New Added Classes*/

#row_large {
background-color: #ffffff;
}
#row_large #cell_large {
display: inline;
}

#row_small {
width:800px;
position:relative;
margin:0px auto;
}
#row_small #cell_small {
display: inline;
}










