/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	line-height: 180%;
	text-align: justify;
	font-size: small;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 150px;
	margin: 0 auto;
	border-top: 20px;
}

/* Logo */

#logo {
	float: left;
	width: 200px;
	height: 200px;
	background: url(../images/img1.gif);
}

#logo * {
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 0 0 0 0;
	letter-spacing: -2px;
	font-size: 2.25em;
}

#logo h2 {
	padding: .25em 0 0 0;
	letter-spacing: -1px;
	font-size: 1em;
}

/* Menu */

#menu {
	float: center;
	width: 800px;
	height: 150px;
	background: url("../images/banner.jpg");
}

#menu ul {
	float: center;
	margin: 0;
	padding: 115px 0px 0px 250px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	text-transform: lowercase;
	font-size: small;
	font-weight: bold;
	color: #f0f0f0;
	text-decoration: none;
}

#menu a:hover {
	color: blue;
	text-decoration: underline;
}

/* Content */

#content {
	align: center;
	width: 800px;
	margin: 0 auto;
	padding: 15px 15px 15px 15px;
	border-top: 10px solid #000000;
	padding: 0px 0px 0px 0px;
	color: #f0f0f0;
		background: #333366;
	background-image:url("../images/background.jpg");
}

#content p {align: center; padding: 5px 20px 5px 20px;}
#content h1 {font-size: 1.6em; padding: 5px 15px 5px 15px;}
#content h2 {font-size: 1.2em; padding: 5px 15px 5px 15px;}
#content h3 {color:#c0c0c0; font-size: 1.2em;}
#content a {color: #a0a0a0;
	text-decoration: underline;
}
#content tr {
	line-height: 180%;
	text-align: justify;
	font-size: small;
	background: #333366;
	border-bottom : dashed #aaaaaa 1;
	padding: 10px 10px 10px 10px;
}
#content td {
	border-bottom : dashed #aaaaaa 1;
}
#content a:hover {
	color: blue;
	text-decoration: underline;
}

#content_photos {
	align: center;
	width: 800px;
	height: 410px;
	margin: 0 auto;
	border-top: 20px solid #000000;
	color: #f0f0f0;
	background: #000000;
}

/* Footer */

#footer {
	width: 800px;
	height: 60px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: x-small;
	color: #b1b1b1;
}

#footer a {
	padding: 0px 5px 0px 0px;
	color: #A1A1A1;
}
#footer a:hover {
	color: blue;
}

#footer ul {
	float: center;
	margin: 0;
	padding: 5px 0px 0px 230px;
	list-style: none;
}
