body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
background: grey;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 250px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #ca2229;
background-image: url("../images/column-gradient.png");
background-position: top left;
background-repeat: no-repeat;
color: white;
z-index: 5;
}

#maincontent{
position: fixed;
top: 22px; 
left: 250px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #bebebe;
border-left: 2px solid #DF9479;
background-image: url("../images/shadow-gradient.png");
background-position: top left;
background-repeat: no-repeat;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 250px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#header {
	margin-bottom: 15px;
}

#logo h1 {
	visibility: hidden;
}

#logo {
	display: block;
	width: 220px;
	height: 135px;
	margin: 45px 0 0 0 ;
	padding: 0;
	background: url("../images/logo.png") top center no-repeat ;
}

h2 {
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
}

#header p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.8em;
}

#months h1 {
	visibility: hidden;
}

#months p {
	margin: 55px 0 20px 0;
	padding: 0;
	font-size: 0.8em;
}

#months {
	display: block;
	width: 220px;
	height: 161px;
	margin: 0;
	padding: 0;
	background: url("../images/2011.png") top center no-repeat ;
}


#CM p {
	margin: 100px 0 20px 0;
	padding: 0;
	font-size: 0.8em;
}

#CM a {
	display: block;
	width: 220px;
	height: 80px;
	margin: 5px 0 0 0;
	padding: 0;
	background: url("../images/CMauricie.png") top center no-repeat ;
}

#twitter {
	font-family: Vanilla, "Comic Sans MS", cursive;
	color: white;
	background-image: url("../images/twitbox.png");
	background-repeat: no-repeat;
	background-position: top center;
	margin: 15px 0 10px 0;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-box-shadow:0px 3px 7px #81292f;
	-webkit-box-shadow:0px 3px 7px #81292f;
	box-shadow:0px 3px 7px #81292f;
}

#twitter p {
	margin: 5px 0;
	padding: 0;
	font-size: 1em;
	line-height:150%
	}
	
#twitter a:link, #twitter a:visited {
	text-decoration: none;
	color: grey;
	}

#twitter a:hover {
	color: #00BBFF;
	}
			
#gallery {
	width: auto;
	min-width: 705px;
	max-width: 1024px;
	padding: 0 0 0 15px;
	margin: 15px 0 0 0;
	list-style: none;
	text-align: center;
}

#gallery li {
	width: 225px;
	height: 260px;
	margin: 0 10px 10px 0;
	padding: 0;
	background-image: url("../images/tocome.png");
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	display: block;
}

#gallery li a {
	display: block;
	padding: 230px 0 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	color: #d2d2d2;
}

#gallery li.toy a {
	color: grey;
}

#gallery li a:hover, #gallery li:hover {
	color: white;
	background-position: bottom center;
}

.clear {
    height: 0;
    clear: both;
}

#footer {
	min-width: 725px;
	max-width: 975px;
}

#footer p {
	text-align: center;
	text-decoration: none;
	color: grey;
	font-size: 0.8em;
	margin: 0;
	padding: 0 0 10px 0;
}

#footer a:link, #footer a:visited, #footer a:hover {
	text-decoration: none;
	color: grey;
}