/* CSS Document */

#container
{
	margin: 0 auto;
	width: 900px;
	background: #ddd;
}

#header
{
	background: transparent url(index_files/topbk.png); 
  background-repeat: repeat-x;
	padding: 0px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 900px;
	background: #eee;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 0;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #ddd;
}

#navigation li a:hover { background: #383; }

#content-container
{
	float: left;
	width: 900px;
	}

#lside
{
	clear: left;
	float: left;
	width: 400px;
	padding: 20px 0;
	margin: 0 0 0 70px;
	display: inline;
  text-align:center;
}

#lside h2 { margin: 0;
text-align:center; 
font-size:48px; 
line-height:52px;
font-family:Lucida, Georgia,Serif;
}

#lsidemenu  { width:350px; }
#lsidemenu ul li {height:110px;
list-style-type: none;
background: #ddd url(index_files/lm.png) no-repeat 100% 0;
font-family:Arial, Helvetica, sans-serif;
font-size:24px; 
line-height:86px;
 color:#1d1918;
  font-weight:bold; 
  text-align:center;
 
   margin:0 15px;
}
#lsidemenu li a {text-decoration: none;}


#rside
{
	float: right;
	width: 350px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}

#rside h3 { margin: 0; }

#menunav {width:300px;}
#menunav ul li {height:95px;
list-style-type: none;
background: #ddd url(index_files/lm.png) no-repeat 100% 0;
font-family:Arial, Helvetica, sans-serif;
font-size:20px; 
line-height:78px;
 color:#1d1918;
  font-weight:bold; 
  text-align:center;}
#menunav ul li.rh {

background: #ddd url(index_files/rh.png) no-repeat ;
}
#menunav ul li.rm {

background: #ddd url(index_files/rm3.png) no-repeat ;
}

#menunav li a {text-decoration: none;
}
#pscroller1{
width: 850px;
height: 50px;

padding: 5px 5px 5px 14px;
text-align: left;
font-size:14px; 

}
#pscroller2{
width: 350px;
height: 50px;
padding: 3px;

font-size:14px; 
}
#pscroller2 a{
text-decoration: none;
}

#footer
{
	clear: left;
	background: #ccc;
	text-align: right;
	padding: 20px;
	height: 1%;
}
