/* CSS Document */
body {
	text-align:center;
	margin: 0px auto;
	font-family: "Trebuchet MS";
	font-size: 12px;
	
	}

div#wrapper {
	width:800px;
	margin: 0 auto;
	text-align:left;
	border-right: 2px solid red;
	border-left: 2px solid red;
	border-bottom: 2px solid red;
	background-color: #fdecec;
	}
	
	div#header {
		width: 800px;
		height: 287px;
		margin: 0 auto;
		top: 4px;
		background:url(header/header.jpg) no-repeat center;
		background-color: #FFFFFF;
		}
	
	div#main {
		width:590px;
		float: right;
		margin-right: 3px;
		margin-left: 3px;
		padding: 2px;
		}
		
	div#sidebar {
		width: 190px;
		float: left;
		margin-left: 5px;
		}
		
		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: 0 auto;
	position:relative; 
	text-align:center;
	background-color: #F7F7F7;
	}
	