@charset "utf-8";
body {
	background-image: url(../images/tile_bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* CSS Document */

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	background-image: url(../images/floor-tile.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#title {
	margin-bottom: 15px;
}
#title h1 {
	font-size: 12px;
	font-weight: bold;
}

#title p{
	color: #B8B8B8;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	float: left;
	width: 700px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


#nav {
	width: 850px;
	margin: 0px; 
	padding: 0px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#leftbox {
	margin: 0px;
	padding: 20px;
	float: left;
	width: 200px;
}
#rightbox {
	margin: 10px;
	padding: 10px;
	float: left;
	width: 600px;
	background-image: url(../images/granitetiles.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer {
	margin: 10px;
	padding: 10px;
	width: 600px;
	clear: both;
}
