html, body, div, ul {
	margin: 0;
	padding: 0;
}
#MainContainer {
	background-image: url(Images/wallpaper.jpg);
	background-repeat: repeat;
	height: 600%;
	width: 100%;
	position: absolute
}
#container {
	/*background-image: url(Images/container_image.gif);*/
	background-color: #cec194;
	background-repeat: no-repeat;
	height: 100%;
	width:900px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}

#imagenavbar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #755e34;
	width: 110px;
	float: left;
	height: 80px;
	padding-left: 0px;
	background-color: #cec194;
	margin-top: 50px;
	margin-left: 20px;
}
#imagenavbar a {
	color: #755e34;
	text-decoration: none;}	/*text-decoration: none;*/

#imagenavbar a:hover {
	color:#09202e;
	font-family: Arial, Helvetica, sans-serif;
}

#navbar {
	font-family: "Comic Sans MS";
	height: 50px;
	width: 345px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 3px;
	position: relative;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size:16px;
}
#navbar a {
	color: #755e34;
	text-decoration: none;	/*text-decoration: none;*/

}
#navbar a:hover {
	color:#09202e;
	font-family: Arial, Helvetica, sans-serif;
}

#topdesignl {
	background-image: url(Images/swirl_design.png);
	float: left;
	height: 50px;
	width: 270px;
	background-repeat: no-repeat;
	margin-top: 30px;
}
#topdesignr {
	background-image: url(Images/swirl_design.png);
	float: right;
	height: 50px;
	width: 270px;
	background-repeat: no-repeat;
	margin-top: 30px;
}


body {
    color: #262626;
	background: #f4f4f4;
	font: normal 12px/18px Verdana, sans-serif;
}

#content {
	width: 600px;
	border: solid 1px #cbcbcb;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	background-color: #7e8a96;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 800px;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #09202e;
	text-decoration: none;
}

h1 {
	margin: 30px 0 15px 0;
	font-family: Verdana, Geneva, sans-serif;
	;
	font-size: 16px;
	font-weight: normal;
	font-family: "Comic Sans MS", cursive;
	color: #755e34;
	text-decoration: none;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	color:#7e8a96;
	text-decoration: none;
}

hr {
	border: none;
	height: 1px;
	line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 7px 0;
	text-decoration: none;
}

a {
	outline: none;
}

a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

a img.last {
	margin-right: 0;	
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}
