@charset "utf-8";
/* CSS Document created by JF Godin. jfgodin@gmail.com */

/* =GLOBAL STYLES
--------------------------------------*/
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#171717;
	text-align:center;
	background:url(../images/bg.png) top left;
	}
	
p {
	font-size:120%;
	line-height:1.5;
	}
	
a:link {
	color:#ff0303;
	text-decoration:underline;
	}
	
a:visited {color:#990000;}

a:hover {text-decoration:none;}

h1, h2, h3, h4 {color:#ff0303;}
	
h1 {font-size:200%;}
h2 {font-size:170%;}
	
img  {border:none;}
img.border {border:1px solid #666;}

img.floatright {
	float:right;
	margin:0 0 10px 10px;
	}

img.floatleft {
	float:left;
	margin:0 10px 10px 0;
	}
	
span.clear {
	display:block;
	clear:both;
	}
	
/* =CONTAINER STYLES
--------------------------------------*/
#wrapper {
	margin:0 auto;
	width:706px;
	}
	
#contactinfobox {
	text-align:right;
	}

#header {
	height:107px;
	padding:4px 0 0 15px;
	text-align:left;
	background:url(../images/bg_header.jpg) no-repeat top left;
	}
	
#mainphoto {
	background:#fff3d4;
	margin:0;
	padding:0;
	height:322px;
	background:url(../images/bg_body.jpg) repeat-y top left;
	}

#maincontent {
	background:url(../images/bg_body.jpg) repeat-y top left;
	text-align:left;
	padding: 0 0 20px 0;
	}
	
#sidebar {
	float:left;
	width:170px;
	margin:0 0 10px 0;
	padding:10px 10px 50px 10px;
	text-align:center;
	/*background:url(../images/bg_sidebar_divider.png) repeat-y top right;*/
	}
	
#copy {
	float:right;
	width:450px;
	margin:0 0 10px 0;
	padding:10px 36px 20px 30px;
	background:url(../images/bg_sidebar_divider.png) repeat-y top left;
	}
	
#footer {
	width:706px;
	height:75px;
	margin:0 auto;
	padding-top:10px;
	background:url(../images/bg_footer.jpg) no-repeat top left;
	text-align:center;
	}
	
/* =CONTENT STYLES
--------------------------------------*/
#contactinfo {
	text-align:right;
	padding-right:15px;
	}
	
#navigation a {
	color: #c00000;
	text-decoration: none;
	padding-left: 10px;
	font-size:120%;
	font-weight:bold;
	height:22px;
	cursor:pointer;
	}

#navigation a span {
	padding-right: 10px;
	height:20px;
	padding:2px 10px 0 0;
	}

#navigation a, #navigation a span {
	display: block;
	float: left;
	}

#navigation a:hover {
	color: #fff;
	background: url("../images/bg_nv_left.png") left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	}

#navigation a:hover span {
	background: url("../images/bg_nv_right.png") right top no-repeat;
	padding-right: 10px;
	}

#navigation {
	list-style: none;
	padding: 10px 0 30px 0;
	margin: 0 0 20px 100px;
	}

#navigation li {
	float: left;
	display: block;
	margin: 0 20px 0 0;
	padding: 0;
	}
	
#sidebarnav {
	margin:20px 0 50px 0;
	padding:0;
	list-style-type:none;
	}
	
#sidebarnav li a {
	display:block;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
	color:#c00000;
	background:url(../images/bg_bullet.png) no-repeat 0 1px;
	}
	
#copy img {border:1px solid #666;}
	
img.salmon {
	margin:5px;
	}
	
#copy ul {
	font-size:120%;
	}
	
#footer p {
	font-size:100%;
	color:#797979;
	margin-top:0;
	padding-top:0;
	}
