@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;}
	
.main_div{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:980px;}
	
/* //////////////// Struct for the header ////////////////////// */
.header{
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	position:relative;
	width:980px;}
	
/* //////////////// Struct for the right_sidebar ////////////////////// */
	
.right_sidebar{
	margin-top:10px;
	float:right;
	width:120px;
	margin-bottom:20px;}
	
/* //////////////// Struct for the left_sidebar ////////////////////// */
	
.left_sidebar{
	padding-bottom:8px;
	margin-top:10px;
	margin-bottom:20px;
	float:left;
	width:230px;}
	
	
/* //////////////// Struct for the content ////////////////////// */

.flash{
	float:left;
	margin-left:10px;
	margin-top:10px;}

.content{
	margin-top:10px;
	margin-left:10px;
	background-color:#FFF;
	float:left;
	width:610px;
	margin-bottom:20px;}

/* //////////////// Struct for the footer ////////////////////// */

.footer{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	padding-bottom:10px;
	clear:both;
	width:980px;}