@charset "utf-8";
#header {
	background-color: #202020;
	float: left;
	height: 100px;
	width: 220px;
	text-align: center;
}
#topnav {
	background-color: #202020;
	float: left;
	height: 80px;
	width: 560px;
	font-size: 24px;
	color: #669900;
	text-decoration: none;
	text-align: right;
	padding: 10px;
	font-weight: bold;
}
#main {
	background-color: #202020;
	float: left;
	height: 1280px;
	width: 600px;
	text-align: center;
}
#right {
	background-color: #202020;
	float: left;
	height: 1260px;
	width: 180px;
	color: #669900;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#googleone {
	height: 50px;
	width: 580px;
	float: left;
	background-color: #202020;
}
#googletwo {
	height: 50px;
	width: 220px;
	float: left;
	background-color: #202020;
}

#footer {
	background-color: #202020;
	float: left;
	height: 80px;
	width: 780px;
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
a:link {
	color: #669900;
	text-decoration: none;
}
a:hover {
	font-size: 1.1em;
	color: #a8ca65;
}
a:visited {
	color: #669900;
	text-decoration: none;
}

#wrapper {
	height: auto;
	width: 800px;
	margin: auto;
	background-color: #202020;
}
tr {

}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#insidefullmain {
	background-color: #202020;
	padding: 20px;
	height: auto;
	width: 760px;
	float: left;
}

h1 {
	color: #FFF;
	font-size: 16px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#insidemain {
	height: auto;
	width: 560px;
	padding: 20px;
}

html {
	margin: 0px;
	padding: 0px;
}
#fullmain {
	background-color: #202020;
	float: left;
	height: auto;
	width: 800px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

