@charset "utf-8";
/* CSS Document */
/*********************** CSS Reset v1.0 | 20080212 **************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1em;
	background: #192227;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
}

a{
	color: #7B2031
	}
	
p{
	padding: 10px 0px 10px 0px;
	}
	
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear: both;
	}
	
#wrapper{
	width: 780px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
/********************************* Header ****************************/
#header{
	background: #fff;
	padding: 5px 20px 5px 20px;
	}

/********************************* Navigation *************************/
#navigation{
	color: #fff;
	text-align: center;
	font-size: 90%;
	border-bottom: 5px solid #7B2031;
	padding: 10px 5px 10px 5px;
	overflow: hidden;
	}
	
#navigation a{
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
	}
	
#navigation a:hover{
	background: #DAD6B3;
	color: #7B2031;
	overflow: hidden;
	padding: 10px 5px 10px 5px;
	}
	
#navigation ul{
	display: inline;
	}

#navigation ul li{
	display: inline;
	}
/********************************* Content ****************************/
#content{
	background-image:url(../images/background-content.jpg);
	background-repeat:repeat-x;
	padding: 10px 20px 10px 20px;
	min-height: 210px;
	border-top: 5px solid #DAD6B3;
	background-color: #fff;
	margin-bottom: 20px;
	}

#content h1{
	color: #fff;
	font-size: 110%;
	padding-bottom: 5px;
	text-shadow: 1px 1px 3px #000;
	}
	
#content img{
	margin-top: -20px;
	padding-bottom: 20px;
	}
#content input, textarea, select{
	border: 1px solid #7B2031;
	}
	
#content ul{
	margin: 20px 0 0px 0;
	}

#content ul li{
	list-style-type: disc;
	margin-left: 30px;
	}
	
.map{
	margin-top: 10px;}
	
#gallery{
	margin: 0 auto; 
	width: 100%; 
	text-align: center;
	padding: 10px 0 10px 0;
	}
	
/*********************************** More   ****************************/
#more{
	background: #192227;
	margin: -35px 0 30px 0;
	padding: 40px 20px 20px 20px;
	}
	
#more h1{
	color: #fff;
	font-size: 140%;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	font-style: italic;
	}
	
.boxes{
	display: inline;
	width: 245px;
	float: left;
	/*margin-bottom: 20px;*/
	margin: 20px auto;
	text-align: center;
	}
	
.boxes img{
	border: 3px solid #fff;
	margin: 10px auto;
	}
	
.boxes p{
	padding: 15px;
	color: #fff;
	text-align: left;
	}
	
.center{
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
/*********************************** Footer *****************************/
#footer{
	border-top: 1px solid #ccc;
	padding: 10px;
	color: #fff;
	font-size: 90%;
	text-align: center;
	}

#footer a{
	color: #ccc;
	}
	
#footer ul{
	margin: 0 auto;
	}
	
#footer ul li{
	display: inline;
	}
	
#footer p{
	font-size: 80%;
	}

