@charset "UTF-8";
/* CSS Document */

body
	{
	font-size:62.5%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}
	
a
	{
	text-decoration: none;
	color:#333;
	}
	
p
	{
	padding-bottom: .4em;
	}

#maincontent
	{
	margin-left: auto;
	margin-right: auto;
	background-color: #A5A6AB;
	padding-left: 40px;
	}
	
blockquote{
	text-indent: -0.5em;
	}
	
h1
	{ 
	font-size: .95em;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: .1em;
	padding: 10px;
	}
	
h1 a
	{ 
	color: #FFF;
	}
	
h1 a:hover
	{ 
	color:#333;
	}
	
.line
	{
	font-weight: bold;
	color: #F69;
	}

#quotes1
	{
	color: #333;
	border:none;
	max-width: 500px;
	float: left;
	padding-top: 15px;
	}
	
#quotes2
	{
	color: #333;
	border:none;
	max-width: 500px;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	}

.pink
	{
	color: #FF0066;
	}


dl dd 
	{
	margin-left: 10px;
	padding-bottom: 25px;
	font-size: 1.2em;
	line-height: 1.08em;
	color:#666;
	max-width: 370px;
	margin-left: 45px;
	}
	
dl dt
	{
	text-indent: -.5em;
	}

dl dt 
	{
	font-weight: bold;
	padding-bottom: 25px;
	font-size: 2em;
	line-height: 1.1em;
	}

dl 
	{	
	margin: 5px;
	}
	
