/*
CSS for Mike Reynolds website_who
*/

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}

body	{
		background-color: #000000;
		background-image: url(../images/bkgd.jpg);
		background-repeat: repeat;
		margin-top: 0px;
		font-family: "Verdana", Helvetica, sans-serif;
		font-weight: normal;
		font-size: 0.75em;
		line-height: 1;
		color: #999999;
		text-decoration: none;

}		


a	{
	font-family: "Verdana", Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
			
}

a:link	{
		color: #006767;
			
}

a:visited	{
		color: #006767;
			
}

a:hover	{
		color: #917247;
			
}

a:active	{
		color: #917247;
			
}

#container1 {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 650px;

}

#title	{
			position: relative;
			top: 0px;
			left: 0px;
			width: 820px;
			height: 100px;
			padding: 0px;
	
}

#image	{
			position: relative;
			top: 0px;
			left: 0px;
			width: 820px;
			height: 300px;
			padding: 0px;
	
}

#container2 {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 170px;
	background-image: url(../images/container_bkgd.png);
	background-repeat: repeat;


}




#menu	{
			position: relative;
			top: 0px;
			left: 60px;
			width: 250px;
			height: 170px;
			padding: 0px;
			font-weight: normal;
			font-size: 1em;
			line-height: 1.25;
			color: #917247;
			text-decoration: none;

	
}

#text	{
			position: relative;
			top: -170px;
			left: 310px;
			width: 450px;
			height: 170px;
			padding: 0px;
			font-size: 1em;
			line-height: 1.5;
	
}



#base	{
			position: relative;
			top: -170px;
			left: 0px;
			width: 820px;
			height: 40px;
			padding: 0px;
	
}

#footer	{
	font-family: "Verdana", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.65em;
	color: #666666;
	position: relative;
	top: -170px;
	left: 60px;
	width: 820px;

	
}



#buttons1	{
			position: relative;
			top: -650px;
			left: 310px;
			width: 135px;
			height: 175px;
			padding: 0px;
			z-index: 5;

}

#buttons2	{
			position: relative;
			top: -825px;
			left: 465px;
			width: 135px;
			height: 175px;
			padding: 0px;
			z-index: 5;

}

#buttons3	{
			position: relative;
			top: -1000px;
			left: 620px;
			width: 135px;
			height: 175px;
			padding: 0px;
			z-index: 5;

}

			

