/** OZARK JUDO PHOTO */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: white;
	background-color: blue;
}
table {
	background-color: blue;
	color: #003300;
	border-color: black;
	border-style: none;
	border-width: thin;
	border-right-color: black
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: white;
}

p, ol, ul {
	line-height: 160%;
}

a {
	color: #003300;
}

a:hover {
	text-decoration: none;
	color: #746D12;
}

/** HEADER */

#header {
	float: left;
	background-color: blue;
	border-top: 5px groove #000099;
	width: 100%;
	
}

#header h1 {
	margin: 0px;
	font-size: 2.2em;
}

#header h2 {
	margin: 0px;
	font-size: 1em;
}

/** MENU */

#menu {
	padding: 2.2em 0em 0em 2em;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#menu li {
	display: list-item;
}

#menu a {
	margin: 0px 0px 0px 0px;
	padding: .2em 1em;
	background-color: blue;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: white;
}

#menu a:hover {
	background-color: #746D12;
}

li ul {
	display: none;
}

li:hover ul {
	display: block;
}

/** CONTENT */

#content {
	clear: both;
	margin: 1em 0px;
	padding: 1em 0px;
	border-top: 5px ridge #000099;
	width: 100%
}

#content h2 {
}

#left {
	float:left;
	width: 15%;
	padding-right: 4%;
	
	
}

#right {
	float: left;
	width: 75%;
	padding-right: 4%;
	border-left: 2px double #CCCCCC
}

/** FOOTER */

#footer {
	clear: both;
}

#footer p {
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: small;
	color: #CCCCCC;
}
