body 
{
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000; 
	font-size: 13px;
	line-height: 1.538462;
}

h1
{
	font-size: 1.538462em;
	color: #333;
	padding: 0 0 17px 0;
	margin: 0;	
	font-weight: normal;
}

h2
{
	font-size: 1.0em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	border-top: 1px solid #ccc;
}

p
{
	padding: 0 0 1.5em 0;
	margin: 0;
}

ul
{
	padding: 0 0 1.5em 0;
	margin: 0;
	list-style-type: none;
}

li
{
	padding: 0;
	margin: 0;
}
a img 
{
	border: none;	
}

a:link, a:visited
{
	color: #c41300;
	text-decoration: underline;	
}

a:focus, a:hover, a:active
{
	color: #c41300;
	text-decoration: underline;		
	outline: none;
}

hr
{
	color: #ccc;
	background-color: #ccc;
	height: 1px;	
	clear: both;
	border: 0;
	margin: 0 0 1.5em 0;
}

.quotation
{
	border: 1px solid #ccc;
	margin: 0 0 30px 40px;
	position: relative;
	width: 185px;
	float: right;
	font-size: 1.076923em;
	line-height: 1.428514;
	color: #666;
}

.quotation blockquote
{
	
	padding: 10px 10px 0;
	margin: 0;
	width: 165px;
}

.quotation .author
{
	background: transparent url(../../images/quote_bottom.gif) no-repeat scroll 0 100%;
	padding: 0 10px 1.5em 10px;
	width: 165px;
	font-size: 0.846154em;
}

#header
{
	height: 200px;
}	

#logo
{
	float: left;
	width: 230px;	
}

#slogan
{
	font-size: 2.153846em; /* 28px */
	line-height: 1.1;
	width: 10em;
	float: left;
	padding: 44px 0 0 0;
}

#navigation, #footer a, #footer span
{
	display: none;	
}

#content
{
	clear: both;
	padding: 0 0 50px 0;	
}

#intro
{
	clear: both;
	width: 50%;
	float: left;
	color: #666;
	font-size: 1.076923em;
	line-height: 1.428514;
}

#main
{
	clear: both;
}

#footer
{
	border-top: 1px solid #ccc;	
}

