@charset "UTF-8";
body {
			align: center;
			width: 960px;
			font-size: 100%;
			line-height: 1.4;
			background-color: #999965;
			margin-top: 0;
			margin-right: auto;
			margin-bottom: 0;
			margin-left: auto;
			padding-top: 80px;
			padding-right: 80px;
			padding-bottom: 80px;
			padding-left: 80px;
			color: #300A2F;
}
ul, ol, dl {
			padding: 0;
			margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
			margin-top: 0;
			font-size: medium;
}
a img {
			border: none;
}
a:link, a:visited {
	color: #300A2F;
}
a:hover, a:active, a:focus {
			text-decoration: none;
}
.container .header p {
	font-family: 'Dancing Script', cursive;
	font-size: 36px;
	position: relative;
	top: -10px;
	text-align: left; 
	
}
.header {
			height: 60px;
			width: 850px;
			margin-left: 90px;
}
.sidebar {
			float: left;
			width: 110px;
			height:543px;
			font-size: x-large;
}
.sidebar .nav {
			font-family: 'Dancing Script', cursive;
			font-size: 80%;
			text-align: left;
}
ul.nav {
			list-style-type: none;
}
ul.nav a, ul.nav a:visited {
			display: block;
			width: 140px;
			text-decoration: none;
			padding-top: 10px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
			color: #4E4029;
}
.content1 {
			padding: 0;
			width: 850px;
			height: 543px;
			float: right;
}
.content1 ul, .content11 ol {
			padding: 0 15px 0 40px;
}
h2 {
			font-size:large;
}
