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

body {
	margin: 11px 0 0 0;
	padding: 0;
	font: normal small Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000;
background-color: #000; }

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 120%;
}

img {
border: 0px;
}

.photo2 {
border: 2px #000 solid;
margin: 5px;
padding: 3px; }

.small {
font-size: 8pt;
color: #999999; }

a {
	color: #a60328;
text-decoration: underline; }

a:hover {
	text-decoration: underline;
color: #5f5f5f; }

#wrapper {
width: 1000px;
margin: auto; }

/* Header */

#header {
	width: 1000px;
	height: 171px;
	margin: 0 auto;
	background: url(../images/logo-header.jpg) no-repeat;
 z-index: 999;
}

#header * {
	text-decoration: none;
	text-align: center;
	color: #000000;
}

/* Menu */

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.menu li {
border-bottom: 1px #a60328 solid;
padding-bottom: 5px;
padding-top: 5px;
margin-bottom: 10px;
text-align: left;
list-style-type: none;
display: block; 
width: 180px;}

.menu li:hover {
border-bottom: 1px #a60328 solid;
padding-bottom: 5px;
padding-top: 5px;
margin-bottom: 10px;
text-align: left;
list-style-type: none;
display: block;
background-color: #e0e0e0; }

.menu a {
	width: auto;
	height: 21px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.menu a:hover {
	color: #000; }

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
background-color: #000;}

#colFull {
	float: left;
	width: 980px;
margin-left: 5px;
padding-left: 5px;
padding-bottom:10px; }

#colOne {
	float: left;
	width: 218px;
background-color: #000;
padding-left: 15px;
padding-bottom:10px; }

#colTwo {
	float: left;
	width: 766px;
padding-bottom: 10px;
background-color: #fff;
background-image: url(../images/corner.jpg);
background-repeat: no-repeat;
background-position: right bottom; }

#indent {
padding-right: 5px;
padding-left: 5px;
}

/* Content Elements */

#content h1 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 18pt;
color: #000;
font-stretch: condensed;
text-transform: capitalize; }

#content h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11pt;
color: #a60328;
text-align: left;
font-style: normal;
font-stretch: expanded; }

#content h3 {
	letter-spacing: normal;
	font-size: 10pt;
	color: #f6a7b6;
text-align: left; }

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	height: 70px;
	padding: 7px 0 0 0;
text-align: center; }

#footer * {
	color: #fef3f5;
}

#footer:link {
color: #fef3f5;
}

#footer:hover {
color: #fae9ee;
}

#footer p {
	font-size: smaller;
}