*{
    margin: 0;
    padding: 0;
}
body{
	background: url(images/blue_bg.gif) repeat-x #d3dadc;
    text-align: center;
    font-size: 10px;
}
#frame{
	background: url(images/bg_2.jpg) no-repeat top left;
	height: 609px;
   	width: 960px;
   	margin: 0 auto;
   	text-align: left;
}
#header	{
	margin: 0 0 23px 23px;
}
#secondary{
    width: 215px;
    float: left;
	margin: 0 0 0 3px;
	color: #FFFFFF;
}
#main{
    width: 474px;
    float: left;
	margin: -10px 0 0 36px;
	line-height: 15px;
}
#tertiary{
    width: 200px;
    float: right;
}
#footer{
	width: 960px;
	height: 15px;
	clear: both;
	margin: 0 auto;
	color: #a1a1a1;
}
.clear{
	font-size: 0;
	clear: both;
	height: 0;
}

p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 7px;
	line-height: 16px;
}
a:link	{
	text-decoration: none;
	color: #0088c4;
}
a:visited	{
	text-decoration: none;
	color: #a1a1a1;
}
a:hover	{
	text-decoration: underline;
	color: #005c85;
}
a:active	{
	text-decoration: underline;
	color: #a1a1a1;
}
	
/*------------ MISC ------------*/

#secondary a:link, #secondary a:visited	{
	color: #FFFFFF;
}
#secondary p	{
	padding: 0px;
	margin: 0 0 15px 16px;
	line-height: 14px;
}
.caption	{
	margin-left: 69px;
}
.logo	{
	margin: 23px 0 0 0;
}
#footer p	{
	margin: 0 0 0 20px;
	text-align: left;
}