#site_layout {
	height: 100%;
	width: 100%;
	padding-top: 35px;
}
a.menulinks		{
	text-decoration:none;
	color:#000000;
	font-size:12px
}
a:hover.menulinks	{
	text-decoration:none;
	background-color:black;
	color:#ffffff; 
	font-size:12px
}
body {
	font-family: "Century Gothic";
	color: #666666;
}
p {
	font-size:12px;
	text-indent: 25px;

}
blockquote {
	font-family: "Century Gothic";
	font-size: 12px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding: 0px;
}

ul {
	list-style-position: outside;
	list-style-image: url(images/bulet.gif);
	font-family: "Century Gothic";
	font-size: 12px;
	font-style:italic;
}
