/*
Theme Name: Mumu
Description: Mumu theme by Acumen Development
Author: Acumen Development
Version: $Rev: 6 $
*/

body{
	background-color:#f2eacb;
	background-image:url(images/gradient.jpg);
	background-repeat:no-repeat;
}

#page_container{
	background-image:url(images/bar.jpg);
	background-repeat:repeat-x;
	background-position:0% 70px;
	width:100%;
}

#content_container{
	width:1010px;
	margin-left:auto;
	margin-right:auto;
}

.noflow{
	overflow:hidden;
}

#header{
	padding-left:25px;
	padding-right:25px;
}

.breaker{
	clear:both;
}

#logo{
	float:left;
}

#main_nav{
	margin-left:50px;
	margin-top:58px;
	float:left;
}

#main_nav ul{
	list-style-type:none;
}
#main_nav li{
	display:inline-block;
}

/* Sidebar */

#sidebar_container{
	float:left;
	margin-left:20px;
}
#sidebar_top{
	height:16px;
	background-image:url(images/sidebar_top.png);
	background-repeat:no-repeat;
}
#sidebar{
	padding-left:13px;
	padding-right:13px;
	background-image:url(images/sidebar_middle.png);
	background-repeat:repeat-y;
}
#sidebar_bottom{
	height:19px;
	background-image:url(images/sidebar_bottom.png);
	background-repeat:no-repeat;
}

#main_container{
	float:left;
	margin-left:10px;
	width:730px;
}

#main_top{
	height:16px;
	background-image:url(images/main_top.png);
	background-repeat:no-repeat;
}
#main{
	overflow:none;
	padding-left:16px;
	padding-right:50px;
	padding-bottom:16px;
	background-image:url(images/main_middle.png);
	background-repeat:repeat-y;
	min-height:300px;
}
#main_bottom{
	height:16px;
	background-image:url(images/main_bottom.png);
	background-repeat:no-repeat;
}
