body  {
	background: #E6CEAE;
}
p {
	font:90% verdana, arial, tahoma;
	color: #000;
}
b {
	font-weight: bold;
}
ul, li {
	font:90%  verdana, arial, tahoma;
	color: #000;
}
a:link {
	color: #163368;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #163368;
	text-decoration: none;
	font-weight: bold;
	background: #F3ECE3;
}
a:visited {
	color: #163368;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #163368;
	text-decoration: none;
	font-weight: bold;
	background: #F3ECE3;
}
#content {
	font:80% verdana, arial, tahoma;
	color: #000;
	background: #FFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-rightt: 10px;
	padding-bottom: 10px;
}
#small {
	font:75% verdana, arial, tahoma;
	color: #000;
}
#beigeBg {
	background: #E6CEAE;
}
#blackBg {
	background: #000;
	
}
#corksBg {
	background: #000;
	
}
#whiteBg {
	background: #FFF;
}
#indexnavBg {
	background: ../images/;
}
#title {
	font:100%  verdana, arial, tahoma;
	color: #000;
	font-weight: bold;
}
#subtitle {
	font:90%  verdana, arial, tahoma;
	color: #000;
	font-weight: bold;
}
#sidebar {
	font:70% verdana, arial, tahoma;
	color: #000;
	background: #FFF;
}