body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("/images/global/background-fade.jpg");
	background-repeat: repeat-x;
}

.clear {
	clear: both;
}

#main_container {
	width: 950px;
	margin: 0 auto;
}

#logo {
	float: left;
}

#name {
	background-image: url("/images/global/strangemother.png");
	background-repeat: no-repeat;
	width: 663px;
	height: 97px;
	font-size: 0px;
	margin-top: 90px;
	margin-right: 69px;
	float:right;
}

#bar {
	float: right;
	background-color: #d2d2d2;
	height: 10px;
	width: 730px;
	margin-top: 8px;
	
}

#content {
	clear: both;
	padding-top: 40px;
}

.menu {
	width: 260px;
}

.menu>.section {
	background: url("/images/global/menu_tile.png") repeat-y;
	position: relative;
	top: -30px;
	padding-top: 30px;
}

.menu>.section>ul {
	margin: 0;
	padding-left: 40px;
}
.menu>.section>ul>li a {
	color: #3a3939;
}

.menu>.section>ul>li {
	list-style: none;
	padding-bottom: 12px;
	color: #3a3939;
}


.menu .header {
	height: 82px;
	background-repeat: no-repeat;
	background-position: 4px 0;
	position:relative;
	z-index: 1;
}

.menu>.footer {
	background: url("/images/global/menu_bottom.png") no-repeat;
	height: 35px;
	position: relative;
	top: -30px;
}

.right.menu .header {
	background-image: url("/images/global/right_menu_header.png");
}

.left.menu .header {
	background-image: url("/images/global/left_menu_header.png");
}

.right.menu {
	float: right;
	margin-right: 30px;
}


.left.menu {
	margin-top: 2px;
	float: left;
}



#section_2 {
	width: 100%;
	height: 270px;
	position: relative;
	top: -25px;
}

#footer {
	text-align: center;
	font-size: 12px;
	color: #7b7a7a;
}

.sig {
	font-size: 12px;
	font-variant: small-caps;
	color: #8B1515;
}

.note {
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	color: #7b7a7a;
}

.page_title {
	font-size: 50px;
	font-weight: bold;
}
