html {
	top:0;
	height: 100%;
	text-align:left;
	margin:0;
	padding:0;
	overflow:scroll;
}

body {
	top: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'News Cycle', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	background: #ffffff url('../images/bg.gif') repeat-x;
	line-height: 18px;
}

img {
	border:0;
}

a:link { font-size: 13px; COLOR: #000; text-decoration:none;}

a:visited { font-size: 13px; COLOR: #000; text-decoration:none;}

a:hover, a:focus { font-size: 13px; COLOR: #88d00c; text-decoration:none; }

.content1 {
	width: 310px; 
	min-height: 400px; 
	padding: 10px 20px 0 0;
	margin: 20px 0 20px 0;
}

.content2 {
	width: 290px;
	min-height: 400px; 
	padding: 10px 20px 0 20px;
	margin: 20px 0 20px 0;
	border-left: 1px #CCC solid; 
}

.content3 {
	width: 310px; 
	min-height: 400px;
	padding: 10px 0 0 20px;
	margin: 20px 0 20px 0;
	border-left: 1px #CCC solid;
}

.box1 {
	width: 280px; 
	min-height: 160px; 
	margin: 20px;
	margin-top: 20px;
}

.title1 {
	text-transform: uppercase;
	font-size: 29px;
	font-weight: 700;
	color: #fff;
}

.title2 {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 700;
	color: #000;
	line-height: 26px;
}

.title3 {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 700;
	color: #C0C0C0;
	line-height: 26px;
}

.clear {
	clear:both;
}