/* CSS Document */
body {
	text-align:center;
	margin: 5px auto;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #dee0dd;
	}

div#wrapper {
	width:816px;
	margin: 0 auto;
	text-align:left;
	}
	
	div#header {
		width: 816px;
		height: 156px;
		margin: 0 auto;
		top: 4px;
		background:url(header/header.png) no-repeat center;
		background-color: #FFFFFF;
		}
	
	div#main {
		width:600px;
		float: right;
		margin-right: 5px;
		background-color:#FFFFFF;
		padding: 7px;
		}
		
	div#sidebar {
		width: 190px;
		float: left;
		background-color:#FFFFFF;
		}
		
		div.list_exchange {
			padding-left: 13px;
			}
		
		div.list_exchange a:link {
			text-decoration: underline;
			color:#000066;
			}
			
		div.list_exchange a:hover {
			text-decoration: overline;
			color: #0066FF;
			}
			
		div.list_exchange a:visited {
			text-decoration: none;
			color:#0000FF;
			}
	
	div.post_published {
		padding: 5px;
		border: 5px solid #006699;
		background: #d7f2ff;
		}
		
	div.post_published a:link{
		text-decoration: none;
		}
		
	div.post_published a:hover{
		text-decoration: underline;
		}
	
	div#footer {
		clear: both;
		height: 30px;
		}
			
/* Spans */
span.text_exchange {
	font-size:16px;
	font-weight: bold;
	padding-left: 5px;
	}

/* for the galleries */

.thumb_div {
	float:left;
	width:170px;
	height:190px;
	padding:5px;
	}

.banner_gallery { 
	float:left; 
	width: 755px; 
	height:150px; 
	margin-top: 5px; 
	margin-bottom:5px; 
	display:block;
	}
	
#wrapper_gallery {
	width:816px; 
	margin-left: -360px; 
	left:50%; 
	position:relative; 
	text-align:center;
	background-color: #F7F7F7;
	}
	