body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/background.jpg);
}

a:link
{
	color: #000000;
}

a:visited
{
	color: #000000;
}

a:hover
{
	text-decoration: none;
}


/* Define the Container
-----------------------------------------------------------------------------*/
#container { 
	width: 840px;
	background:url(../images/dialog2-grey-800x1600.png);
	background-repeat:no-repeat;	
}

#header {
	width: 800px;
	padding-left:20px;
	
	}
	
#header_left {
	width:160px;
	padding-top:15px;
	float:left;
	}

#header_right {
	width:600px;
	height:75px;
	float:right;
	padding-top:15px;
	}

#content {
width:800px;
}

#content_left {
width:450px;
float:left;
padding-left:20px;

}

#content_right {
width:300px;
height:auto;
float:right;
background-color:#008AB0;
padding-left:20px;
padding-top:20px;
}

#footer {
height:102px;
width:830px;
padding-left: 20px;
background:url(../images/footer-grey-800.png)
}



	
/* Define typography sizing for HTML elements
-----------------------------------------------------------------------------*/	

h1
	{
	padding-top: 10px;
	font-size: 2.0em;
	color:#008AB0;
}
	
h2
	{
	margin: 10px;	
	font-size: 1.5em;
	color:#008AB0;
		
}
	
h3
	{
	font-size: 1.0em;

}

.padd_banner { padding-left:5px;}	

p
	{
	padding: 8px;
}