/* CSS Michael Fairbairn */

body			{ margin: 0px; 
				  padding:0px; 
				 background-color:#FBF2D2;
				  text-align:center;
				  font-size: 1em;
				  }

img				{ border:0px; }

.clr			{ clear:both; }

#wrapper		{ width:770px;
				  margin:0px auto;
			      text-align:left;
				  background-color:#FBF2D2; 
				  }

#menu			{ float: left;
				  position: relative;
				  width: 160px;
				  height: 400px;
				  background-image: url(images/menu_bg.jpg);
				  }

.menu	 	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 0.9em; 
				  font-style: normal; 
				  color:#333333;
				  padding: 0px 10px 10px 0px;
				  }
.menu A:link		{ color:#333333; text-decoration: none; font-weight:bold;}
.menu A:visited		{ color:#333333; text-decoration: none; font-weight:bold;}
.menu A:hover		{ color:#666666; text-decoration: underline; font-weight:bold;}
.menu A:active		{ color:#333333; font-weight:bold;}				  

.menu TD		{ border: solid 1px #EEDDBE; background-color:#F9EDC1;}			  
				  
#content		{ float: right;
				  position: relative;
				  width: 610px;
				  height: 400px;
				  background-image: url(images/content_bg.jpg);
				  }

.content	 	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 0.79em; 
				  font-style: normal; 
				  color:#333333;
				  padding: 0px 10px 0px 10px;
				  overflow: auto;
				  height: 400px;
				  width: 510px;
				  }
.content A:link			{ color:#333333; text-decoration: none;}
.content A:visited		{ color:#333333; text-decoration: none;}
.content A:hover		{ color:#333333; text-decoration: underline;}
.content A:active		{ color:#333333;}
				  
#footer			{ width: 770px;
				  height: 55px;
				  background-image: url(images/footer_bg.jpg);
				  }
				  
input, select, textarea { background: #ffffff;
				font-family: Tahoma, sans-serif, Verdana, helvetica;
				color:#000000;
				font-size: 0.9em;
				font-weight: normal;
				border: solid 1px #EEDDBE;
				padding: 2px;
				}