@charset "utf-8";
/*------------basic styling----------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
background-color:#CCCCCC;

}

#wrapper{
position:relative;
width:800px;
margin:0 auto;
text-align:left;
background-color:#FFFFFF;
height:500px;
word-spacing:-1px;

}

#clear{
clear:both;
}

#blanc{
height:75px;
background-color:#CCCCCC;
}

#logo{
	height:100px;
	width:150px;
	float: left;
	background-color: #000000;
	background-image: url(assets/logo.gif);
	background-repeat: no-repeat;
}
#wrapper #logo .style2 {
	display: none;
}
#wrapper #menubar .style3 {
	text-decoration: underline;
}
#wrapper #header a {
	font-size: 12px;
	color: #666666;
	height: 20px;
	width: 50px;
	display: block;
	vertical-align: bottom;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#header{
	width:150px;
	height:100px;
	background-color:#231F20;
	float: left;

}

#greenline{
	width:800px;
	height:3px;
	background-color:#d0ef34;
	font-size: 5px;
	color: #d0ef34;
	float:left;
}


#main{
	background-color:#FFFFFF;
	width:300px;
	height:350px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11.5px;
	color:#666666;
	line-height: 1.4em;
	text-align: justify;
	margin: 0px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#wrapper #sidebar a {
	display: block;
	margin: 10px;
	padding: 8px;

}


#wrapper #sidebar a:hover {
	background-color: #231F20;
}


#picture{
	width:300px;
	height:380px;
	float: right;
	background-image: url(assets/cake.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#sidebar{
	height:380px;
	width:150px;
	float: left;
	background-color: #d0ef34;
	

}

#greenline1{
	width:800px;
	height:3px;
	background-color:#d0ef34;
	font-size: 5px;
	color: #d0ef34;
	float:left;
}




#footer{
	height:25px;
	width:800px;
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	text-indent:28px;
	float:left;
}
#wrapper #menubar {
	height: 100px;
	width: 500px;
	float: left;
	background-color: #231F20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#menubar a {
	display: inline;
	width: 99px;
	height: 10px;
	float: left;
	vertical-align: bottom;
	text-align: center;
	padding-top: 80px;
}
#main {

scrollbar-3d-light-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #ffffff;
scrollbar-dark-shadow-color: #000000;
scrollbar-face-color: #D0EF34;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
}
#wrapper #main p {
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
	text-indent: 0px;
}


#main {
overflow:auto
}

