html, body {
	background: #808080;
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: 'Tahoma','Helvetica',sans-serif;
}

a {
	color: #26b7ff;
}

img {
	border: 0px;
	vertical-align: bottom;
}

h3 a:visited{
	color: #9126ff;
}

a:hover, a:active {
	color: #f30000;
	text-decoration: none;
}

div.col1 {
	float: left;
	width: 200px;
	padding-left: 30px;
	text-align: right;
}

div.col2 {
	width: auto;
	padding-left: 30px;
	margin-left: 230px;
}

div.col3 {
	float: right;
	width: 400px;
	padding: 0px 30px;
}

div#body {
	background: #ffffff;
	width: 100%;
	max-width: 1450px;
	min-width: 960px;
	margin: 0px auto;
	min-height: 100%;
}

div#header {
	clear: both;
	background: #f2f2f2 url('grey_bg.gif') 0px 0px repeat-x;
	height: 160px;
	overflow: hidden;
}

div#footer {
	clear: both;
	background: #7ab1cc url('blue_bg.gif') 0px 0px repeat-x;
	height: 120px;
	overflow: hidden;
}

div#header  h1 {
	margin: 0px;
	padding: 0px;
}

div#header div.col1 {
	height: 160px;
}

div#header div.col1 img {
	margin-top: 14px;
	margin-right: -4px;
}

div#header div.col2, div#footer div.col2 {
	width: 250px;
}

div#header div.col2 img {
	margin-top: 51px;
}

div#header div.col3 {
	background: #f2f2f2 url('red_bg.gif') 0px 0px repeat-x;
	height: 160px;
	color: #ffffff;
}

div#header div.col3 a {
	color: #ffffff;
}

div#header div.col3 a:hover {
	text-decoration: none;
}

div#header div.col3 h3 {
	margin: 0px;
	padding: 10px 0px;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

div#header div.col3 ol {
	margin-top: 0.5px;
}

div#header div.col3 li {
	font-style: italic;
}

div#middle div.col1, div#middle div.col2 {
	padding-bottom: 30px;
}

div#middle h2#page-title, div#header div.col3, div#middle h3 {
	font-family: 'Georgia', serif;
}

div#middle div#addblog {
	margin-right: -5px;
}

div#middle div.col2 {
	padding-right: 60px;
}

div#middle div.col1 div {
	margin-top: 20px;
}

div#middle h3 {
	font-weight: normal;
	font-size: 200%;
	margin-top: 0.5em;
}

div#middle h2#page-title {
	margin: 0px;
	font-weight: normal;
	font-style: italic;
	padding-top: 30px;
}

div#footer div.col1 {
	text-align: left;
	padding: 0px;
	width: 230px;
}

div#calend {
	padding-top: 5px;
	width: 169px;
	margin-left: 31px;
	height: 70px;
	background: #ffffff url('calendar.gif') 100% 50% no-repeat;
	color: #808080;
	text-align: left;
}

div#calend span {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 16px;
}

div#calend span#cdate {
	left: 50px;
	top: 11px;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	width: 40px;
}

div#calend span#cmonth {
	top: -24px;
	left: 80px;
	width: 89px;
	text-align: center;
}

div#calend span#cyear{
	left: 80px;
	top: -24px;
	width: 89px;
	text-align: center;
}

div#footer div.cols {
	padding-left: 260px;
	height: 120px;
	background: url('plane.jpg') 0% 0% no-repeat;
	color: #ffffff;
}

div#footer div.cols a {
	color: #ffffff;
}


div#footer div.subcol {
	width: 33%;
	height: 80px;
	padding: 20px 0px;
	float: left;
	font-size: 10pt;
}

div#articles-comment {
	margin-top: 1.5em;
	font-size: 8pt;
	color: #808080;
}

div#middle div.col1 div.articles-tags {
	margin-top: 10px;
	padding-bottom: 3px;
}

/* Modules upates */

div.articles-tags {
	font-size: 75%;
	line-height: 170%;
}

div.articles-digest {
	margin-bottom: 1.5em;
}

ul.articles-info {
	color: #808080;
}

div.articles-text {
	margin: 0px;
	padding: 0px;
}

h3.articles-title  {
	margin-bottom: 0.5em
}