@charset "utf-8";
/* basic setup*/
* {
	margin: 0;
	padding: 0;
}
body {
	background:#000;
}
a {
	outline:none;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	width: 1000px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#nav a:link img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none;
}
#nav a:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none;
}
#nav a:active img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none;
}
#masthead {
	background-color: #000;
	height: 175px;
	width: 1000px;
}
#masthead a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
#nav {
	height: 80px;
	width: 1000px;
}
#spacer {
	background-image: url(img/spacer.gif);
	width: 1000px;
	height: 24px;
}
#main {
	height: auto;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-right: 110px;
	padding-left: 110px;
	padding-bottom: 150px;
}
#main h1 {
	display: block;
	background-color: #CCC;
	height: 70px;
	width: 485px;
	font-size: 60px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 10px;
	border: thin groove #333;
}
#main h2 {
	display: block;
	background-color: #CCC;
	height: 45px;
	width: 485px;
	font-size: 36px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	border: thin groove #333;
}
#main table tr td ul li {
	list-style-position: inside;
	list-style-type: square;
	padding-left: 5px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	text-decoration: none;
	height: 30px;
	width: 1000px;
	text-align: center;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}
#main ul li a {
	color: #333;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: square;
}
#main table tr td ul li {
	padding: 5px;
	list-style-type: square;
}
#imgfloatL {
	list-style-type: none;
	height: 900px;
	width: 534px;
}
#imgfloatL ul li {
	list-style-type: none;
	float: left;
	padding: 2px;
}
#imgfloatL ul li img {
	border: thin solid #666;
}





table tr td {
	vertical-align: top;
}
.googleS {
	height: 60px;
	width: 468px;
}
.twitter {
	width: 400px;
	padding-right: 38px;
	padding-left: 30px;
	height: auto;
}
