body
	{
		background-image: url('img/body_bg.png');
		background-repeat: repeat-x;
		background-color: #090909;
	}

fieldset
	{
		background-color: #424242;
		border: 2px solid #c0c0c0;
		margin: 4px;
		padding: 2px;
		padding-top: 12px;
	}
	
div#head
	{
		padding: 2px;
		position: absolute;
		top: 20px;
		left: 60px;
	}
	
div#content
	{
		background-color: #383838;
		width: 609px;
		margin-top: 180px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		padding-left:4px;
		padding: 4px;
	}

div#contentTop
	{
		background-image: url('img/content_top.png');
		background-repeat: no-repeat;
		margin: 0px;
		position: relative;
		top: 1px;
		width: 609px;
		height: 49px;
	}

div#contentBot
	{
		background-image: url('img/content_bot.png');
		background-repeat: no-repeat;
		margin: 0px;
		position: relative;
		bottom: 1px;
		width: 609px;
		height: 45px;
	}
	
div#foot
	{
		text-align: center;
	}

a
	{
		color: #c0c0c0;
		text-decoration: none;
	}
a:hover
	{
		color: #cecece;
		text-decoration: underline;
	}
a:visited
	{
		color: #c0c0c0;
		text-decoration: underline;
	}
	
a.nav
	{
		color: #c0c0c0;
		text-decoration: none;
	}
a.nav:hover
	{
		color: #cecece;
		text-decoration: overline;
	}
a.nav:visited
	{
		color: #c0c0c0;
		text-decoration: none;
	}
	
p
	{
		font-family: Trebuchet MS;
		color: #f9f9f9;
		padding: 2px;
	}

p.nav
	{
		font-family: Trebuchet MS;
		display: inline;
		color: #c0c0c0;
	}

p.foot
	{	
		font-family: Trebuchet MS;
		display: inline;
		border-top: 1px solid #f9f9f9;
		color: #c0c0c0;
		font-size: x-small;
	}
	
table
	{
		border: 0px;
		width: 100%;
	}
	
td
	{
		font-family: Trebuchet MS;
		color: #f9f9f9;
		padding: 2px;
		text-align: center;
	}
	
th
	{
		font-family: Trebuchet MS;
		font-weight: bold;
		color: #f9f9f9;
		padding: 2px;
		border-bottom: 2px solid #c0c0c0;
	}
	
span.lrg
	{
		font-size: 22px;
	}

img
	{
		border: 2px solid #c0c0c0;
		padding: 1px;
	}

img.logo
	{
		border: 0px;
		margin: 2px;
	}
	
input.link
	{
		width: 398px;
		height: 32px;
		background-color: #383838;
		background-image: url('img/input_bg.png');
		background-repeat: no-repeat;
		border: 2px solid #9cdbed;
		color: #f9f9f9;
		font-size: 26px;
		font-family: Arial Black;
		padding-left: 4px;
		margin-left: 18px;
	}
	
input.submit
	{
		height: 38px;
		background-color: #424242;
		border: 1px solid #c0c0c0;
		font-family: Arial Black;
		font-size: 22px;
		color: #f9f9f9;
		margin-left: 18px;
	}

	


			