@charset "utf-8";
/* CSS Document */

Body{
	background: url(../bgs/ro3.png) repeat-x #FFCC33;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 74.5%;
}
a{
	color: #0077B0;
}
a:hover{
	color: #0077B0;
	text-decoration: none;
}
h1{
	
}
h2{
	font-weight: normal;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
}
#global{
	width: 960px;
	margin: 0px auto;
	font-size: 1.3em;
	line-height: 140%;
}
.divider{
	width: 640px;
	clear: both;
	margin: 10px 0 10px 0;
	background: url(../img/divider.png) no-repeat;
	height: 10px;
}
a.twitter{
	background: url(../img/twitter.png) no-repeat top center;
	width: 100px;
	display: block;
	float: right;
	height: 50px;
		margin: 20px 100px 0 0;
}
a.twitter:hover{
	background: url(../img/twitter.png) no-repeat bottom center;
	width: 100px;
	height: 50px;

}
.finaldivider{
	width: 955px;
	clear: both;
	margin: 10px 0 10px 0;
	background: url(../img/kitty.png) no-repeat;
	height: 50px;
	padding-top: 40px;
	font-size: 0.7em;
}

.brand {
	margin: 100px 0 0 0;
	float: left;
}
.clearBoth {
	clear: both;
	margin-bottom: 0px;
}
#sidebar {
	width: 280px;
	padding-right: 40px;
	float: left;
	padding-top: 20px;
}
.centralcol {
	float: left;
	width: 640px;
}
.col2 {
	width: 320px;
	float: left;
	padding: 14px 0 25px 0;
}
.col3 {
	width: 320px;
	margin-top: -70px;
	float: right;
}