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

body	{
		background: #000 url(../images/main/bg.jpg) no-repeat top center;
		font: 12px Arial, Helvetica, sans-serif;
		color: #fff;
		}
#container	{
		width: 958px;
		margin: 0 auto;
		}
#nav	{
		position: relative;
		width: 564px;
		float: right;
		}
#trans	{
		background: url(../images/main/opac-bg.png) repeat;
		border: 1px solid #9e9d9e;
		width: 100%;
		min-height: 350px;
		}
#header	{
		}
#content	{
		width: 96%;
		margin: 15px auto;
		}
#footer	{
		margin: 7px 0 0;
		}

/* Nav */
.home a, .about a, .news a, .media a, .business a	{
		display:block;
		float: left;
		width: 95px;
		height: 37px;
		padding: 0;
		font: bold 13px sans-serif;;
		color: #333;
		text-decoration: none;	
		margin: 8px 0 0 0;
		}
.home a	{
		background: url(../images/main/nav/home.gif) 0 0 no-repeat;
		width: 95px;
		}
.about a	{
		background: url(../images/main/nav/about.gif) 0 0 no-repeat;
		width: 113px;
		}
.news a	{
		background: url(../images/main/nav/news.gif) 0 0 no-repeat;
		width: 110px;
		}
.media a	{
		background: url(../images/main/nav/media.gif) 0 0 no-repeat;
		width: 106px;
		}
.business a	{
		background: url(../images/main/nav/business.gif) 0 0 no-repeat;
		width: 140px;
		}
.roll a:hover { 
		background-position: 0 -37px;
		}
		
/* Classes */
h1	{
		font-size: 16px;
		font-weight: bold;
		}
h2	{
		}
h3	{
		}
p	{
		margin: 7px 0;
		}
.text-center	{
		text-align: center;
		}
.center	{
		margin: auto;
		}
.homeleft	{
		width: 599px;
		position: relative;
		float: left;
		}
.homeright	{
		width: 320px;
		position: relative;
		float: left;
		}
.gallery img	{
		margin-right: 10px;
		}
		
/* Links */
a	{
		color: #fff;
		}
a:hover	{
		color: #ccc;
		}
		
/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #fff;
		}
