
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: imprint MT shadow;
	color: gray;
	background: url(images/top.jpg) repeat-x;
	background-color: #33FFFF;
}

h1, h2, h3 {
	color: gray;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
	
}

p {
	color: gray;
	text-align: justify;
	font-size: 1.2em;
}

ul li {
	text-align: center;
}

a:link {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: gray;
	text-decoration: none;
}

a:visited {
	color: gray;
	text-decoration: none;
}

/* Content */

#content {
	width: 1000px;
	margin: auto;
	margin-top: 15px;
}

/* google */

#google {
	height: 610px;
	width: 170px;
	float: left;
}

/* Welcome */

#welcome {
	height: 610px;
	width: 830px;
	float: left;
}
#welcome p {
	text-decoration: none;
	text-align: center;
	font-family: Baskerville Old Face;
}

/* Footer */

#footer {
	height: 100px;
	width: 1000px;
	float: left;	
}

#footer p {
	margin-left: 170px;
	text-align: center;
}

#footer a {
	
	color: black;
	text-decoration: none;
}

