body {
	background-color: #ED6F00;
	margin: 0px;
	float: left;
	background-image: url(../images/page-bgd.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: 0px;
	background-image: url(../images/page-bgd-left-shdw.jpg);
	background-repeat: repeat-y;
	background-position: left;
}


/* MARGINS */

#container #margin-left {
	background-image: url(../images/page-bgd-left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 1852px;
	width: 82px;
}

#container #margin-right {
	background-image: url(../images/page-bgd-right.jpg);
	height: 1517px;
	width: 79px;
	background-repeat: no-repeat;
	float: right;
#	margin-top: 212px;
}


/* CONTENT AREA */

#container #contentarea {
	float: left;
	clear: none;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/page-bgd-right-shdw.jpg);
	background-repeat: repeat-y;
	background-position: right;
} 

#container #contentarea #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
	height: 212px;
	width: 839px;
}

#contentarea #footer {
	height: 50px;
	width: 839px;
	float: left;
	clear: none;
	background-color: #CCCCCC;
}






/* MAIN */

#contentarea #main {
	float: left;
	clear: none;
#	height: 1590px;
	width: 839px;
	background-image: url(../images/content-bgd-left.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}

#contentarea #main-inner {
	float: left;
	width: 839px;
	background-image: url(../images/content-bgd-right.jpg);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

/* LEFT COLUMN */

#main #left-column {
	float: left;
	clear: none;
	width: 180px;
	margin: 0px;
	padding: 0px;
}



/* SECTION */

#contentarea #section-title {
	float: right;
	clear: none;
	height: 667px;
	width: 67px;
	background-repeat: repeat-y;
}

/* PAGE */

#page-content {
	padding: 10px;
	float: left;
	min-height: 1852px;
	width: 560px;
}

* html #page-content {
	width: 540px;
	background: #FFFFFF;
}


/* CONTACTS */


.photo {
	float: left;
}

.details {
	float: left;
	width: 250px;
	background: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
}

.name {
	float: left;
	width: 250px;
	border-bottom: solid 1px #CCCCCC;
	color: #F63;
}

.title, .title a {
	float: left;
	width: 175px;
	color: #CCCCCC;
	font-size: 14px;
}

.title a {
	padding-top: 3px;
}

.details {
	float: left;
	min-height: 375px;
	max-height: 375px;
}

.contact {
	float: right;
	width: 55px;
	height: 26px;
	background: url(../images/ca-photo-contact-button.jpg); 
	background-repeat: no-repeat;
	min-height: 35px;
	max-height: 35px;
}

.rejigcontact {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}