/*---------------css styles--------------------*/
	
	html {
		overflow: -moz-scrollbars-vertical;
	  }

	body
	{
		font: 72% 'lucida grande',tahoma,sans-serif;
		padding:0px;
		margin:0px;
		background-image:url(../img/bg_top.jpg);
		background-repeat:repeat-x;
		width:100%;
		height:100px;
		font-weight: normal;
		line-height: 145%;
		color:#666666;
		padding:0;
		margin:0;
	}
	
	p {
		color:#666666;
		line-height: 125%;
	}
	img{
		border:0px;
	}
	h1
	{
		font-family: Georgia;
		font-size: 250%;
		font-weight: normal;
		font-style: italic;
		line-height: 145%;
		color:#B34315;
		padding-bottom:5px;
		margin:0;
	}
	
	h2
	{
		font-family: Georgia;
		font-size: 120%;
		font-weight: bold;
		color:#B34315;
		margin:0;
	}
	
	b
	{
		color:#B34315;
		font-weight:bold;
	}
	
	a:link {
		outline:0px;
		color: #F68026;
		text-decoration: underline;
	}
	
	a:active {
		color: #F68026
		text-decoration: underline;
	}

	a:visited {
		outline:0px;
		color: #F68026;
		text-decoration: underline;
	}

	a:hover {
		outline:0px;
		color: #B34315;
		text-decoration: underline;
	}

	
	img{
		border:0px;
	}
	
	.container{
		 width:850px;
		 text-align:left;
		 min-height:600px;
	 }

	.footer
	{
		padding-left:100px;
		font-style:italic;
		color:#B34315;
		font-size:90%;
		font-weight:bold;
		padding-top:20px;
	}
	 
	 .menu
	 {
		text-align:right; 
		padding-top:55px;
	 }
	 
	 .leftColumn
	 {
	 	 width:265px; 
		 float:left; 
		 padding-left:100px; 
		 padding-top:100px;
		 padding-right:10px;
	 }

	 .rightColumn
	 {
		width:475px; 
		float:left; 
		text-align:right; 
		padding-top:50px;
	 }
	 
	
