@charset "utf-8";
html, body {
	height: 96%; /* Stay a bit off top and bottom and stop a scrollbar in IE. */
}
body {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 13px;
	color: #8C8C8C;
	
}
/* ************************* END GENERAL STYLING ************************* */
	

/* *************************  START DIV STYLING  ************************* */

#container { /* <DIV #1> */
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
html>body #container
{
	width: 900px;
}
#header {
	width: 460px;
	margin: 60px 0px 40px 40px;
	padding: 0;
	text-align: left;
	float: left;
	background-image: url(images/img07.gif);
	background-repeat: no-repeat;
}
#header h1
{
	margin: 0px 0px 0px 30px;
}
#primarycontent {
	width: 500px;
	margin: 0 auto;
	float: left;
	color: #CBA61A;
	position: relative;
	left: 40px;
	text-align: justify;
}
html>body #primarycontent {
	width: 500px;
	margin: 0 auto;
	float: left;
	color: #CBA61A;
	position: relative;
	left: 40px;
	text-align: justify;
}
#menu {
	float: right;
	width: 350px;
	background-image: url(../images/flower.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
	text-align: center;
	margin-right: 40px;
}
#menu ul {
	padding: 0px 0px 10px 10px;
	margin: 380px 20px 0px 84px;
	list-style: none;
	background: #171717;
	text-align: left;
}

#menu li ul {
	padding: 5px 15px;
	margin: 0;
	list-style: none;
}

#menu li li {
	border-bottom: 1px dotted #000000;
	background: url(images/img02.gif) no-repeat 5px 50%;
	padding-left: 15px;
}

#menu h2 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #0F0F0F;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
}

#menu a {
	text-decoration: none;
}
h1, h2, h3 {
	font-weight: normal;
	color: #CBA61A;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

a {
	color: #9BDB18;
}

a:hover {
	text-decoration: none;
	color: #E6B715;
}
#footer { /* The bottom, with the copyright notice. */
	clear: both; /* Appear UNDER core_right, not next to it. Not even with changed width on #container. */
	width: 760px; /* 680px? Yep, the same width as #container. */
	height: 20px; /* Give it some height! */
	text-align: right; /* The text should appear on the rightside of the footer. */
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
}
#footer p { /* The <p> within the footer is styled here. */
	font-size:0.8em;
	color: #fff; /* Ocean blue color... */
	font-family: Verdana, "Trebuchet MS",  sans-serif; /* I love Trebuchet, should've been the standard font! ;-) */

}
#footer a { /* The <a href="... tags in the footer are styled here. */
	text-decoration: none; /* No lines under the text. */
	color: #9BDB18;
}