body {
	margin: 40px auto;
	padding: 0;
	background: #F9FCEA;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
}

.containingdiv {
	border: 1px solid #000;	
	width: 100%;
	margin: 0 auto;	
}

.contentdivcentered{
	margin: 0 auto;	
	width: 660px;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a:hover {
	text-decoration: none;
}

a {
	color: #3f2511;
}

img {
	border: none;
}

/* Header */

#header {
	width: 660px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 200px;
	height: 200px;
	background: url(../images/img1.gif);
}

#logo * {
	text-align: center;
	text-decoration: none;
	font-style: italic;
	color: #3f2511;
}

#logo h1 {
	padding: 74px 0 0 0;
	letter-spacing: -2px;
	font-size: 2.25em;
	font-variant: small-caps;
}

#logo h2 {
	padding: .25em 0 0 0;
	letter-spacing: -1px;
	font-size: 1em;
}

.date-shade {
	color:#000;
	font-size:30px;
	font-variant:small-caps;
	font-weight:bold;
	position:relative;
	text-align:center;
	top:-152px;
	left: -2px;
}

.date {
	color:#f00;
	font-size:30px;
	font-variant:small-caps;
	font-weight:bold;
	position:relative;
	text-align:center;
	top: -255px;
}

/* Menu */

#menu {
	float: right;
	width: 450px;
	height: 200px;
	background: url(../images/img2.jpg);
}

#menu ul {
	margin: 0;
	padding: 160px 0 0 0;
	list-style: none;
	position: absolute;
	top: -148px;
	width: 660px;
	margin-left: -210px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	padding: 0 2em 0 0;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #3f2511;
}

.imagefader {
	position: relative;
	top: -12px;
	left: 210px;
}

.imagefader li {
	position: absolute;	
}

.sub_level {
	position: absolute;
	background-color: #F9FCEA;
	border: 1px solid #3f2511;
	top: 237px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: none;
	color: #0d5cab;
	float: left;
}

.menu_level2 a.menu {
	display: none;
	color: #0d5cab;
	font-weight: bold;
	font-style: normal;
	width: auto;
	background-color: #F9FCEA;
	padding-right: 10px;
}
	
#menu .menu_level2 .menu {
	float: left;
}

#menu .menu_level2disabled .menu {
	float: left;
}

/* Content */

#content {
	width: 660px;
	margin: 0 auto;
	background: url(../images/img3.gif);
}

#colOne {
	float: right;
	width: 450px;
}

#colOne .top-head {
	padding: 30px;
}

#colOne .content {
	background: url(../images/img6.gif) no-repeat;
	padding: 30px 13px 13px 20px;
}

#colTwo {
	color: #3f2511;
	float: left;
	width: 200px;
}

#colTwo .top-head {
	padding: 30px;
}

#colTwo .content {
	background: url(../images/img5.gif) no-repeat;
	padding: 30px 13px 13px 13px;
}

#extra {
	height: 10px;
	background: url(../images/img7.gif);
}

#colTwo .content, #colTwo .content a {
	color: #2B2C74;
}

#colTwo .content h1 {
	font-size: 24px;
}

fieldset td {
	font-size: 14px;
}

.orderForm label {
	display: inline;
	float: left;
	width: 130px;
}

.photobook {
	float:left;
	clear: both;
}

.photoalbum {
	position: relative;
	border: 1px solid #999;
	background-color: #eee;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;
	height: 170px;
	float: left;
}

.photoalbum:hover {
	background-color: #ddd;
}

.photobookthumb {
	text-align: center;
}
	
.photobooktitle {
	position: absolute;
	width: 150px;
	text-align: center;
	bottom: 5px;
}

/* Footer */

#footer {
	width: 660px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 1em 1em 0 0;
	text-align: right;
	font-size: x-small;
}

/* Admin */
.mceContentBody {
	background-color: #78A3D8;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-image: none;
	border: dotted 0px #ccc;
	overflow:auto;
}

.mceContentBody h1{
	color: #fff;
}
