/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

html, body {
	height: 100%; 
	width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	font-weight: 400;
    line-height: 150%;
    color: #333;
	background: #fff;
}


p {
    padding: 10px;
}

blockquote {
font-size: 40px;
width: 500px;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 57.15px;
position: relative;
color: #383838;
/*text-align: center;*/
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;

}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}


/* links */
a:link { 
	color: #333;
	text-decoration: none;
} 

a:hover {
	color: #999999;
	text-decoration: none;
}

a:active, a:focus {
  /*width:0; height:0;*/
  outline:0; 
  outline: none; /* for browsers that understand */
}

.telmail {
	display: inline-block;
	width: 5em;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
}

h1 {
	font-size: 18px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 600; 
	line-height: 19.8px;
	margin: 0 0 20px 0;
	
}

#wrapper {
    margin: 0 auto;
	padding-top: 20%;
    width: 1000px;
}

#content {
    width: 400px;
    float: left;
	margin: 0;
	padding: 35px 0 0 40px;

}

#leftcolumn {
    width: 500px;
    float: left;
	margin: 0;
	padding: 0 40px 0 0;
	border-right: 1px solid #ccc;
}

#footer {
    height: 40px;
    width: 1000px;
    clear: both;
}

