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

body {
	margin: 20px 0;
	padding: 0;
	background: #330000 repeat-x;
    background-image: url(images/img.jpg);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	color: #B13413;
}

h2 {
	color: #B13413;
}

h1 {
	color: #B13413;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

blockquote {
	margin-top: 0;
}

ol {
	margin-top: 0;
}

ul {
	margin-top: 0;
}

p {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat;
	padding: 0px; border: 1px solid white;}
}

#campic {
	width: 446px;
	height: 350px;
	margin: 135px;
}
	
#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	padding: 0px;
	font-size: xx-large;
	color:#330000;
}


/* Menu */

#menu {
	border: 1px solid white;
	width: 700px;
	height: 50px;
	margin: 0 auto;
	background-color:black
	
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .active a {
	background: url(images/img3.gif);
	color: #FFFFFF;
	font-weight:bold;
}

#menu a:hover {
	color: #FFFFFF;
	font-weight:bold;
}

/* Content */

#content {	
	width: 700px;
	height:auto;
	margin: 0 auto;
	border: 1px solid white;
	background-color: black;
	
}
#colOne {
	float: right;
	width: 120px;
	padding: 10px;
}

#colTwo {
	float: right;
	width: 400px;
	padding: 20px 10px 0 10px;
}

#colThree {
	float: right;
	width: 120px;
	padding: 10px;
}


/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #666666;
}