/* CSS Document */

body
{
	overflow:auto;
	background-color:#888888;
	background-image:url(bgGradient.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:9pt;
}

h1
{
	font-size:12pt;
}

a
{
	text-decoration:none;
}

a:hover img
{
	border:none;
	cursor:pointer;
}
a img
{
	border:none;
	cursor:pointer;

}
a:hover
{
	color:#FFFFFF;
}

#container
{
	margin:0;
	padding:0;
	width:800px;
	height:auto;
	border-color:#000000;
	background-color:#FFFFFF;
	border-style:double;
	border-width:thick;
}

#logo
{
	height:120px;
	width:auto;
}

#navigation
{
	width:800px;
	height:auto;
}

.nav
{
	color:#FFFFFF;
	text-decoration:none;
	border-style:solid;
	border-width:2px;
	border-top-color:#FF0000;
	border-bottom-color:#440000;
	border-left-color:#880000;
	border-right-color:#DD0000;
	text-align:center;
	vertical-align:middle;
	background-color:#990000;
	display:table-cell;
	margin:0;
	padding:0;
	width:160px;
	height:23px;
}

.nav:hover
{
	background-color:#BB0000;
}


#content
{
	text-align:left;
	display:table;
	margin:0;
	padding:0;
}

#updates
{
	width:150px;
	height:auto;
	background-image:url(images/09yaf.jpg);
	/*background-color:#399758;*/
	display:table-cell;
	margin:0;
	padding:0;
	vertical-align:top;
	text-align:left;
}

#updates img
{
	width:150px;
	height:auto;
	margin:0;
	padding:0;
}

#message
{
	width:500px;
	height:auto;
	background-color:#C0C0C0;
	display:table-cell;
	margin:20px;
	padding:0;
}

#info
{
	display:table;
	margin:0px 20px 0 20px;
	width:auto;
	height:auto;
}

#reel
{
	width:150px;
	height:auto;
	display:table-cell;
	background-image:url(images/reel.jpg);
	margin:0;
	padding:0;
	overflow:hidden;
	text-align:right;
	vertical-align:top;
}
#reel img
{
	width:148px;	
}


#footer
{
	color:#000000;
	text-align:center;
	font-size:8pt;
	
}

#fullsizeanchor, #fullsizeanchor img,
#fullsizeanchorb, #fullsizeanchorb img
{
	width:460px;
	height:320px;
}
