/* CSS Document */

/*##############################################################
  Latest version of Reset.css (includes Baseline)
##############################################################*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ol, ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}
strong {font-weight:bold}

/*#######################
  Element Styles 
#######################*/

body {font-size:12px; font-family:Arial, Verdana, Helvetica, sans-serif; color:#000; background-image: url("http://www.ocalashinbukan.com/images/background-img.png"); background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-color:#fff}
a {outline:none; color:#CC0000}
	a:hover {text-decoration:none}
p {line-height:1.5em; margin:15px 0}
h2 {margin:15px 0; font-size:1.75em; font-family:Arial, Verdana, Helvetica, sans-serif; font-style:bold; font-weight:bold; color:#CC0000}
h3 {margin:15px 0; font-size:1.5em; font-family:Arial, Verdana, Helvetica, sans-serif; font-style:normal; color:#CC0000}
small {font-size:.95em}
em {font-style:italic}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {margin:0 auto; width:960px}
	#header {width:930px; padding:15px}
	#header h1 {float:left; display:inline; margin-right:15px; font-size:1.65em; font-weight:bold}
		#header h1 a {color:#CC0000; text-decoration:none}
		#header h1 a small {font-size:.85em; font-weight:normal; color:#121212}
	#navigation {float:right; font-size:1.25em}
		#navigation li {display:inline; margin-right:15px}
			#navigation li a {text-decoration:none}
				#navigation li a:hover {text-decoration:underline}
	
	#content_wrapper {clear:both; padding:15px; width:930px}
		#hero {clear:both; overflow:hidden; padding:15px 15px 15px 575px; width:325px; height:274px; color:#fff; background:#000 url(../images/ocala-florida-martial-arts.jpg) left top no-repeat}
			#hero h2 {font-size:2.25em; font-style:bold; font-weight:bold; font-family:Arial, Verdana, Helvetica, sans-serif; color:#fff}
			#hero p {font-size:1.25em}
			#hero ul {margin:15px 0 15px 25px; font-size:1.5em; list-style-type:disc}
				#hero ul li {margin:15px 0}
		#content {float:left; display:inline; margin-right:15px; width:610px}
			#content input, textarea {width:350px}	
			#content input#submit {width:auto; font-weight:bold}													
		#sidebar {float:right; width:305px}
			.gallery li {margin:15px 0}
		#footer {clear:both; font-size:.85em}
	

