
/* Body */
body {
	width: 800px;
    margin: 15;
	padding: 0;
	background: #ffffff;
	font-family: arial narrow, sans serif;
	font-size: 15px;
    line-height: 180%;
	color: #5c4033;

}
/* Links */
a {
	color: #5c4033;
}

a:hover {
	text-decoration: none;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* Page */



/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
}

/* Menu */

#menu {
	padding: 20px;
	background: #33ffff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background: #33ffff;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: bold 100%;
	color: #5c4033;

}

#menu a:hover {
	text-decoration: underline;
}


/* Content */

#content {
	float: right;
	width: 650px;
}

/* Footer */

#footer {
	width: 800px;
	height: 120px;
	margin: 0 auto;
	background: url(images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: right;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(images/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

