@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-color: #d1d1ce;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#outercontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	float: none;
}
#outercontainer #header {
	width: 100%;
}
#outercontainer #topnav {
	width: 900px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
	font-size: 14px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-color: #999999;
	color: #CCCCCC;
}
#outercontainer #topnav a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	padding: 6px;
}
#outercontainer #topnav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #2F0289;
	padding: 6px;
}
#rightbox   {
	width: 500px;
	left: 0px;
	top: 0px;
	position: relative;
	float: right;
	margin-top: 90px;
	margin-right: 40px;
}
.welcome {
	background-image: url(welcomebg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#outercontainer #content {
	width: 900px;
	position: relative;
	height: auto;
	float: left;
	background-color: #FFFFFF;
}
p {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	line-height: 17px;
}
h1 {
	font-size: 22px;
	color: #340296;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 25px;
}
h2 {
	font-size: 16px;
	color: #333333;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 19px;
}
#outercontainer #footer {
	width: 900px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
	font-size: 14px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-color: #999999;
	color: #FFFFFF;
}
#footer p {
	font-size: 11px;
	color: #CCCCCC;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	line-height: 17px;
}
#footer a {
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	line-height: 17px;
	text-decoration: none;
}
.weddings {
	background-image: url(weddings.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.portraits {
	background-image: url(portraits.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.action {
	background-image: url(action.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pricing {
	background-image: url(pricing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contact {
	background-image: url(contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallery {
	background-image: url(gallery.jpg);

	background-repeat: no-repeat;
	background-position: left top;
}

.tablebox {
	padding: 5px;
	vertical-align: top;
	background-color: #9999FF;
}
.tablebox p {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	line-height: 17px;
}
