body {
    /*background-color: #a6916b;*/
    color: #edce99;
    background-image: url(/static/img/bg5.png);
    background-repeat: repeat-x repeat-y;
    /*font-family:"Lucida Sans Unicode","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;*/
    font-family:Arial,sans-serif;
    font-size:14px;
    /*text-align: center;*/
}

.main_content {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    xborder: 1px solid #ff00ff;
}


.rigg_body_style {
	background-color: #d9d7d7; 
	background-image: url(/static/media/bg2.png); 
	background-repeat: repeat-x;	
}



.rigg_header { 

	/*background-color: #ffffff;*/
	background-image: url(/static/media/bg_house.png);
	background-position: right;
	background-repeat: no-repeat;
	/*border: outset 1px #ff00ff;*/
	/*width: 800px;*/
	/*padding: 5px 5px 5px 5px;*/
	/*height: 170px;*/
}

.rigg_footer {
    background: url(../img/bg5_rotated.png);
    border-left: 2px solid #77674d;
    border-right: 2px solid #77674d;
    border-bottom: 2px solid #77674d;
    color: #77674d;
    text-align: center;
}

.rigg_content {
	/*margin-top: 8px;	*/
    border: 2px solid #77674d;
    background-color: #77674d;
}


.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }


.rounded {}
.rounded .tl {float: left; background: url(../img/corners.png) top left no-repeat; width: 20px; height: 20px;}
.rounded .tmr {margin-left: 20px; height: 20px;}
.rounded .tm {margin-right: 20px; background-color: #77674d; height: 20px;}
.rounded .tr {float: right; background: url(../img/corners.png) top right no-repeat; width: 20px; height: 20px;}
.rounded .bl {float: left; background: url(../img/corners.png) bottom left no-repeat; width: 20px; height: 20px;}
.rounded .bmr {margin-left: 20px; height: 20px;}
.rounded .bm {margin-right: 20px; background-color: #77674d; height: 20px;}
.rounded .br {float: right; background: url(../img/corners.png) bottom right no-repeat; width: 20px; height: 20px;}
.rounded .content {padding-left: 20px; padding-right: 20px; background-color: #77674d;}
/*.rounded .corner {width: 20px; margin: 0px; height: 20px; position: absolute; z-index: 1;}*/


.index_slideshow_main {width: 485px; height: 275px; border: 1px solid #666; background: url(../img/slideshow_bg.png); padding: 5px;}
.index_slideshow_buttons {background-image: url(../img/slideshow_buttons_bg.png); padding-top: 3px; padding-bottom: 3px;}

a {
	color: #b9cc7a;	
    font-family:"Lucida Sans Unicode","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
}

a:link {
	color:#b9cc7a;
}

a:visited {
	color:#b9cc7a;
}

a .nodecor {text-decoration: none;}
a img {border: 0px;}


hr {border: 1px solid #edce99;}

table tbody tr th {text-align: inherit;}

.errorlist {
	color: #ff0000; 
	/*border: 1px solid #ff0000; 
	background-color: #ffff7e;*/
}

