html
{
	height:100%;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
}
body
{
	margin:0 auto;
	padding:0;
	color:#ccc;
	background-color:#aaa;
	text-align:center;
	width:770px;
	height:100%;
}
h1 {font-size: 1.0em;font-weight:normal;}
h2 {font-size: 1.0em;}
h3 {font-size: .9em;}
h4 {font-size: .8em; margin: .5em 0;display:inline;}
img
{
	border:0;
}

p
{
	margin:1em 0;
}

.small {font-size: .9em;}
.alert {color: red;}

.left
{
	float:left;
}
.right
{
	float:right;
}
.clear
{
	clear:both;
}
.clearleft
{
	float:left;
	clear:left;
}
.center
{
	text-align:center;
}
img.left, img.clearleft
{
	margin: 0 1em .5em 0;
}
img.right
{
	margin: 0 0 .5em 1em;
}


	div#menu
	{
		padding-top:80px;
		font-size:11px;
		font-weight:bold;
	}
	div#menu ul,li
	{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
		#menu a:link, #menu a:visited
		{
			display:block;
			margin:0;
			padding:3px 0 3px 10px;
			white-space: nowrap;
			color: #ccc;
			background-color: transparent;
			text-decoration:none;
		}
		#menu a:hover
		{
			color: #FFFFFF;
			background-color: transparent;
			text-decoration:none;
		}
		#menu a:link.current, #menu a:visited.current
		{
			color: #222;
			background-color: transparent;
		}
		div#menu img
		{
			float:left;
			margin:0 4px 4px 0;
		}
		div#menu div#thumbs
		{
			padding:5px 0 5px 5px;
		}
		div#menu div#thumbs a
		{
			display:inline;
			padding:0;
		}
		
.links, .footerlinks
{
	text-align:center;
	font-size:10px;
}
a:link, a:visited
{
	color: #bbb;
	background-color: transparent;
	text-decoration:underline;
}
a:hover
{
	color: #fff;
	background-color: #888;
	text-decoration:underline;
}
a.logo:hover {background-color:transparent;}
.footerlinks a:link, .footerlinks a:visited
{
	color: #444;
}
.footerlinks a:hover
{
	color: #000;
	background-color: #999;
}

div#leftside
{
	float:left;
	width:500px;
	height:500px;
	text-align:center;
}
div#rightside
{
	float:right;
	width:270px;
	height:500px;
	text-align:left;
	color:#fff;
}

div#content
{
	width:770px;
	height:500px;
	margin-top: 40px;
}
div#text
{
	background-color:#fff;
	color:#333;
	width:460px !important;
	width:500px;
	height:460px !important;
	height:500px;
	padding:20px;
	text-align:left;
	font-size:90%;
}

div.spacer
{
	clear:both;
}

div#footer
{
	width:770px;
	height:22px !important;
	height:32px;
	background-color:#eee;
	color:#333;
	font-size:10px;
	
	padding-top:8px;
}