body {
	background-color : #92a3b3;
	color : #434242;
	font-family : Arial;
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

div.canvas {
	text-align : center;
	width : 940px;
	margin : 0px auto;
}
div.canvas div.header {
	width : 940px;
	height : 105px;
	text-align : left;
}
div.canvas div.header div.logo {
	text-align : center;
}
div.canvas div.header img#logo {
	margin-top : 20px;
}
div.canvas div.header div.links {
	text-align : right;
	color : #ffffff;
	font-size : 10px;
	font-weight : bold;
	line-height : 10px;
	padding-right : 3px;
}
div.canvas div.header div.links a:link, div.canvas div.header div.links a:visited {
	color : #ffffff;
	text-decoration : none;
}
div.canvas div.header div.links a:hover, div.canvas div.header div.links a:active {
	color : #ffffff;
	text-decoration : underline;
}
div.canvas div.main {
	clear : both;
	background-color : #eee2cd;
	text-align : left;
	width : 920px;
	min-height : 695px;
	padding : 10px;
}
div.canvas div.main div.navigation {
	width : 920px;
}
div.canvas div.main div.sidephoto {
	background-image : url(/images/frame.gif);
	background-repeat : no-repeat;
	width : 271px;
	height : 400px;
	float : left;
	margin-top : 10px;
}
div.canvas div.main div.sidephoto img {
	margin : 28px 0px 0px 16px;
	width : 240px;
	height : 345px;
}
div.canvas div.main div.sidephoto div.caption {
	color : #9c6b44;
	font-family : Arial;
	font-size : 11px;
	text-align : center;
	margin : 30px 20px;
}
div.canvas div.main div.sidephoto div.caption a:link, div.canvas div.main div.sidephoto div.caption a:visited {
	color : #758b9f;
}
div.canvas div.main div.sidephoto div.caption a:hover, div.canvas div.main div.sidephoto div.caption a:active {
	color : #3d5468;
}
div.canvas div.main div.content {
	margin : 25px 0px 0px 303px;
	min-height : 400px;
	border : solid 1px #000000;
	padding : 25px;
	background-color : #ffffff;
}
div.canvas div.main div.content a:link, div.canvas div.main div.content a:visited {
	color : #436888;
}
div.canvas div.main div.content a:hover, div.canvas div.main div.content a:active {
	color : #000000;
}
div.canvas div.main div.content h1 {
	margin : 0px;
	padding : 0px 0px 10px 0px;
	font-weight : normal;
	font-size : 14px;
	color : #445d73;
	text-transform : uppercase;
}
div.canvas div.footer {
	width : 940px;
}
div.canvas div.footer div.icons {
	width : 940px;
	height : 58px;
	background-color : #d8c2a8;
}
div.canvas div.footer div.icons img {
	margin : 0px 50px;
}
div.canvas div.footer div.bottom {
	color : #000000;
	font-size : 12px;
	line-height : 30px;
	padding : 20px 0px;
}
div.canvas div.footer div.bottom a:link, div.canvas div.footer div.bottom a:visited {
	color : #000000;
	margin : 0px 25px;
}
div.canvas div.footer div.bottom a:hover, div.canvas div.footer div.bottom a:active {
	color : #000000;
	margin : 0px 25px;
}

