/* CSS Document */
body {
	text-align:center;
	margin: 5px auto;
	font-family:tahoma;
	font-size: 12px;
	}

div#wrapper {
	width:750px;
	margin: 0 auto;
	text-align:left;
	border-left: #999999 2px solid;
	border-right: #999999 2px solid;
	border-bottom: #999999 2px solid;
	background-color: #F7F7F7;
	}
	
	div#header {
		width: 750px;
		height: 200px;
		margin: 0 auto;
		top: 0;
		border-bottom: #cccccc solid 3px;
		border-top: #cccccc solid 3px;
		}
	
	div#main {
		width:540px;
		float: right;
		margin-right: 5px;
		}
		
	div#sidebar {
		width: 190px;
		float: left;
		}
		
		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:750px; 
	margin-left: -360px; 
	left:50%; 
	position:relative; 
	text-align:center;
	border-right: #999999 solid 2px;
	border-left: #999999 solid 2px;
	border-bottom: #999999 solid 2px; 
	background-color: #F7F7F7;
	}
	