b {
	color: #A49E9E;
	font-size: 10px;
    font-family: century gothic;
    text-transform: uppercase;
    
}


#navcontainer {
	background-color: transparent;
	height: 35px;
	padding-top: 0px;
	padding-bottom: 15px;
	list-style-type: none;
	text-align: center;
	width: 900px;

}


#navcontainer ul {
	background-color: #transparent;
	padding-top: 0px;
	height: 50px;
	list-style-type: none;
	text-align: center;
	width: 900px;

}
	
#navcontainer ul li { 
	display: inline;
	background-color: transparent; 
	height: 50px;
	font-size: 14px;
    font-family: Georgia;
    font-weight: bold;

}
		
#navcontainer ul li a  {
	padding-top: 0px;
	height: 70px;
	padding-left: 15px;
	padding-right: 15px;
	color: #424141;
	background-color: transparent;
	width: 900px;
	font-size: 14px;
    font-family: Georgia;
    border-bottom: 0px dotted #464646;

}
		
#navcontainer ul li a:hover  {
	color: #ffffff;
	background-color: transparent;
	border-bottom: 0px dotted #464646;
}


body {
	margin-top: 0px;
	text-align: center; /* center the layout in IE 5 */
	background-color: #000000;
	background-repeat: repeat-x;
	overflow-x: hidden;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 11px;
    font-family: trebuchet ms; 
    line-height: 17px;
    color: #888888;
    background-image: url('ramon_bg2.png');
	
}

#container {
	width: 1003px; /* the width of our layout overall */
	margin: 0 auto; /* center the layout in mozilla and IE 6+ */
	text-align: left;
}


#header {
	width: 1003px;
	height: 353px;
	padding-bottom: 0px;
}

#bar  {
	width: 900px;
	height: 0px;
	background-color: transparent;
	
}

#content {
	float: right;
	width: 900px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

#footer {
	width: 900px;
	height: 100px;
	clear: both; 
	background-color: #000000;
	text-align: left;
    font-size: 9px;
    font-family: century gothic;
    line-height: 14px;
    background-image: url('');
    background-repeat: no;
    border-top: 1px dotted #464646;
}

              
.head { 
	text-align: left; 
	font-family: Georgia; 
	text-transform: capitalize; 
	font-size: 12pt;
	font-weight: bold;
	color: #363636; 
	border-left: 0px solid #141414;
	padding-left: 33px;
	padding-bottom: 0px;
	margin-top: 0; 
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-image: url('keys.jpg')

}   
               
.sub { 
	text-align: left; 
	font-family: arial; 
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #6F6E6E; 
	border-left: 0px solid #080808;
	font-size: 6pt; 
	padding-left: 0px;
    margin-top: 0px; 
    margin-bottom: 0;
    border-bottom: 1px dotted #464646;

}  

.special { 
	font-family: georgia; 
	color: #98B0B4; 
	font-style: italic;
	
}  

.bioimage { 
	padding-right: 5px;
	padding-bottom: 0px;
	
}  



.special2 { 
	font-family: georgia; 
	color: #A68500; 
	font-weight: bold;
	
}  

blockquote {
	padding: 5px;
	width: 120px;
	background-color: #050505;
	border-left: 12px solid #080808;

}
	
A:link { 
    text-decoration: none;
    border-bottom: 1px dotted #464646;
	color: #CECCCC; 
	
} 

A:visited { 
    text-decoration: none;
    border-bottom: 1px dotted #464646;
	color: #CECCCC; 
	
} 

A:hover { 
	background-color: #000000; 
	color: #5D5D5D; 
	cursor: help; }