body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 12px;
	background: #000;
}
div.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

div#main {
	margin: 0px;
	margin-top: 0px;
	padding: 12px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	background: url('img/top-bg.png') repeat-x #FFFFFF;
}
div#iphone-top{
	background: url('img/iphone-top.png') top center no-repeat #000;
	width: 1000px;
	height:19px;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
}
div#header{
	height: 56px;
}
div#middle{
	width: 318px;
	float: right;
}
div#content{
	width: 468px;
	float: left;
}

div#wrapper{
	width: 796px;
	float: left;
}
div#sider {
	float: right;
	min-height: 100px;
	width: 178px;
	padding-left: 6px;
}
div#footer{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* BOXES AND OTHER BOXES */
div.sBox{
	padding: 0px;
	background: url('img/sider_header_bottom1.gif') no-repeat left bottom;
	margin-bottom: 0px;
}
div.sBoxIn {
	padding: 10px;
	margin-bottom: 0px;
	padding-top: 6px !important;
	padding-bottom: 14px !important;
	background: url('img/sider_header_top1.gif') no-repeat left top;
	color: #444;
}


/* FORMS AND STAFF */
input.inew {
	background: url('img/ibg.gif');
	border: 1px solid #CCC;
	color: #666;
	padding: 3px;
	*margin-left: 0px;
}
input.inewB {
	background: url('img/index_r.png') repeat-x #c61d1d;
	border-right: 1px solid #666;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #666;
	padding: 3px;
	padding-top: 4px;
	padding-bottom: 3px;
	*padding-top: 3px;
	*padding-bottom: 1px;
	_padding-bottom: 2px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	*margin-right: 0px;
}


/* IMAGES */
.iLeftSide {
	margin-left: 6px; 	
	margin-top: 3px; 
	margin-bottom: 6px; 
	background: #FFFFFF;
	float: right;
}
img{
	border: 0px;
}

/* LINKS AND OTHER NAVIGATION */
a:link{
	color: #0066FF;
	text-decoration: underline;
}
a:visited{
	color: #0066FF;
	text-decoration: underline;
}
a:hover{
	color: #333;
	text-decoration: underline;
}
a.newsTitle:link, a.newsTitle:visited {
	color: #333 !important;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	display: block;
	margin-top: 8px;
	margin-bottom: 6px;
}
a.newsTitle:hover{
	color: #ED1111 !important;
}

a.newsTitleSub:link, a.newsTitleSub:visited {
	color: #444 !important;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	display: block;
	margin-top: 8px;
	margin-bottom: 0px;
}
a.newsTitleSub:hover{
	color: #ED1111 !important;
}

a.newsTitleSmall:link, a.newsTitleSmall:visited {
	color: #06F !important;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	display: block;
	margin-top: 6px;
	margin-bottom: 0px;
}
a.newsTitleSmall:hover{
	color: #ED1111 !important;
}


/* TEXT */
h1{
	font-size: 22px;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 120%;
}
h2{
	font-size: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
}
h3 {
	font-size: 14px;
	margin-bottom: 4px;
}
.mtnull{
	margin-top: 3px;
}

/* PAGINATION */

ul.pagination {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	font-size: 11px;
}
ul.pagination li {
	display:inline;
	margin: 3px;
	margin-left: 0px;
	margin-right: 6px;
}
ul.pagination li a:link, ul.pagination li a:visited {
	text-decoration:none;
	border: 1px solid #CCC;
	background: #FFFFFF;
	padding: 3px;
	color: #999 !important;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	background: url('img/index_w.png');
}

ul.pagination li a:hover {
	background: #FFFFFF;
	padding: 3px;
	color: #0066FF !important;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	color: #FFF !important;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: url('img/index_r.png');
}

ul.pagination li a.curr:link, ul.pagination li a.curr:visited {
	background: #0066FF;
	color: #FFF !important;
	border-right: 1px solid #666;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #666;
	background: url('../img/index_r.png');
}
