/* CSS Document */
body {	text-align:center; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:14px;
		margin: 0px 0;
		padding: 0;
		background-color: #000000; 
}

#page {	margin:0 auto; 
		background-color:#4f4840;
		width:820px; 
		text-align:left;
}

#logo{ 	display:block;
		width:200px; 
		height:400px; 
		background:url(../images/oro_masthead.jpg);
		margin-left:10px; 
		color:#000000; 
		background-color:#000000;
}

#header{	float:right;
			width:600; 
			margin-right:10px;
}

#left{
	text-transform:uppercase;
	position:relative;
	top:10px;
	line-height:1.4em;
	text-align:right;
	width:180px;
	font-size:11.5px;
	color:#CCCCCC;
	margin-left:10px;
}
		
#left a{
	color:#FFFFFF;
	text-decoration:none;
}

#left a:hover{	color:#ffffff; 
				text-decoration:underline;
}
		
#titles{ 	position:relative; 
			top:-3px; 
			height:32px; 
			width:580px; 
			background-image:url(../images/headers/oro_header.jpg); 
			color:#FFFFFF; 
			font-size:24px; 
			text-transform:uppercase; 
			text-align: right; 
			padding:8px 20px 0 0;
}
#container{	margin:0 auto;
			background-color:#000000; 
			width:800px;
			position:relative;
			top:-3px;
			border-top: 1px solid #fff;
}

#generalcontentcontainer{
			float:right;
 			width:560px;
			position:relative;
			top:-0.5px; 
  			background-color: #272727;
  			padding:20px;
 
}

.content{
	width:520px;
	color:#E4E4E4;
	font-size:13px;
	padding:20px;
	min-height: 190px;
	background-color: #4f4840;
	text-align: left;
}
  
.generalcontent p {  clear:both;
  font-size:          10pt;
  font-style:         normal;
  font-weight:        normal;
  text-align:         left;
  color:              #a7a4a0;
  margin-bottom:      2px;
}

.generalcontent strong
{
  color:              #fff;
}

#footer{	margin:0 auto; 
			position:relative;
			top:-6px;
			width:800px; 
			text-align:center; 
			line-height:3.5;
 			height:40px;
  			background-color: #272727;
 			border-top: 1px solid #fff;
  			border-bottom: 40px solid #000;
  			font-weight:normal;
  			font-size:8.5pt;
  			color:#95918C;
}

#footer a, #footer a:visited, #footer a:active
{
  	font-size:8.5pt;
  	color:#95918C;
  	font-weight:normal;
  	text-decoration:none;
}

#footer a:hover {	font-size:8.5pt;
  					color:#95918C;
  					font-weight:normal;
  					text-decoration:underline;
}

#email a{ color:#a7a4a0; text-decoration: none;}
#email a:hover{color:#7d7d7d;}