@charset "utf-8";
/* CSS Document */

body {
	margin: 10px;
	background: #000 url(../images/components/eros-psyche-small.jpg) left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#container {
	min-width: 1008px !important;
	min-width: 973px;
	max-width: 1008px !important;
	max-width: 973px;
}

#container {
	margin: 0 auto;
	width: 1008px !important;
	width: 973px;
}

/* start navigation */
#navigation {
	float: left;
	margin-top: 150px;
	width: 220px;
}

#navigation ul {
	padding: 0;
	margin-left: 0;
}

#navigation li {
	height: 27px;
	padding: 2px;
}

.homebutton {
	background: url(../images/navigation/home.jpg) left top no-repeat;
	display: block;
	width: 52px;
	height: 27px;
	text-indent: -5000px;
}

.homebutton:hover {
	background: url(../images/navigation/home.jpg) right top no-repeat;
}

.homebutton_active {
	background: url(../images/navigation/home.jpg) right top no-repeat;
	display: block;
	width: 52px;
	height: 27px;
	text-indent: -5000px;
}

.portfoliobutton {
	background: url(../images/navigation/portfolio.jpg) left top no-repeat;
	display: block;
	width: 61px;
	height: 27px;
	text-indent: -5000px;
}

.portfoliobutton:hover {
	background: url(../images/navigation/portfolio.jpg) right top no-repeat;
}

.portfoliobutton_active {
	background: url(../images/navigation/portfolio.jpg) right top no-repeat;
	display: block;
	width: 61px;
	height: 27px;
	text-indent: -5000px;
}

.fantasybutton {
	background: url(../images/navigation/romanticfantasies.jpg) left top no-repeat;
	display: block;
	width: 134px;
	height: 27px;
	text-indent: -5000px;
}

.fantasybutton:hover {
	background: url(../images/navigation/romanticfantasies.jpg) right top no-repeat;
}

.fantasybutton_active {
	background: url(../images/navigation/romanticfantasies.jpg) right top no-repeat;
	display: block;
	width: 134px;
	height: 27px;
	text-indent: -5000px;
}

.productsbutton {
	background: url(../images/navigation/productservices.jpg) left top no-repeat;
	display: block;
	width: 132px;
	height: 27px;
	text-indent: -5000px;
}

.productsbutton:hover {
	background: url(../images/navigation/productservices.jpg) right top no-repeat;
}

.productsbutton_active {
	background: url(../images/navigation/productservices.jpg) right top no-repeat;
	display: block;
	width: 132px;
	height: 27px;
	text-indent: -5000px;
}

.contactusbutton {
	background: url(../images/navigation/aboutuscontactus.jpg) left top no-repeat;
	display: block;
	width: 190px;
	height: 27px;
	text-indent: -5000px;
}

.contactusbutton:hover {
	background: url(../images/navigation/aboutuscontactus.jpg) right top no-repeat;
}

.contactusbutton_active {
	background: url(../images/navigation/aboutuscontactus.jpg) right top no-repeat;
	display: block;
	width: 190px;
	height: 27px;
	text-indent: -5000px;
}
/* end navigation */

#main {
	float: left;
	width: 768px !important;
	width: 753px;
	text-align: center;
}

/* start header */
#header {
	height: 120px;
}

#header h1 {
	background: url(../images/components/mcchesney-header.gif) center no-repeat;
	text-indent: -5000px;
	height: 58px;
	margin: 0;
}

#header h2 {
	background: url(../images/components/mcchesney-theme.jpg) center no-repeat;
	text-indent: -5000px;
	height: 30px;
	margin: 0;
}
/* end header */

/* start content */
#firstbox {
	float: left;
	background-color: #f79c87;
	border: 7px #c09d24 solid;
	width: 561px;
	padding: 50px;
	margin-left: 50px !important;
	margin-left: 20px;
}

#middlebox, #content {
	background-color: #fff;
}

#middlebox {
	float: left;
	border: 7px #c09d24 solid;
	width: 539px;
	padding: 4px;
}

#content {
	color: #333;
	font-size: 120%;
	width: 515px;
	height: 100%;
	padding: 10px;
	border: 2px #c09d24 solid;
	position: relative;
	text-align: left;
}

#content a {
	color: #ac4e38;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}
/* end content */

/* start footer */
#footer {
	clear: left;
	float: left;
	width: 808px !important;
	width: 493px;
	margin-top: 30px;
	margin-left: 180px !important;
	margin-left: 168px;
	padding: 8px 0 1em;
	padding-bottom: 0;
	text-align: center;
}

#footer h3 {
	background: url(../images/components/copyright.gif) center no-repeat;
	text-indent: -5000px;
	height: 24px;
}

#footer li {
	display: inline;
	padding: 0 6px;
}

#footer a {
	color: #555;
	font-size: 95%;
	text-decoration: none;
}

#footer a:hover {
	color: #f78c77;
	text-decoration: underline;
}
/* end footer */

.shell {
	padding: 4px;
}

.clear {
	clear:both !important;
	margin:0 !important;
	padding:0 !important;
	border:none !important;
}

