/* Pierre/Famille - CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #151138;
}

#container {
	margin: 0 auto 0 auto;
	min-height: 1100px;
	padding: 0;
	width: 1100px;
	text-align: center;
	background: #151138 url(background2.jpg) no-repeat top center;
}


/* Logo */

#logo_container {
	height: 208px;
	width: 1100px;
}


/* Navigation */

#nav_container {
	width:1100px;
	height: 95px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav_bar {
	width: 907px;
	height: 95px;
	background: url(nav_bg2.png) no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#nav_bar a {
	float:left;
}

a#about:link, a#about:visited {
	display: block;
	width: 214px;
	height: 95px;
	background: url(nav_about.jpg) no-repeat left top;
	margin-left: 46px;
}

a#about:hover, a#about:active {
	background-position: right top;
}

a#view:link, a#view:visited {
	display: block;
	width: 239px;
	height: 95px;
	background: url(nav_view.jpg) no-repeat left top;
	margin-left: 100px;
}

a#view:hover, a#view:active {
	background-position: right top;
}

a#order:link, a#order:visited {
	display: block;
	width: 148px;
	height: 95px;
	background: url(nav_order.jpg) no-repeat left top;
	margin-left: 114px;
}

a#order:hover, a#order:active {
	background-position: right top;
}

a#current_about {
	background: url(nav_about.jpg) no-repeat right top;
	display: block;
	width: 214px;
	height: 95px;
	margin-left: 46px
}

a#current_view {
	background: url(nav_view.jpg) no-repeat right top;
	display: block;
	width: 239px;
	height: 95px;
	margin-left: 100px;
}

a#current_order {
	background: url(nav_order.jpg) no-repeat right top;
	display: block;
	width: 148px;
	height: 95px;
	margin-left: 114px;
}


/* Content */

#content_container {
	width: 1100px;
	margin: 20px 0 29px 0x;
	text-align: center;
}

#content {
	width: 665px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 15px;
}

#contact_form {
	width: 665px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 15px;
}

#contact_form h1, #contact_form p {
	text-align: left;
}

h1 {
	font: 28px Georgia, "Times New Roman", Times, serif;
	color: #EBC109;
}

h3 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 0 10px 0;
}

p {
	font: 12px "Trebuchet MS", Garamond, Georgia, serif;
	line-height: 145%;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #EBC109;
}


/* Catalog */

#catalog {
	width: 762px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

#online_catalog {
	width: 665px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}



/* Footer */

#footer_container {
	width: 1100px;
	height: 58px;
	margin-bottom: 25px;
	text-align: center;
	clear:both;
}


#postscript {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 15px;
	clear:both;
}



