body
	{
		font-family:Eras Medium ITC,arial,verdana,helvetica;
      font-size:12px;
		background-color:#ECECEC;
		background-image:url("./matte_gradient.png");
		background-repeat:repeat-x;
		padding:0px;
		margin:0px;
		border:0px;
		text-align:center;
	}
td,tr,table
	{
		padding:0px;
		margin:0px;
		border:0px;
	}
#main
	{
		margin-left:auto;
		margin-right:auto;
		height:100%;
	}
#logo
	{
		height:195px;
		width:681px;
		background-image:url("./darkwater_logo.png");
	}
#left_shadow
	{
		height:100%;
		width:9px;
		background-image:url("./left_shadow.png");
		background-repeat:repeat-y;
	}
#menu
	{
		text-align:center;
		height:100%;
		width:143px;
		border-right:1px solid #000;
		background-color:#6F7583;
		background-image:url("./menu_footer.png");
		background-repeat:no-repeat;
		background-position:bottom;
	}
#content
	{
		background-color:#FFFFFF;
		height:100%;
		width:519px;
		padding-top:10px;
		text-align:center;
	}
#right_shadow
	{
		height:100%;
		width:9px;
		background-image:url("./right_shadow.png");
		background-repeat:repeat-y;
	}
h1
	{
		text-align:center;
		color:#333333;
		font-size:16px;
		font-weight:bold;
	}
a.menu:link,a.menu:visited,a.menu:active
	{
		color:#ECECEC;
		text-decoration:none;
		font-weight:bold;
		font-size:12px;
	}
a.menu:hover
	{
		font-size:16px;
		color:#FFFFFF;
	}
p
	{
		text-align:left;
		padding:10px;
	}
a:link,a:visited,a:active
	{
		color:#333333;
		font-weight:bold;
		text-decoration:none;
	}
a:hover
	{
		color:#000000;
	}

