/* CSS Document */


body	{
	background:#eaeaea;
	margin:0 auto;
	text-align:center;
}
h1	{ font-family:"trebuchet MS", Times, serif; font-size:45px;}
h2	{ 	font-size:10px;	margin:0px; padding:0px;}
.container	{
	margin:0 auto;
	text-align:center;
	position:relative;
	width:740px;
	height:100%;
	background:url(../images/bg_shadow.gif) repeat-y top left;
}
.middle	{
	position:relative;
	margin:0 auto;
	width:650px;
}

.top	{
	width:650px;
	height:140px;
	background:url(../images/div_horz.gif) repeat-x left bottom;
	position:relative;
}
a.logo_img	{
	float:left;
	position:relative;
	text-decoration:none;
	width:230px;
	height:60px;
	background:url(../images/increaseo.gif) no-repeat;
	top:40px;
	display:block;
}
a.logo_img span{
	visibility:hidden;
}
a.adword	{
	float:left;
	position:relative;
	text-decoration:none;
	width:100px;
	height:90px;
	background:url(../images/google_logo.gif) no-repeat;
	top:20px;
	left:300px;	
	display:block;
	font-size:10px;
	
}
a.adword span{
	visibility:hidden;
}
a.photon	{
	position:relative;
	text-decoration:none;
	width:123px;
	height:45px;
	background:url(../images/photon_logo.gif) no-repeat;
	top:20px;
	float:right;
	display:block;
	float:right;
	left:38px;
}
a.photon span{
	visibility:hidden;
}
.main_text	{
	background:url(../images/div_horz.gif) repeat-x left bottom;
	position:relative;
	display:block;
	margin:0;
	padding:0;
	text-align:left;
	padding:0 ;
	left:0px;
	clear:both;
	width:650px;
}

.quote_main	{
	background:url(../images/div_horz.gif) repeat-x left bottom;
	padding:30px 0;
	margin:10px 30px;
}
.quote	{
	background:url(../images/div_horz.gif) repeat-x left bottom;
	padding:10px 0px;
	margin:10px 30px;
}

.footer	{	
	width:650px;
	height:106px;
}
a.foot_text	{
	top:40px;
	position:relative;
	text-decoration:none;
	color:#999999;
	font-family:"trebuchet MS";
	font-size:13px;
	float:left;
	left:30px;
}
a.foot_text:hover	{
	color:#cc0033;
}

.font10	{ font-family:"trebuchet MS"; font-size:12px;}
.font15	{ font-family:"trebuchet MS"; font-size:15px;}
.font20	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:20px;}
.font25	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:25px;}
.font30	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:30px;}
.font35	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:35px;}
.font40	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:40px;}
.font45	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:45px;}
.font50	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:50px;}
.font55	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:55px;}
.font60	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:60px;}

.red	{color:#cc0033;}
.grey	{color:#999999;}
.yellow	{color:#FF9900;}
.blue	{color:#0066cc;}
.black  {color:#666666;}

.no_bg	{background:none !important;}
