/* Annabel Croft CSS Layout */

body 		{ margin: 0px; 
			  padding:0px; 
			  text-align:center; 
			  background-color: #ffffff;
			  background-image: url(images/body_bg.jpg);
			  background-repeat: repeat-x;
			  }

img			{ border:0px; }
.clr		{ clear:both; }

#wrapper	{ width:995px;
			  height: 640px;
			  margin: 0px; 
			  padding:0px; 
			  text-align:center;
			  background-image: url(images/tennis_bg.jpg);
			  background-repeat: no-repeat;
			  }

#container	{ width: 770px;
			  margin:0px auto;
			  text-align:left;
			  } 

#top		{ height: 270px;}

#topright	{ float: right; position:relative; width: 430px;}

.top		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 12px; 
	  		  font-style: normal;
			  font-weight: normal; 
	  		  color:#452E17;
			  padding: 50px 35px 10px 35px;
			  text-align: left; 
	  		  }
.top A:link		{ color:#452E17; text-decoration: none; font-weight: bold; }
.top A:visited	{ color:#452E17; text-decoration: none; font-weight: bold;}
.top A:hover		{ color:#000000; text-decoration: underline; font-weight: bold;}
.top A:active	{ color:#452E17; font-weight: bold;}

#content	{ width:770px;}

#contentleft	{ float:left; position: relative; padding: 10px 0px 10px 35px;}
#contentright	{ float:right; position: relative; width:395px;}

.content		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 12px; 
	  		  font-style: normal;
			  font-weight: normal; 
	  		  color:#452E17;
			  padding: 10px 35px 10px 0px;
			  text-align: left; 
	  		  }
.content A:link		{ color:#452E17; text-decoration: none; font-weight: bold;}
.content A:visited	{ color:#452E17; text-decoration: none; font-weight: bold;}
.content A:hover	{ color:#000000; text-decoration: underline; font-weight: bold;}
.content A:active	{ color:#452E17; font-weight: bold;}

.giles		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal;
			  font-weight: normal; 
	  		  color:#452E17;
			  text-align: left; 
	  		  }
.giles A:link		{ color:#452E17; text-decoration: none; font-weight: bold;}
.giles A:visited	{ color:#452E17; text-decoration: none; font-weight: bold;}
.giles A:hover	{ color:#000000; text-decoration: underline; font-weight: bold;}
.giles A:active	{ color:#452E17; font-weight: bold;}

.foot		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal;
			  font-weight: bold; 
	  		  color:#452E17;
			  padding: 10px 0px 10px 35px;
			  text-align: left; 
	  		  }
.foot A:link		{ color:#452E17; text-decoration: none; font-weight: bold; }
.foot A:visited	{ color:#452E17; text-decoration: none; font-weight: bold;}
.foot A:hover		{ color:#000000; text-decoration: underline; font-weight: bold;}
.foot A:active	{ color:#452E17; font-weight: bold;}


h1			{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
			  font-size: 16px; 
			  font-style: normal; 
			  color:#452E17; 
			  display: inline;
			  }