body	{
		font-family: Verdana;
		background-image: url(/images/background/bg_body.png);
		background-repeat:repeat-y;
		text-align:center;
	}

#container	{
		position:relative;
		margin:auto;
		width:900px;
		text-align:left;
		margin:auto;
		background-repeat:no-repeat;
		background-image:url(/images/background/head.png);
		height:300px;
	}

#head1	{
		font-family:Times;
		font-size:0.8em;
		height:130px;
	}

#head2	{
		width:400px;
		height:120px;
		margin-top:0px;
		margin-left:450px;
		text-align:center;
		position:absolute;
	}

#head2_long	{
		width:350px;
		height:120px;
		margin-top:-10px;
		margin-left:500px;
		position:absolute;
		line-height:220%;
	}

#head2_long_ie6 {
	width:550px;
	height:120px;
	margin-top:-10px;
	margin-left:300px;
	position:absolute;
	line-height:220%;
}

#head2_long div {
		text-indent:-120px;
}

#head3	{
		margin-top:13px;
		margin-left:108px;
		position:absolute;
		width:178px;
	}

h1 {
		font-family:Times;
		font-size:1em;
	}

h2 {
		color:white;
		margin-top:20px;
		font-family:Trebuchet MS;
		font-size:28pt;
	}

h3	{
		margin-top:0px;
		font-size:16px;
		color:#4b8c54;
		font-family:Times;
		text-align:center;
	}

h4	{
		font-size:1.4em;
		font-family:Times;
		color:#4b8c54;
	}

h5, h6	{
		font-size:1.2em;
		font-family:Times;
		color:#4b8c54;
	}

a:link, a:visited, a:focus, a:active	{
		text-decoration:underline;
		color:#00f;
	}

a:hover	{
		color:#8b0000;
	}

#footer	{
		height:60px;
		width:800px;
	}

#content	{
		position:absolute;
		width:680px;
		text-align:left;
		margin-top:150px;
		margin-left:220px;
		font-family:Verdana;
		font-size:0.9em;
		padding-bottom:40px;
	}

