html {
}

img {
	border:0;
}

body {

	margin: 15px;
	padding:0;
	font-family: Times, Arial, Tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;	
	color: #46748b;
	background:#48758c;
	background-image:url('../gfx/background-color.gif');
	background-repeat: repeat-x;	
}

h2 {
	margin:0;
	margin-bottom:20px;
}

p {
	font-family: Times, Arial, Tahoma, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	font-size: 1em;
	margin-bottom:10px;
	color: #000;
}

a {
	text-decoration: underline;	
	color: #084564;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a.selected { 
	color: #000;
}

#left {
	float:left;
	background-image:url('../gfx/left.gif');
	background-repeat: repeat-x;
	width:80px;
	height:581px;	
}

#right {
	float:left;
	background-image:url('../gfx/right.gif');
	background-repeat: repeat-x;
	width:80px;
	height:581px;
}

#top {
	background: #fff;
	width:700px;
	height:145px;
}

#middle {
	background: #fff;
	width:800px;
	height:420px;
	margin:0;
	padding:0;

}

#bottom {

	background-image:url('../gfx/bottom.gif');
	width:800px;
	height:50px;
	text-align: center;

}

#bottom p {
	padding-top:20px;
	color:#fff;

}

#bottom a {
	font-size:0.85em;
	color:#fff;
	text-decoration:none;
}

#bottom a:hover {
	color:#000;
	text-decoration:underline;	
}

#container {
	width:960px;
	margin:0px auto;
}

#page {
	background-color:#fff;
	width:800px;
	padding:0px;
	float:left;
}

#header_menu ul {
	padding: 0;margin: 0;display: block;float: left;
}

#header_menu li {
	list-style-type: none;
	margin: 0;
	padding: 60px 0px 0px 30px;
	display: block;
	float: left; 
}

a.thumbnail
{
	float:left;margin-right:10px;margin-bottom:10px; 
}
