﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:#F4FDFE;
	font-size:medium;
	
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 400px;
	background-image:url('images/gradient.php.jpg'); 
	background-repeat:repeat-x;
	background-color:#F4FDFE;
	
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
	padding-left: 10px;
}

#footer {
	margin-left: 200px;
	clear: both;
}

#buttonwidth {
	width:154px;
}

div.img
{
  margin: 2px;
  border: 0px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  /* margin: 0 auto; */

}
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  
}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}


a:Link {
	text-decoration: underline;
	color: blue ;
}

/* 	color:#8F5929;
*/

a:Hover  {
	color : red; font-weight: bold;
	text-decoration : underline;
}

