* {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

body {
	background: #0e0e0e;
	font-family: calibri, tahoma;
	color: #1c1c1c;
	height: 100%;
}

#menu-container {
	width: 800px;
	margin-top: 50px;
	clear: both;
}

.menu-left {
	width: 9px;
	height: 70px;
	background: url('images/menu_left.png') no-repeat;
	float: left;
}

.menu-right {
	width: 11px;
	height: 70px;
	background: url('images/menu_right.png') no-repeat;
	float: left;
}

.menu-middle {
	width: 780px;
	height: 70px;
	float: left;
	background: url('images/menu_middle.png') repeat-x;
	color: #FFF;
}

#menu {
	list-style-type: none;
}

.nav-select {
	height: 55px;
	width: 73px;
	background: url('images/menu_select.png') no-repeat;
	float: left;
	padding-top: 15px;
	text-align: center; 
}

.nav {
	height: 55px;
	width: 73px;
	float: left;
	padding-top: 15px;
	text-align: center;
}

.nav a {
	color: #ccc;
	text-decoration: none;
}

.nav a:hover {
	color: #fff;
	text-decoration: none;
}

#header img {
	width: 800px;
	height: 233px;
	margin-top: -27px;
	clear: both;
}

#header {
	width: 800px;
}

#content-top {
	width: 800px;
	height: 3px;
	margin-top: -5px;
	background: url('images/content_top.png') no-repeat;
}

#content {
	background: #FFF;
	width: 760px;
	height: 100%;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

#content-bottom {
	width: 800px;
	height: 3px;
	background: url('images/content_bottom.png') no-repeat;
}

#header-stripe {
	width: 800px;
	height: 11px;
	background: url('images/header_stripe.png') repeat-x;
	margin-top: -4px;
}

h1 {
	font-size: 18px;
	font-family: calibri, tahoma;
	font-weight: normal;
	color: #630000;
	margin-bottom: 5px;
}

p {
	margin-top: 5px;
	font-size: 12px;
}

.intro {
	text-align: justify;
}

.intro-img {
	float: right;
	margin-left: 10px;
	width: 300px;
	height: 112px;
}

#latest-news {
	margin-top: 10px;
}

.news-header {
	border-bottom: 1px solid #bbb;
	margin-bottom: -10px;
}

.news-block {
	margin-top: 15px;
}

.news-title {
	width: 745px;
	height: 21px;
	background: #630000;
	color: #FFF;
	font-size: 13px;
	padding-top: 4px;
	padding-left: 15px;
}

.news-title-txt {
	float: left;
	width: 600px;
}

.news-title_date {
	float: right;
	font-size: 11px;
	padding-top: 1px;
	width: 125px;
	text-align: right;
	padding-right: 15px;
}

.news-content {
	text-align: justify;
	margin-top: 10px;
	overflow: hidden;
	font-family: calibri, tahoma;
	color: #1c1c1c;
	font-size: 13px;
}

.news-img {
	float: right;
	margin-left: 10px;
}

.read-more {
	text-align: right;
}

.read-more a {
	color: #630000;
	font-weight: 900;
	font-size: 13px;
}

h1 a {
	color: #630000;
	font-weight: 900;
	font-size: 17px;
}

h1 a:hover {
	text-decoration: none;
}

.read-more a:hover {
	text-decoration: none;
}

#footer-container {
	width: 800px;
}

.footer-left {
	width: 10px;
	height: 51px;
	background: url('images/footer_left.png') no-repeat;
	float: left;
	margin-top: 5px;
}

.footer {
	float: left;
	width: 780px;
	background: url('images/footer_middle.png') repeat-x;
	height: 46px;
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	font-family: tahoma;
	padding-top: 5px;
	color: #555;
}

.footer a {
	color: #555;
	font-family: tahoma;
	font-size: 11px;
}

.footer-right {
	width: 10px;
	height: 51px;
	background: url('images/footer_right.png') no-repeat;
	float: left;
	margin-top: 5px;
}

.occasion {
	width: 700px;
	height: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 20px;
}

.oc-picture {
	width: 255px;
	height: 187px;
	float: left;
}

.oc-picture img {
	width: 255px;
	height: 187px;
}

.oc-specs {
	float: left;
	width: 300px;
	margin-left: 20px;
}

.picture-big {
	text-align: center;
}

.sub-pictures {
	border-bottom: 1px dotted #bbb;
	border-top: 1px dotted #bbb;
	width: 100%;
	height: 100px;
	clear: both;
	margin-bottom: 30px;
	padding-top: 10px;
	margin-top: 10px;
}

.picture-small {
	text-align: center;
	margin-bottom: 20px;
	margin-left: 10px;
	float: left;
	margin-top: 5px;
}

.picture-small img {
	width: 100px;
	height: 80px;
	border: 1px solid #bbb;
}

.picture-small img:hover {
	border: 1px solid #630000;
}
