/* Tero Civill.com stylesheet */

body {
	margin:0px;
	background:url(imgs/background3.gif);
	
	
	}


/* CONTENT
-----------------------------------------------*/

.table {
	padding-bottom:30px;
	}


.content_frame {
	
	position:absolute;
	width:661px;
	
	
	background:url(imgs/bgcolor.jpg);
	}

.header {
	position:relative;
	width:661px;
	height:310px;
	background:url(imgs/header.gif) no-repeat;
	}
	
.navigation {
	position:relative;
	left:290px;
	top:300px;
	width:380px;
	z-index:2;
	line-height:1.2em;
	word-spacing:0.5em;
	
	}
	
.content {
	position:relative;
	padding-left:30px;
	padding-right:40px;
	padding-bottom:20px;
	padding-top:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	line-height:1.4em;
	height:400px;
	background-color:#ffffff;
	overflow: auto;
	
	
	}
	
.footer {
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:30px;
	color:#999999;
	}	
	

	
/* NEWS
---------------------------------------------------*/

.news {
	position:relative;
	padding-left:30px;
	padding-right:40px;
	padding-bottom:20px;
	height:300px;
	overflow:auto;
	}
	
.news_header {
	position:relative;
	height:96px;
	background:url(imgs/news.gif) no-repeat;
	}
	
.newsbox {
	
	
	padding-bottom:10px;
	
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#8db6cd;
	padding-top:15px;
	
	
	}

.date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#a2b5cd;
	font-weight:bold;
	
	}


/* LINKS
---------------------------------------------------*/

a:visited, a:link {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	}
a:hover {
	color: #3399FF;
	font-weight:bold;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	}


a.navi_link:link, a.navi_link:visited, a.navi_link:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color: #336699;
	text-decoration:none;
	}
a.navi_link:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #3399FF;
	font-weight:bold;
	text-decoration: underline;
	}