/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

a {	color: #FFA;}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }






*
{
border: 0;
margin: 0;
}


body
{
	margin-top: 10px;
	color: #ff9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #222;
}
#banner
{
	width: 980px;
	margin: 0 auto;
	background-image:url(../images/color_banner.jpg);
	background-repeat:no-repeat;
}

#main
{
	width: 980px;
	margin: 0 auto;
	background-image:url(../images/color_bg.gif);
	background-repeat:repeat-y;
}


#footer
{
	width: 980px;
	height: 80px;
	margin: 0 auto 40px auto;
	padding: 150px 0 0 0;
	text-align:center;
	font-size:10px;
	color: #999;
	background-image:url(../images/color_footer.jpg);
	background-repeat:no-repeat;
	line-height: 20px;
}

#top_nav
{
	width: 850px;
	padding: 325px 30px 10px 70px;
	line-height: 35px;
}

#content1
{
	width:870px;
	padding:0px 50px 0px 55px;
}

#content1 .left
{
	width:300px;
	line-height: 20px;
}

#content1 .right
{
	width:550px;
	float:right;
}

#content2
{
	width:870px;
	padding:0px 50px 0px 55px;
}

.title1
{
	text-align:center;
	font-size:22px;
	line-height:35px;
}

.title2
{
	line-height:30px;
	font-size:18px;

}

.title3
{
	font-size:14px;
	line-height:25px;
}

.txtL
{
	padding:10px;
	line-height:20px;
}

.txtC
{
	line-height:20px;
	text-align:center;
}

.txtR
{
	padding:10px;
	text-align:right;
	line-height:20px;
}

.bar
{
	background-image:url(../images/bar_bg.jpg);
	background-repeat:repeat-x;
	height:5px;
}

#twitter_icon
{
	width:70px;
	float:right;
}

#twitter_txt
{
	width:200px;
	line-height: 25px;
	padding: 10px;
	
}
