@charset "utf-8";
/* CSS Document */

/** {
margin: 0;
padding: 0;
}
*/

body {
	background: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

a 
{
	color: #000000;
}
a:hover 
{
	color: #000000;
}
a.my_button:link, a.my_button:active, a.my_button:visited 
{
	/*display: block;*/
	width: 115px;
	height: 50px;
	background-image: url('http://www.yokohonda.com/images/linkshovero.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
}
a.my_button:hover 
{
	background-image: url('http://www.yokohonda.com/images/linkshover.jpg');
	background-repeat: no-repeat;
}

/*
ul 
{ 
	list-style-type: none; 
	margin: 0; 
	padding-left: 0px; 
}
	ul li 
	{ 
		padding: 0 0 3px 0; 
		border-bottom: 1px dotted #000; 
	}
	ul li a 
	{ 
	}
	ul li a:hover 
	{ 
		text-decoration: none; 
		color: #000000; 
	}
*/
	img 
	{ 
		border: none; 
	}

#wrap 
{
	margin: 0px auto;
	width: 971px;
	background: #fff;
	/*padding: 10px; try not to use padding or margins on wrappers*/
}
#wrap2 
{
background-image:url('/contactbg.jpg');
	background-repeat:no-repeat;
	margin: 0px auto;
	background-position:bottom center;
	width: 999px;
	height:700px;
	/*padding: 10px;*/
}
#wrap3 
{
	margin: 0px auto;
	width: 971px;
	background-image:url(images/biopage.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:800px;
}

#header 
{
}
#header h1 
{
	font-size: 22px;
	letter-spacing: -1px;
	color: #000;
	margin: 0;

}
#header h1 a 
{
	color: #000000;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}
#header h1 a:hover 
{
	color: #aaa;
}

#menu 
{
	/*margin-left: 300px; This may have been the cause why it does not work*/
	/*width: 999px; old */
	width:100%;
	/*margin-right: auto; no need*/
	margin-top: 10px;
	/* height:30px;  old*/
	height: 50px;
	font-family: "Monotype Corsiva", "Apple Chancery", "URW Chancery L", cursive;
	font-size:28px;
	color:#000000;
	background: #ffffff;
}

	/* Modified by HumbleCSS */
	#menu ul 
	{
		margin:0px;
		text-align:center;
	}
	
		#menu ul li 
		{
			display:inline !important;

		}
			#menu ul li a 
			{
				display:inline-block;
				text-decoration:none;

			}
			#menu ul li a:hover 
			{

			}
	/* EOF Modification */

#news
{
	float: right;
	width: 353px;
	padding: 0px;
	margin-top: 100px;
	font-size:14px;
	position:absolute;
	left:1029px;
	top:101px;
	line-height:15px;
}
#news2
{
	float: right;
	width: 421px;
	padding: 0px;
	margin-top: 80px;
	font-size:12px;
	position:absolute;
	left:985px;
	top:-2px;
	line-height:13px;
	height: 1099px;
}
#bio
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 999px;
	padding: 0px;
	font-size:14px;

}

.left 
{
	margin-top: 10px;
	text-align: justify;
}
.left h2 
{
	color: #000;
	font-size: 17px;
	font-weight: 100;
	letter-spacing: -1px;
}
.left h2 a {
}
#textnews
{
	float: left;
	width: 500px;
	/*margin-left:150px;*/
	padding: 8px;
	font-size:14px;
}

#bionews
{
	float: left;
	width: 500px;
	/*margin-left:150px;*/
	padding: 8px;
	font-size:12px;
}

#bottom 
{
	background: #ffffff;
	margin-top: 600px;
	color: #fff;
}

.column 
{
	float: left;
	width: 240px;
	padding: 8px;
}
.column h2 
{
	padding: 5px 0 10px 10px;
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -1px;
}
/*
.column ul 
{
	padding: 10px;
}
.column ul li a:hover 
{ 
	color: #000; 
}
.column ul li a 
{ 
	color:#fff;
}
*/

#footer 
{
	background: #ffffff;
	height: 24px;
	color: #000000;
	text-align:center;
	font-size: 12px;
}
#footer2 
{
	background: #ffffff;
	height: 24px;
	color: #000000;
	text-align:center;
	font-size: 12px;
	position:absolute;
	top: 1202px;
	left: 256px;
	width: 1053px;
	padding-top:30px;
}
#footer a 
{ 
	color: #FF9FA1 
}

#footer2 a 
{ 
color: #FF9FA1 
}
