/* CSS Document */


body{
margin:0;
padding:0;
line-height: 1.5em;
	background-color: #FDF9E1;
	background-image:  url("images/bg_grapette.jpg");
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link, a:visited {
	color: #10B050;
	text-decoration: none;
	font-weight: bold;
}
a:active, a:hover {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}
b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
	background-image: url(images/header_grapette.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#topsection{
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 404px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}

#leftcolumn{
float: left;
width: 157px; /*Width of left column in pixel*/
margin-left: -860px; /*Set left margin to -(MainContainerWidth)*/
margin-top: 100px; 
}

#rightcolumn{
float: left;
width: 247px; /*Width of right column in pixels*/
margin-left: -683px; /*Set right margin to -(MainContainerWidth - LeftColumnWidth)*/
margin-top: 100px; 
}

#footertop{
	clear: left;
	width: 100%;
	text-align: center;
}

#footertop a{
	color: #FF3300;
	font-weight: bold;
	text-decoration: none;
}


#footer{
	clear: left;
	width: 100%;
	background: #8BC851;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a{
	color: #FF3300;
	font-weight: bold;
	text-decoration: none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#contentbox {
margin-top: 50px;
	text-align: left;
	background-color: #FDF9E1;
	border: 1px solid #505040;
	left: 0px;
	padding: 15px;
    width: 300px;
    height: 300px;
}
