/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html, body {
	background-color: #FFFFFF;
	background-image:url(../images/bg_darkgrey.jpg);
	/*background-image:url(../images/1280x800.jpg);*/
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;	
	font-size: 0.9em;
}
#body {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-image:url(../images/body_roundcorners.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 660px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#top {
	width: 985px;
	height: 80px;
	position: relative;
	overflow: hidden;
	padding: 15px 0 0 15px;
}
#logo {
	width: 300px;
	float: left;
}
#portlets {
	width: 980px;
	height: 80px;
	padding: 0 0 0 20px;
	color: #CCCCCC;
	position: relative;
	top: 490px;
	text-align: center;
}
.bannerTop {
	width: 490px;
	height: 60px;
	position: relative;
	left: 480px;
	top: -70px;
	padding: 20px 0 0 10px;
	background-color: #EFECCA;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#contentHolder {
	width: 1000px;
	height: 480px;
	overflow: hidden;
	position: absolute;
	top: 120px;
}
.contentBlock {
	height: 380px;
	padding: 10px 20px 20px 15px;
	overflow: auto;
}
.contentImage {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
}
.panel {
	height: 400px;
	padding: 30px 20px 20px 20px;
	background-color: #333333;
	position: relative;
}
#footer {
	position: relative;
	top: 480px;
}
address {
	line-height: 15px;
	font-style: normal;
	text-align: center;	
}
.inter {
	color:#000000;
	font-weight: bold;
}
.mention {
	color: #08ACD5;
	font-weight: bold;
}
h1 {
	width: 90%;
	font-size: 1.3em;
	padding: 10px 0 10px 15px;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0;
}
h3 {
	font-size: 1.1em;
	padding: 5px 0 3px 0;
}
p {
	margin: 0 0 14px 0;
	color: #000000;
	line-height: 170%;
}
.link {
	color: #000099;
	text-decoration: none;
}
.link:hover {
	color: #08ACD5;
	text-decoration: underline;
}
img {
	border: 0;
}
.contentImage {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
}
.validate {
	display: inline;
	padding: 0;
	margin: 0;
}
.style1 {
	font-size: 9px;
	color: #009900;
}
.style2 {
	color: #333333;
}
.timer {
	color: #999999;
}
.bron {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.linkswap {
	width: 190px;
	height: 140px;
	float: left;
	display: inline;
	text-align: center;
}
#barHolder {
	width: 960px;
	height: 40px;
	margin: 0 20px 0 20px;
	position: absolute;
	top: 400px;
}
#nextpage, #prevpage {
	display: inline;
	float: left;
}
.linkimage {
	/*max-height: 120px;
	max-width: 180px;*/
	height: 120px;
	width: 140px;
	vertical-align: bottom;
}

