/* basic elements */


#container {
	position: relative;
	width: 100%;

}

div#header { 
	position:relative;
	width:100%;
	float:left;
	text-align:center;
}


div#bannerArea { 
	position:relative;
	width:950px;
	height:320px;
	margin:0 auto;
	text-align:left;

}
div#mid{
	position:relative;
	width:100%;
	float:left;
	text-align:center;
}

div#content{
	position:relative;
	width:790px;
	min-height:520px;
	margin:0 auto;
	text-align:left;	
}


#leftCol {
	float:left;
	background-image:url(../../../www/images/web/leftcolBg.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	min-height:300px;
	margin:0px 0px 20px 15px;

	border-right:1px solid #333333;


}
/* Hack per explorer 6*/
#leftCol {width:550px;}
html>body #leftCol {width:570px;}


#rightCol {
	float:left;
	width:200px;
	font-size:11px;
	text-align:right;
	min-height:300px;


}



div#footer{
	position: relative;
	bottom:0px;
	width:100%;
	height: 74px;
	background-image:url('../../images/web/bg_footer.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	float:left;
	text-align:center;
}

div#linkContainer{
	position:relative;
	width:910px;
	margin:0 auto;
	text-align:left;	
}

div#pixelLink{
	position:absolute;
	width:200px;
	height:20px;
	top:48px;
	left:40px;
}

div#copyrightButton{
	position:absolute;
	width:300px;
	height:20px;
	top:48px;
	left:620px;
}

div#pageNavGuestbook{
	border-top:5px solid #454545;
	float:left;
	margin:5px;
	padding:5px;
	width:530px;
	margin:0 auto;

}

div#navbar_Rs{

}

div#navbar_Rs div{
	border-bottom:1px solid #252525;
	background-color:#151515;
	float:left;
	margin:3px;
	padding:3px;

}
