
* { 
	padding: 0; 
	margin: 0; 
	border: 0; 
	} 

body {
	font: 10px/1.3 verdana, tahoma, sans-serif;
	background: #ccc url("images/background-page.gif") repeat-x;
	/*background-color:#f7f7f3;*/
	text-align: center;
	color: #333;
	overflow-y:scroll;
	}
	#wrapper {
	position: relative;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	border-bottom: 3px solid #903;
	}

	#masthead {
			border: 1px solid #000;
			background: #fff;
			margin-bottom:10px;
			
		}
		
		#masthead img{
		width:898px;
		height:98px;
		border: 1px solid #C0C0C0;
		border-bottom:1px solid #FFFFFF;
		
		}
/*#crumbs {
			background: #f0f0f0;
			padding: 6px;
			margin-bottom: 45px;
			}*/
	#all{
	clear:both;
	width:900px;
	zoom:1;
	overflow:hidden;
	*height:auto;
	background:#FFF;}
/*----------------------------------------------left-------------------------------*/
#left{
float:left;
padding:0;
width:289px;
*width:299px;
height:500px;
background:#eee;
border-right:1px solid #CCC;
}

p{
font-size:1.2em;
word-wrap:break-word;
}
#left a {

	display: block;

	background: #BF3E18 url(vmenuarrow.gif) no-repeat center left;

	color: #FFFFFF;

	padding: 5px 0 5px 19px;

	margin: 0 0 1px 0;

	text-decoration: none;

}



#left a:hover {

	color: #FFFFFF;

	background: #822C0F url(vmenuarrowhover.gif) no-repeat center left;

}
/*----------------------------------------------right------------------------------*/
#right{
padding:20px 30px;
float:right;
width:500px;
*width:600px;
}

#right h1{
font-size:1.5em;
text-align:center;
margin-bottom:20px;}
#right p{
font-size:1.2em;
word-wrap:break-word;
}
