/* STRUCTURE */
html {
	background: #001200;
	color: #709bb2;
}

body {
	min-width: 720px;
}

#container {
	width: 525px;
	min-width: 525px;
	margin: 0 auto;
	overflow: hidden; 
	line-height: 0;
}

#container_wide {
	width: 720px;
	min-width: 720px;
	margin: 0 auto;
	overflow: hidden; 
	line-height: 0;
}

#container:after, #container_wide:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#container {
	clear: both;
}

/* LINKS */
a {
	outline: 0;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #4867aa;
	text-decoration: none;
}

a:hover, a:active:hover, a:visited:hover {
	color: #abd38d;
	text-decoration: none;
}

hr {
	clear: both;
	margin: 1em 0 1em 0;
	padding: 0;
	border: none;
	border-bottom: 3px solid #4867aa;
}

p {
	line-height: normal;
}

.clear_all {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.text_justify {
	text-align: justify;
}

table {
	line-height: 0;
	margin: 0;
}

td.quote {
	width: 148px;
	height: 113px;
	background: url(/images/ui-r6-c2.jpg) no-repeat;
	line-height: normal;
}

td.counter {
	width: 148px;
	height: 28px;
	background: url(/images/ui-r10-c2.jpg) no-repeat;
	line-height: normal;
}

td.newsmid {
	padding: 0 6em 0 6em;
	background: url(/images/ui-news-mid.jpg) repeat-y;
	line-height: normal;
	text-align: left;
}

td.backmid {
	padding: 0 6em 0 6em;
	background: url(/images/ui-back-bg.jpg) repeat-y;
	line-height: normal;
	text-align: left;
}

td.backbot {
	height: 88px;
	padding: 0 6em 0 6em;
	background: url(/images/ui-back-bot.jpg) no-repeat;
	line-height: normal;
	text-align: left;
	vertical-align: top;
}

table.styled td {
	padding: 1em;
}