body {
	background-color:#fffaef;
}


/* page */
#container {
	margin-left: auto;
	margin-right: auto;
	width:960px;
}

#header {
	height:260px;
}

#content {
	height:auto;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
}

#fullcontent {
	height:auto;
	width:960px;
	float:left;
}

#gallery {
	height: auto;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#inner-content {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}

#inner-content-s{
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	clear:both;
	text-align:center;
	font-size:.8em;
	padding:15px;
}




/* Positioning */
#list-centered {
    margin: 0 auto;
	padding: none;
    width: -webkit-fit-content;
       width: -moz-fit-content;
            width: fit-content;
}


	/* email */
p.pos_left {
	position: relative;
	left: 35px;
	top: 50px;
}

	/* Heading images */
#address {
	position: relative;
	top: 50px;
}

#logo {
	float: left;
}
	
	



/* Navigation Bar */
#nav {
    list-style:none;
    font-weight:bold;
    margin: 10px;
    float: left;
    width:100%;
	
}
#nav li{
    float:left;
    margin-right:1px;
    position:relative;
	padding: none;
}

#nav a:link,
#nav a:visited {
	display:block;
	padding:6px;
	width:175px;
	font:times new roman;
	color:#FFF;
	background-color:#820000;
	text-align:center;
	text-decoration:none;
	font-style:italic;
}

#nav a:hover,
#nav a:active {
	background-color:#9B3333;
}


/* Dropdown */
#nav ul{
    background:#fff;
    background: rgba(0,0,0,0);
    list-style:none;
    position:absolute;
	left:-9999px;
	margin: 0;
	padding: 0;
	
}

#nav ul li{
    padding-top:0px;
	float:none;
}

#nav li:hover ul {
    left:0;
background-color:#9B3333;
}

#nav li:hover a{ 
    background-color:#9B3333; /*#9B3333*/
    text-decoration:none;
}

#nav li:hover ul a {
    text-decoration:none;
	background-color:#820000;
}

#nav li:hover ul li a:hover {
    background-color:#9B3333;
}


/* Buttons */
#button{
    list-style:none;
    font-weight:bold;
    margin-bottom:10px;
    width:100%;
}
#button li{
    
    margin-right:1px;
    position:relative;
}

#button a:link,
#button a:visited {
	display:block;
	padding:5px;
	width:220px;
	font:times new roman;
	color:#FFF;
	background-color:#820000; /*#820000*/
	text-align:center;
	text-decoration:none;
	font-style:italic;
}

#button a:hover,
#button a:active {
	background-color:#9B3333;
}





/* regular links */
a:link {
	color:#820000;
	text-decoration:none;
}
a:visited {
	color:#820000;
	text-decoration:none;
}
a:hover {
	color:#cccccc;
	text-decoration:none;
}

a:active {
	color:#999999;
	text-decoration:none;
}


/* text */
h1 {
	color: #820000;
	text-align: center;
}

h1#big {
	color: #820000;
	text-align: center;
	font-size:4.5em;
}
h5 {
	color: #820000;
	font-size:1.25em;
	
}
h4 {
	padding: 0px;
}

h3 {
	color: #820000;
}

h3.link {
	text-decoration:underline;
}



p#center,h4#center,h3#center,h2#center {
	text-align: center;
}


ul#a {
	list-style-type:circle;
}

p {
    padding: 0px;
	margin: 0px;
}


p#nodent {
	text-indent:0px;
    padding: 0px;
	margin: 0px;
}


/* images */
img {
	border: none
}
img.top {
	vertical-align:text-top;
}

