body
	{
		background-image: url(/images/site-background.png);
		_background-image: url(/images/site-background-ie6.png);
		background-position: center;
		background-attachment: fixed;
		background-repeat: repeat-y;
		background-color: #000000;
		color: #000000;
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		font-family: Arial, sans-serif;
		font-size: 10pt;
		position: relative;
	}


*
	{
		margin: 0;
		padding: 0;
	}
	
#menu
	{
		position: fixed;
		background: #dee3ff;
		width: 960px;
		border-top: 10px solid #000000;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		padding-right: 20px;
		color: #000000;
		border-bottom: 1px solid #000000;
		text-align: right;
	}

ul#menu1
	{
		list-style-type: none;
		float: left;
		position: absolute;
		top: 0px;
		left: 0px;
		_top: 10px;
	}

ul#menu1 li
	{
		float: left;
	}

ul#menu1 li a
	{
		display: block;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		background-color: #dee3ff;
		color: #000000;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		text-decoration: none;
		border-bottom: 1px solid #000000;
	}

ul#menu1 li.current a
	{
		font-weight: bold;
	}


ul#menu1 li a:hover, ul#menu1 li:hover a
	{
		color: #000000;
		background-color: #ffffcc;
	}

ul#menu1 li ul.menu2
	{
		display: none;
		list-style-type: none;
		float: left;
		position: absolute;
		left: 0px;
		width: 980px;
		border-bottom: 10px solid #000000;
	}

ul#menu1 li:hover ul.menu2, ul#menu1 li.current ul.menu2
	{
		display: inline;
		background-color: #ffffcc;
	}

ul#menu1 li.current ul.menu2
	{
		z-index: 1;
	}

ul#menu1 li:hover ul.menu2
	{
		z-index: 3;
	}

ul#menu1 ul.menu2 a
	{
		background-color: #ffffcc;
		color: #000000;
		display: block;
		float: left;
		border-bottom: none;
		font-weight: normal;
	}

ul#menu1 ul.menu2 a:hover
	{
		background-color: #000000;
		color: #ffffcc;
	}
#menul1
	{
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		background: #000000;
		width: 980px;
		border-top: 10px solid #000000;

	}

#menul2
	{
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		background: #ffffcc;
		width: 980px;
		border-bottom: 10px solid #000000;
		_display: none;
	}

#sidebar
	{
		width: 180px;
		float: left;
		min-height: 600px;
		padding: 10px;
		color: #000000;
	}

div#main
	{
		display: block;
		width: 730px;
		padding: 10px 20px;
		float: right;
		min-height: 596px;
		color: #000000;
	}

#footer
	{
		clear: both;
		color: #ffffff;
		background: #000000;
		border-top: 5px solid #000000;
		border-bottom: 5px solid #000000;
		position: fixed;
		bottom: 0px;
		width: 100%;
		_position: relative;
	}

a
	{
		color: #666666;
	}

p
	{
		margin-bottom: 1em;
	}

h3
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}

h3.top
	{
		margin-top: 0px;
	}


table#photo td
	{
		vertical-align: top;
		padding-top: 15px;
		padding-left: 30px;
		padding-right: 30px;
	}

table#photo td a
	{
		color: #000000;
		text-decoration: none;
	}

div.news1
	{
		width: 49%;
		float: left;
	}

div.news2
	{
		width: 49%;
		float: right;
	}

div.twitter
	{
	text-align: left;
	}

div.twitter div.tweet
	{
	margin-top: 1em;
	}

div.twitter div.tweetinfo
	{
	color: #666666;
	}

div.twitter div.tweetinfo a
	{
	text-decoration: none;
	}

div.twitter div.tweetinfo a:hover
	{
	text-decoration: underline;
	}