@charset "utf-8";
/* CSS Document */
.clear { clear:both;}
body {
	background: #fff url(../assets/bgPage.png) repeat-x center -15px;
	color: #111;}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	color: #301800;
	padding: 5px 0px;}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	color: #301800;
	padding:0px;
	margin: 0px}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #301800;
	text-indent: 3px;
	padding: 2px 0px;
	margin-top: 10px;
	text-decoration:underline;}
h4 { font-family:Georgia, "Times New Roman", Times, serif;
	color: #301800;
	font-size: 22px;}
p {
	padding: 5px 10px;
	line-height: 2em;
	margin-bottom: 5px;}
p img {
	float:left;
	margin: 5px 10px 5px 5px;
	border: 1px solid #b3b3b3;
	padding: 2px;}
#content {
	width: 960px;}
#copy {
	width: 650px;
	float:left;}
a { color: #301800;
font-weight:bold;
text-decoration: underline;}
a:hover { color: #444;}
/*------------------------------------- nav start  ---------------------------------- */
#nav {
	width: 250px;
	display:block;
	margin: 0px;
	float:right;}
#nav a {
	font-weight: bold;}
	
#nav ul#navlist {
	list-style: none;
	list-style-image: none;
	list-style-position:inside;}
	
#nav ul#navlist > li {
	position: relative;
	display: inline;
	float: left;
	display: block;
	margin: 10px 26px}

#nav ul#navlist > li > a {
	width: 180px;
	height: 35px;
	display:block;
	background-repeat: no-repeat;}
	
#nav ul#navlist li a.menu:hover,  #nav ul#navlist li a.menu {
	background:url(../assets/navPage.png) 0px -35px no-repeat;}
	

#nav ul#navlist li a.about:hover, #nav ul#navlist li a.about{
	background:url(../assets/navPage.png) -180px -35px no-repeat;}
	

#nav ul#navlist li a.theory:hover, #nav ul#navlist li a.theory{
	background:url(../assets/navPage.png) -360px -35px no-repeat;}
	
	#nav ul li ul {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	padding:0px;
	margin: 5px 0px 0px 20px;
	text-align:left;}
#nav ul li ul li {
	padding: 5px 0px;
	font-size:12px;}
#nav ul li ul li.active a {
	color: #301800;
	text-decoration:none;}

#footer {
	height: 25px;}
.menuitem {
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}
.menuitemtext {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 25px;
	color: #333333;
}