@font-face {
    font-family: 'FuturaMdCnBTMedium';
    src: url('fonts/futuramc-webfont.eot');
    src: url('fonts/futuramc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuramc-webfont.woff') format('woff'),
         url('fonts/futuramc-webfont.ttf') format('truetype'),
         url('fonts/futuramc-webfont.svg#FuturaMdCnBTMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


canvas { background-color: transparent; position: absolute; }
canvas.resize-ne { cursor: ne-resize; }
canvas.resize-se { cursor: se-resize; }
canvas.resize-sw { cursor: sw-resize; }
canvas.resize-nw { cursor: nw-resize; }
canvas.move { cursor: move; }
canvas.default { cursor: default; }
#canvasimages img   { display: none; position: absolute; top: -1000; left: -1000; }


body {
	margin: 0px;
	background-color: #FFFFFF;
	color: #999999;
	font-family: Tahoma, Arial;
}
img {
	border: 0px;
}

#wrap {
	width: 1000px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background: #CCCCCC;	
}
#main {
	padding-top: 20px;
	float: left;
	width: 751px;
	background: #FFFFFF;
}
#canvaswrap {
	height: 600px;
	clear: both;
}
#sidebar {
	float: right;
	width: 249px;
	color: white;
	background: #CCCCCC;
}
#footer {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.7em;
}

#main h3 {
	margin-left: 20px;
	margin-right: 20px;
	font-family: 'FuturaMdCnBTMedium';
	font-size: 28px;
	color: #666666;
	line-height: .8em;
}
#main p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#main a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#main a:hover {
	color: #CC0000;
}
#main strong {
	color: #666666;
}
#main ul {
	font-size: .9em;
}
#nav ul {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: none;
	font-family: 'FuturaMdCnBTMedium';
	font-size: 24px;
}
#nav a {
	display: block;
	line-height: 60px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #CC0000;
}
#sidebarproofswrap {
	background-color: #999999;	
}
#sidebarproofs {
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.7em;
}
#sidebaraddresswrap {
	background-color: #999999;
	font-family: 'FuturaMdCnBTMedium';
	font-size: 24px;
}
#sidebaraddress {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 20px;
}
#sidebaraddress a {
	color: #CC0000;
}
#sidebaraddress a:hover {
	color: #FFFFFF;
}
#sidebaremail {
	margin-top: 30px;
	margin-left: 20px;
	font-size: 0.7em
}
#sidebarsocialmedia {
	margin-top: 60px;
	margin-left: 50px;
	font-size: 0.7em;
}
#sidebarsocialmedia a {
	color: #666666;
	text-decoration: none;
}
#sidebarsocialmedia a:hover {
	color: #CC0000;
}

