/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	padding: 0;
	background: #000000 url(images/inksplat_bakg_3.jpg);
    background-repeat:repeat-y;
	background-attachment:fixed;
	font-family: "helvetica";
	font-size: 11px;
	color: #8dbb12;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Helvetica";
	color: #8dbb12;
}

h2 { font-size: 20px; }
h3 { font-size: 18px; }

p, ol, ul {
	line-height: 20px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 5px 15px 0 0;
	border: 4px solid #000000;
}

/* Header */

#header {
	width: 700px;
	height: 112px;
	margin: 0px 0px 0px 340px;
	background: url(images/header_back_700.jpg);
	border: 0px solid #000000;
}

#header h1 {
	float: left;
	padding: 40px 0 0 20px;
	text-transform: uppercase;
	font-size: 36px;
	color: #8dbb12;
}

#header h2 {
	float: right;
	padding: 95px 5px 0 0;
	font-size: 11px;
}

#header a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #8dbb12;
}

/* Menu */

#menu {
	width: 700px;
	height: 30px;
	margin: 0px 0px 0px 340px;
	background: url(images/menu_background_700.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 99px;
	height: 26px;
	padding: 4px 0 0 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #84827b;
}

#menu a:hover, #menu .active a {
	background: url();
	color: #8dbb12;
}

/* Content */

#content {
	width: 700px;
	margin: 0px 0px 0px 340px;
	background: #000000 url(images/mid_main_700.jpg) repeat-y;
	border: 0px solid #000000;
}

#colOne {
	float: left;
	width: 450px;
	padding: 20px;
    
}

#colOne h3 {
	margin: 5px 0 10px 0;
	color: #84827b;
}

#colOne ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colOne a {
	color: #8dbb12;
}

#colTwo {
	float: right;
	width: 165px;
	padding: 22px;
  }

/* Footer */

#footer {
	width: 700px;
	margin: 0px 0px 0px 340px;
	background: #000000  url(images/footer_700.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0 0 4px 0;
	text-transform: lowercase;
	text-align: center;
	font-size: 9px;
	color: #84827b;
}

#footer a {
	color: #84827b;
}
