* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
        background-image: url('images/background.JPG');
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;

}



h2 {color:#CD0000;}
h1 {color:#FFFFFF; font-size: 300%}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 25px;

}



/* Middle 
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 10px;
	height: 1%;
	color: #FFFFFF;
	background: #000000;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 270px;

}

/* Sidebar Left 
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
	background: #000000;
        background-image: url('images/Mon_Amie_Productions_Logo.png');
        background-repeat: no-repeat;
}






/* Middle 2
-----------------------------------------------------------------------------*/
#middle2 {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle2:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container2 {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content2 {
	padding: 0 0 0 270px;
}

/* Sidebar Left 2
-----------------------------------------------------------------------------*/
.sl2 {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
}






/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 800px;
	margin: -225px auto 0;
	height: 225px;
	background: #000000;
	color: #FFFFFF;
}






/* NAVIGATION
-----------------------------------------------------------------------------*/

.buttonscontainer {width: 125px;}

.buttons a {color: #FFFFFF;
background-color: #000000;
padding: 2px;
padding-left: 3px;
font: 17px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
border-color:    ;
display: block;
margin: 0px;
width: 100%;
text-align: left;}

.buttons a:hover {border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #FFFFFF;
border-color:    ;
color: #000000;
text-decoration: none;}






