/* CSS Document */
body
{
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-size:15px;
	font-weight:normal;
}

#header_txt
{
	position:relative;
	height:auto;
	width:100%;
	margin-top:2px;
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:normal;
	/*border:1px solid #9933FF;*/
}

#footer_txt
{
	position:relative;
	height:auto;
	width:auto;
	float:right;
	text-align:right;
	font-size:14px;
	color:#CCCCCC;
	margin-right:40px;
	margin-top:35px;
	line-height:20px;
	/*border:1px solid #00CC99;*/
}

#footer_right
{	
	position:relative;
	float:right;
	height:75px;
	width:355px;
	top:21px;
	z-index:3;
	/*border:1px solid #FF0000;*/
}

#sage_txt
{
	position:relative;
	height:auto;
	color:#FFFFFF;
	font-size:14px;
	font-family:"Trebuchet MS";
	top:-5px;
	width:70px;
	float:right;
	/*border:1px solid #993366;*/
}

#circle
{
	background-image:url(../images/circle.png);
	background-repeat:no-repeat;
	position:absolute;
	height:220px;
	width:220px;
	float:right;
	right:20px;
	top:250px;
	z-index:3;
	/*border:1px solid #CC3333;*/
}

#circle_txt
{
	position:relative;
	height:60px;
	width:59px;
	float:right;
	top:75px;
	right:22px;
	font-size:13px;
	font-family:"Trebuchet MS";
	/*border:1px solid #3399FF;*/
}

#address
{
	position:relative;
	height:auto;
	width:250px;
	line-height:20px;
	font-size:16px;
	/*left:70px;
	border:1px solid #FF6666;*/
}

.style1{
	color:#FFFFFF;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
}
.style1:hover
{
	text-decoration:none;
}