body{
	margin:0;
	padding:0;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container{
	width:830px;
	margin:0 auto;
	background:url(../images/background.jpg) top left repeat-y;
}

#containerBottom{
	width:830px;
	height:17px;
	margin:0 auto;
	background:url(../images/backgroundBottom.jpg) top left no-repeat;
}

#subContainer{
	width:800px;
	margin:0 auto;
	background-color:#b5a694;
}

#menu{
	height:97px;
	background:url(../images/top.jpg) top left repeat-x;
	position:relative;
}

#menu a{
	color:#FFFFFF;
}

#menu a span{
	display:none;
}

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

#menu ul li{
	padding:42px 0 0 0;
	margin:0 12px 0 0;
	float:left;
	text-align:center;
}

#menu ul li.selected{
	background:url(../images/selected.jpg) top center no-repeat;
}

#menu ul li.last{
	padding:0;
}

#menu a{
	height:19px;
	display:block;
}

#menu a.home{
	width:53px;
	background:url(../images/home.jpg) top center no-repeat;
}

#menu a.weddingHire{
	width:95px;
	background:url(../images/weddingHire.jpg) top center no-repeat;
}

#menu a.carGallery{
	width:88px;
	background:url(../images/carGallery.jpg) top center no-repeat;
}

#menu a.corporate{
	width:114px;
	background:url(../images/corporateHire.jpg) top center no-repeat;
}

#menu a.finishing{
	width:132px;
	background:url(../images/finishingTouches.jpg) top center no-repeat;
}

#menu a.finishingsGallery{
	width:131px;
	background:url(../images/finishingsGallery.jpg) top center no-repeat;
}

#menu a.contact{
	width:67px;
	background:url(../images/contact.jpg) top center no-repeat;
}

#topper{
	border-top:7px solid #cac2b9;
	position:relative;
	z-index:10;
}

#topperSmall{
	border-top:7px solid #cac2b9;
	position:relative;
	z-index:10;
	height:110px;
	overflow:hidden;
}

#shadow{
	height:20px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:999;
}

#logo{
	width:415px;
	height:100px;
	position:absolute;
	top:0;
	left:192px;
	z-index:500;
}

.image{
	width:398px;
	height:300px;
}

.divider{
	border-right:4px solid #cac2b9;
}

#contentTop{
	height:60px;
	padding:10px 10px 0 10px;
	margin:0 0 10px 0;
	background:url(../images/middle.jpg) top left repeat-x;
	clear:both;
	border-bottom:3px solid #baaa98;
}

#contentTop img{
	margin:15px 0 0 0;
}

#content{
	padding:10px 10px 20px 10px;
	color:#FFFFFF;
}

#content a{
	color:#691212;
	text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}

.contentLeft{
	width:550px;
	float:left;
}

.contentRight{
	width:200px;
	float:right;
	padding:0 0 0 10px;
}

.contentRightTop{
	background:url(../images/contentDividerTop.jpg) top left no-repeat;
	min-height:54px;
}

.contentRightBottom{
	background:url(../images/contentDividerBottom.jpg) top left repeat-y;
}

#footer{
	height:35px;
	padding:25px 10px 0 10px;
	background:url(../images/bottom.jpg) top left repeat-x;
	font-size:x-small;
	color:#FFFFFF;
	margin:10px 0 0 0;
}

#footer a{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer .left{
	width:50%;
	float:left;
	margin-top:-5px;
}

#footer .right{
	width:50%;
	float:right;
	text-align:right;
}

.forceClear{
	height:0px;
	clear:both;
}