@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

* :focus { outline: 0; }

body {
	background: url(blog/wp-content/themes/boyer_2009/images/damask.jpg); background-repeat:repeat;
	font-family: "Century Gothic", Veranda, Arial, Helvetica, sans-serif; 
	width: 100%;
}


a {
	color: #ccc; 
	font-size: 14px;
	font-weight: bold; 
	border: none; 
	text-decoration:none
}

a, a:visited{
	text-decoration: none;
	}
	
a:hover{
	font-weight: bolder;
	text-decoration:none;
	border:none
	}
	
h1 {padding: 15px 0px 10px 0px} 
img { border:none; text-decoration:none}

#container {
	background: #ffffff;
	border-color: #000000; 
	border-width:thick; 
	border:double; 
	width: 980px;
	height: 605px;
	margin: 25px auto 0px auto;
	
	}

#lefttrim {width: 125px; height: 605px; margin-left: 0px; padding: 0px; background-color:#000; float:left}

#lefttrim p, a  {
	color: #ffffff;
	font-size: 16px; 
	text-align:center;
	margin:0px auto 0px auto;
	padding:5px 0px 0px 0px; 
	font-weight: bold;
	}

#nav {height: 605px; width: 200px; padding: 0px; margin-left: 0px; float:left }

#content {width: auto; height: 605px; background:#FFF; margin-left: 325px; background-image:url(images/content_back.jpg); background-repeat:no-repeat}

#contact {width: auto; height: 605px; background:#FFF; margin-left: 325px; background-image:url(images/contact_back.jpg); background-repeat:no-repeat}

#contact a {color: #000}

#address{
	color: #ffffff;
	font-size: 14px; 
	line-height:16px;
	padding-bottom: 0px;
	text-align:center;
	margin:0px auto 0px auto;
	padding: 5px 0px 0px 0px; 
	font-weight: normal;
	font-style:normal;
	}
	
.floatright {float:right}
.floatleft {float:left}



