/** Parts "stolen" from Coudal Partners seedconference.com 2008 **/


body 	{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: center;	
		background-color: #FFF;
		border-top: 3px solid #CCC;
		}
		
		
#frame	{
			position: relative;
			width: 860px;
			height: 300px;
			margin: 84px auto 0 auto;
			padding: 0 0 0 0;
			background-color: #FFF;
			}

.motto 		{
				font-family: Helvetica, "Gill Sans", "Bitstream Vera Sans", sans-serif;
				font-size: 48px;
				line-height: 50px;
				letter-spacing: -1px;
				}
		

p 		{
		font-family: times, "Times New Roman", times-roman, georgia, serif;
		color: #444;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		}
		
		
.tagline1 		{
				font-size: 55px;
				line-height: 55px;
				letter-spacing: -1px;
				}
				
				
.tagline2 		{
				font-size: 50px;
				line-height: 50px;
				letter-spacing: -1px;
				}

.smallcaps		{ 
					font-size: 95%; 
				}

.notes 		{
				font-family: Helvetica, "Gill Sans", "Bitstream Vera Sans", sans-serif;
				font-size: 12px;
				line-height: 20px;
				margin-top: 10px;
				color: #666;
}				
				
						
.line 			{
				border-bottom: 1px dotted #CCC;
				width: 800px;
				margin: 10px 0 10px 28px;
				}		
			
a:link			{ color: #B95E27; text-decoration: none; } 
a:visited		{ color: #B95E27; text-decoration: none; }
a:active		{ color: #1A69A1; text-decoration: none; } 
a:hover			{ 
    text-decoration: none;
	background: #666;
    color: #FFF;

}

.footer {
	font-family: Helvetica, "Gill Sans", "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #999;
	margin: 0 auto;
}

.asterix {
	font-size: 60%;
	vertical-align: super;
}


