
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 3.0 License
*/

body {
	margin: 0;
	padding: 0;
    background-color: #4c4c4c;
    background-image:url('images/crow-sm.png');
    background-repeat:no-repeat;
    background-position:left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	font-size: 2.8em;
	color: #3c3c3c;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
}

p, ol {
}

ul, ol {
}

a {
	color: #8A8A8A;
}

a:hover {
}

#wrapper {
	background: url(images/img02.jpg) no-repeat center 115px;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

/* Header */

#header {
	width: 900px;
	height: 115px;
	margin: 0 auto;
	padding: 0px 50px;
}

/* Logo */

#logo {
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
	color: #99cccc;
}

#logo h1, #logo p {
}

#logo h1 {
	padding:10px 0px 0px 0px;
	letter-spacing: 1px;
	text-transform: normal;
	font-size: 3.8em;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 10px;
	letter-spacing: 1px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #99cccc;
}

#logo p a {
	color: #99cccc;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Splash */

#splash {
	width: 960px;
	height: 300px;
	margin: 0px auto;
}


/* Menu */

#menu {
	float: right;
	width: 500px;
	height: 20px;
	margin: 0 auto;
	padding: 70px 0px 0px 0px;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0px 15px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
}

/* Background */

#bg1 {
	background: url() repeat-y left top;
}

#bg2 {
	background: url() no-repeat left top;
}

#bg3 {
	overflow: hidden;
	padding: 50px;
	background-color: #d7d7d7;
	border-bottom: 20px solid #3c3c3c;
	border-top: 10px solid #3c3c3c;
}


/* Page */

#page {
	overflow: hidden;
	margin: 0px auto;
}


#content {
	float: right;
	width: 75%;
}

#content p {text-align: justify;
	font-size: 1.25em;
	font-family: verdana, sans-serif;
	letter-spacing: 1px;
	line-height:1.6em;
}

#sidebar {
	float: left;
	width: 25%;
}

#sidebar a {
    color:#000000;
    text-decoration:none;
    border-bottom: 1px dashed #000000;
}

#footer {
	overflow: hidden;
	width: 940px;
	height: 100px;
	margin: 0px auto;
}

#footer p {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
	color:#99cccc;
}

td {
	padding: 10px;
	text-align: center;
	vertical-align: top;
	color: #cccccc;
	letter-spacing: 1px;
}
	
th {
    text-align: center;
    font-size: 1.25em;
    font-family: verdana, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	color: #cccccc;
}

