body {
    color: #666666;
	font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg-tile.jpg);
	background-position: top left; 
	background-repeat: x-repeat; 
}

div, img {
    border: 0px;
	padding: 0px;
	margin: 0px;	
	}
	
div.outer {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

div#topLeft {
	width: 18px;
	height: 20px;
	background-image: url(../images/crnr_tl.gif);
	background-position: top left; 
	background-repeat: no-repeat;
	float: left;
}

div#topRight {
    width: 18px;
	height: 20px;
	background-image: url(../images/crnr_tr.gif);
	background-position: top right; 
	background-repeat: no-repeat;
	float: left;
}

div#mid {
    width: 564px;
	height: 20px;
	background-color: #D6D8AD;
	float: left;
	text-align: center;
}

div#bottomLeft {
    width: 18px;
	height: 20px;
	background-image: url(../images/crnr_bl.gif);
	background-position: top left; 
	background-repeat: no-repeat;
	float: left;
}

div#bottomRight {
    width: 18px;
	height: 20px;
	background-image: url(../images/crnr_br.gif);
	background-position: top right; 
	background-repeat: no-repeat;
	float: left;
}

div#shadowTop {
    width: 600px;
	height: 4px;
	background-image: url(../images/shadowTop.gif);
	background-position: top left; 
	background-repeat: repeat-x;
}

div#shadowBottom {
    width: 600px;
	height: 5px;
	background-image: url(../images/shadowBottom.gif);
	background-position: top left; 
	background-repeat: repeat-x;
}

div#left {
    float: left;
	width: 169px;
	background-color: #FFFFFF;
}

div#nav {
    float: left;
	background-image: none;
	margin: 20px 5px 10px 10px;
}

div#nav a {
	color: #666666;
	text-decoration: none;
}

div#nav ul {
	margin: 10px 0px 100px 15px;
	padding: 0px;
}

div#nav a:hover {
	color: #666666;
	text-decoration: underline;
}

div#main {
    width: 400px;
	float: left;
	background-color: #FFFFFF;
	border-left: 1px solid #666666;
}


div#imgNav {
    float: right;
}

div#imgNav a {
   text-decoration: none;
}

div#img {
    margin: 30px auto 30px auto;
	width: 300px;
}

div#blrb {
    padding: 25px 10px 10px 15px;
}

h1 {
	font-size: 16px;
	color: #663366;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	color: #663366;
}

.quote {
	font-size: 11px;
	color: #663366;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	border: 0px;
}

li {
	margin-bottom: 5px;
}

.hdn {
	margin: 0px;
	padding: 0px;
	display: none;
}

a {
	color: #663366;
	text-weight: bold;
}

.copyright {
	font-size: 11px;
	color: #CCCCCC;
	padding-top: 10px;
	margin: 0px;
}

.small {
font-size: 10px;
}