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

body {
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:21px;
	color:#666666;
	background-color: #ffffff;
}

a img { border:none; }

a:link, a:visited, a:active {
	color:#666666;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#bkndhome {
	background-image:url(images/bknd.gif);
	background-repeat:repeat-x;
}
#bkndint {
	background-image:url(images/bknd_interior.gif);
	background-repeat:repeat-x;
}

/****************** wrapper *************/
#wrapper {
	width:900px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
#logo {
	text-align:left;
}


/****************** navigation *************/
#navigation {
	text-align:right;
	background-image:url(images/bknd_navigation.jpg);
	background-repeat:no-repeat;
	height:80px;
	padding-top:2px;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	text-decoration:none;
	color:#ffffff;
	padding-left:32px;
}
#navigation a:hover {
	color:#23446e;
}

/****************** homepage *************/

#homepage {
	margin-left:141px;
}
#homepage h1, #interior h1 {
	font-weight:normal;
	color:#0c6fb5;
	font-size:15px;
	margin-bottom:8px;
	padding-top:12px;
}
#homepageleft {
	float:left;
	text-align:left;
	width:430px;
	padding:0 25px 0 0;
}

#homepageright {
	float:left;
	text-align:left;
	width:270px;
	padding:0 0 0 30px;
}

/****************** interiors *************/
#interior {
	margin-left:141px;
	text-align:left;
}

#interior h2 {
	font-weight:normal;
	color:#0c6fb5;
	font-size:14px;
	padding-top:12px;
}

#interior ul {
	list-style:square;
	padding:0 22px 0 32px;
}
.photoborder {
	float:right;
	padding:5px;
	border: 1px solid #a7a9ac;
	margin-left: 22px;
	margin-bottom:22px;
}
#interior p {
	margin-bottom:18px;
}
#interior td {
	padding:12px;
}
/****************** footer *************/

#footercontain {
	width: 900px;
	color:#999999;
	line-height:16px;
	text-align:center;
	margin: 0 auto;
	overflow:hidden;
	padding:120px 0 22px 0;
}

#footercontain a:link, #footercontain a:visited, #footercontain a:active {
	text-decoration:underline;
	color:#999999;
}
#footercontain a:hover {
	text-decoration:none;
}

