@charset "utf-8";
/* CSS Document */

body
{
	background: #383838;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

img
{
	border: 0px;
}

.top
{
	height: 120px;
}
.banner
{
	float: left;
}



.navigation
{
	float: right;
}

.navigation img
{
	border: 0px;
}

.bottomnav
{
	text-align: center;
	font-size: 0.8em;
}

.bottomnav a
{
	color: #ccc;
	font-weight: bold;
	font-size: 1.3em;
}

.container
{
	width: 950px;
	margin: auto;
}

.middle
{
	padding: 5px;
	background: url(images/bg.jpg) repeat-x #666;
}

.content
{
	padding: 10px;
	color: white;
	width: 700px;
	text-align: justify;
}
.contentimg
{
	margin: 3px;
}

.content h1
{
	font: 1.5em Arial, Helvetica, sans-serif white;
}
.content h2
{
	font: 1.2em Arial, Helvetica, sans-serif white;
}
.content h3
{
	font: 1em Arial, Helvetica, sans-serif white;
	font-weight: bold;
}

.content p
{
		font: 0.9em Verdana, Geneva, sans-serif white;
}

.content a:link, .content a:visited
{
	color: white; font-weight: bold;
}

.content a:hover, .content a:active
{
	text-decoration: none;
}

.date
{font-weight: bold; text-decoration: underline;}

.updates
{
	margin-top: 50px;
	float: right;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	background: url(images/updatebg.jpg) repeat-x #CCC;
	color: #383838;
	padding: 5px;
}

.updates h1
{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1em;

}

.aboutbox
{
	margin-top: 50px;
	float: right;
	width: 200px;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}

.aboutbox h1
{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1em;

}

.aboutbox a
{
	color: black;
	font-weight: bold;
}

.footer
{
	text-align: center;
	color: #CCC;
	background: #666;
	width: 950px;
	margin: auto;
	font-size: 0.7em;
	padding-bottom: 3px;
}

.footer a
{
	color: #ccc;
	font-weight: bold;
}

.gallery
{
	width: 100%;
}

.gallery td
{
	border: none;
	width: 171px;
	height: 70px;
	padding: 0px;
}

.gallery img
{
	border: 2px solid black;
}
.gallery img:hover
{
	border: 2px solid white;
}

.galleryitem
{
	text-align: center;
	padding: 10px;
}

.galleryitem a:link, .galleryitem a:visited
{
	color: white; font-weight: bold;
}

.galleryitem a:hover, .galleryitem a:active
{
	text-decoration: none;
}


#twitter_div
{
	color: black
	font-family: Verdana, Geneva, sans-serif;
	
}

#twitter_div h2
{
	font-size: 1em;
}

#twitter_div a
{
	color: black;
}

#twitter_div li
{
	display: inline;
}

#twitter_div span
{
	margin-left: -10;
}