/*
   CSS styles for the Todd McBride Web Site
   

   Filename: 		mcbride.css
   Author:		Todd McBride

*/
body		{
	margin: 0; 
	padding: 0; 
	font: 10pt arial,sans-serif;
	color: black;
	text-align: left; 
	background-color: white;
}
h1			{
	color: #00008B;
}
h2		{
	color: blue;
	
}
ul		{
	list-style-type: none;
}
address	{
	border-top: 3px solid blue;
	font: 8pt arial,sans-serif;
	text-align: center;
}
address a {text-decoration: none; color: blue}
a	{
	color: blue; text-decoration: none;
}
a:hover		{
	color: #00BFFF;
}
#page	{
	margin: 10px; 
	width: 960px;
	
}
#topportion	{
	padding: 5px 0 1px 0;
	border-bottom: 3px solid blue;
	text-align: left;
}
#middleportion	{
	text-align: left;
	margin-top: 1px;
	margin-left: 150px;
	padding-left: 5px;
	border-left: 2px solid blue;
	padding-right: 10px;
	height: 450px;
}
#linkimage	{
	float: right;
	margin: 1px;
	border-top: 0;
	border-right: 0;
	border-left: 1px solid white;
	border-bottom: none;
}
#links		{
	float: left;
	width: 150px;
	text-align: left;
}
#links a		{color: blue; text-decoration: none}
#links a:hover	{color: #00BFFF}
/*
ul#navlist		{margin-left: 0; padding-left: 0; white-space: no-wrap}
#navlist li		{display: inline; list-style-type: none}
#navlist a		{padding: 0px 15px 0px 10px; color: #e6f1d8; text-decoration: none; font-size: 12pt}
#navlist a:hover	{color: #a35312; background-color: #283713}
#middleportion	{background: url(graphics/midbackground.gif); width: 960px; height: 384px; border-bottom: 5px solid white}
#middleportion h2	{color: #a35312; font-family: georgia}
#middleportion h5	{color: #6c9634; font-variant: small-caps; background-color: #abd079; width: 500px; border: 2px solid #a35312}
#graphic		{position: absolute; top: 208px; left: 232px}
img				{border: 0px}
address			{font-style: italic}
#news			{float: left; margin: 0 50px 0 50px; color: #a35312}
#about			{text-align: left; margin: 0 50px 0 50px}
#about p			{color: #a35312}
#contact		{margin: 0 10px 0 10px}
*/

