body
	{
		margin: 0;
		text-align: center;
		background: #363;
		font-family: verdana, sans-serif;
		font-size: 12px;
		line-height: 18px;
		color: #333;
	
	}

a
	{
		color: #363;
		text-decoration: none;
	}

a:hover
	{
		text-decoration: underline;
	}
	
a:active
	{
		color: #363;
	}

a:visited
	{
		color: #363;
	}

#container
	{
		text-align: left;
		margin: 10px auto;
		width: 790px;
		background: #fff;
	}

#containerb
	{
		text-align: left;
		margin: 10px auto;
		width: 790px;
		background: #fff;
	}

#leftcol
	{
		float: left;
		width: 365px;
		display: inline;
	}

h1
	{
		font-size: 14px;
		font-weight: bold;
		color: #363;
	}

h2
	{
		color:#390;
		font-size: 13px;
		line-height: 2px;
		padding: 0px;
	}

#rightcol
	{
		float: right;
		width: 350px;
		padding: 155px 25px 15px 25px;
	}


a#rightcol
	{
		text-align: right;
	}


#rightcolb
	{
		float: right;
		width: 350px;
		padding: 15px 25px 15px 25px;
	}

hr
	{
		border: none 0; 
		border-top: 1px solid #ccc;
		width: 725px;
		height: 1px;
	}


#footer
	{
		clear: both;
		background: #fff;
		color: #999;
		padding: 0px 32px 0px 32px;
		font-size: 10px;
	}


