/* CSS Document */

body {background-image: url("images/gt.jpg");
}

.blue {background-image: url("images/greyshade.jpg");
}

.footer {
	font-size: 15px;
	background-image: url("images/grey.jpg");
	 height: 25px;
	 width: 800px;
	text-align:center;
	 margin-left:auto;
     margin-right:auto;
	  border-bottom: solid;
			border-left: solid;
			border-right: solid;
	  		border-width:1px
}

.whitebox {
background-color:#EEEEEE;
background-image: url("images/white.jpg");
border-left: solid;
			border-right: solid;
	  		border-width:1px
}

.subtitle {color:#0000FF;
			font-size:25px;
			font-variant:small-caps;
			font-weight:bold;
	}
	
.content {
	font-size:16px;
}
	
.title { height: 300px;
			width: 800px;
			margin-left:auto;
			margin-right:auto;
			background-image: url("images/Main-Beachy.jpg");
			 border-top: solid;
			border-left: solid;
			border-right: solid;
	  		border-width:1px
}

.center
{
margin-left:auto;
margin-right:auto;
width:70%;
}

.border {
	border: solid;
	border-width:1px;
	height: 145px;
	width: 165px;
}

.buttons {font-size:14px;
			font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		    font-weight:bold;
			font-variant:small-caps;
			color:#EEEEEE;
}

.bold {font-weight:bold;
			color:#000000;
}

.margin {margin:20px;
}

pp {text-align:left;}
table {background-color=#white
}

a {
color:#000000; 
}

span {
color:#EEEEEE; 
}

.underline {
			color:#000000;
			font-weight:bold;
			text-decoration:underline;
}

