/*www.JackBeignet.com*/

body {
	background-color: #660000;
	margin: 20px;
	padding: 0;
	/*background: url(images/img1.gif);*/
	font: normal small Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #002686;
}


p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #a3a6b5;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 820px;
	height: 150px;
	margin: 0 auto;
	padding: 35px 0 0 0; /*url(images/img2.gif) repeat-x;*/
}

#header h1 {
	display: none;
	text-align: center;
	font-size: 3em;
}

#header h2 {
	text-align: center;
	font-size: 1.4em;
}

#header h {
	text-align: center;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #002686;
}

/* Menu */

#menu {
	background-color: #002686;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width: 820px;
	height: 36px;
	margin: 0 auto;
	padding: 0;

}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background-color: #002686;
	display: block;
	float: left;
	width: 110px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: white;
}

#menu a:hover, #menu .active a {
	background-color: #460000;
	color: white;
}

/* Splash */

#splash {
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: solid;
	border-top-style: none;
	width: 820px;
	margin: 0 auto;

}

/* Content */

#content {
	color: black;
	background-color: #ffffcc;
	width: 820px;
	margin: 0 auto;
}

#content .title {
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-style: none;
	padding: 10px 20px; /*url(images/img4.gif) repeat-x left bottom;*/
	font-size: 18pt;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #460000;
}

#content h3 {
	color: #460000;
}

#content h4 {
	margin-left: 25px;
	color: #002686;
	font-size: 1em;
}

#content .story {
	line-height: 17px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12pt;
	border-style: none;
}


#content ul {
	padding: .25em;
	margin-left: 50px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	list-style: none;
	
	}



/* Gallery */
#gallery {
	text-align: center;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 10px;
	width: 800px;

}


/* Footer */

#footer {
	width: 780px;
	margin: 0 auto;
	padding: 10px 20px;
	
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}

/* Contact Form */


label{
float: left;
width: 150px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 150px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

