
html {
	margin: 0; 
	height: 100%; 
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
} 

body {
	background: #FFFFFF url(../images/background.jpg) repeat-x;
	position: relative; 
	width: 900px;
	margin:auto;
}

div.container {
	width:900px;
}

div.header {
	width: 900px;
	background: url(../images/header.jpg) no-repeat;
	height: 250px;
}

div.wrapper {
	text-align: justify;
}

div.news {
	width: 480px;
	margin: 10px;
}

div.content {
	text-align: justify;
	margin-left:100px;
	margin-right:100px;
	width: 700px;
}

div.frontpagecolumn{
	margin: 10px;
}

div.footer {
	width: 900px;
	height: 20px;

}

a:link, a:visited, a:active {
	color: #006DAE;
	text-decoration: none;
}

a:hover {
	color: #000000;
}


img a {
	text-decoration: none;
	border: 0px;
}

#menu {
	padding-top: 220px;
	text-decoration:none;
	text-align:center;
	height: 20px;
	line-height:30px;
}

#menu a{
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	border-bottom: 3px solid #29A0FF;
}

div.news_title {
	font-size: 14px;
	font-weight:bold;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}

h1 {
	font-size: 18px;
	font-weight:bold;
}
