/* CSS */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 1em;
	color: #272726;
	text-align:justify;
	margin:0;
	padding:0;
	min-width:1400px;
}
img {
	max-width: 100%;
	border:none;
}
a:link {
	color: #95b9b6;
	text-decoration: none;
}
a:hover {
	color: #709996;
	text-decoration: none;
}
a:visited {
	color: #95b9b6;
	text-decoration: none;
}
#about{
	width:920px;
	position:absolute;
	text-align:center;
	margin-left:-500px;
	padding-right:30px;
	top:0px;
}
#title{
	font-family:'Raleway',Verdana, Geneva, sans-serif;
	font-weight: 200;
	letter-spacing: 8px;
	font-size:70px;
	padding:30px 0 30px 0;
}
#column1,#column2{
	font-family: Times, "Times New Roman", serif;
	font-weight:400;
	width:420px;
	padding-left:350px;
	text-align:justify;
	line-height:2em;
	color:#898989;
	-webkit-font-smoothing: antialiased;
}
#column2{
	width:133px;
	margin-left:-180px;
	position:absolute;
}
#quote{
	font-family: Times, "Times New Roman", serif;
	font-style:italic;
	font-weight:400;
	font-size:24px;
	color:#898989;
	padding-top:100px;
	text-align:center;
	-webkit-font-smoothing: antialiased;
}
.stripecenter{
	text-align:left;
	width:100%;
}
form input, form textarea{
	font-family: Times, "Times New Roman", serif;
	font-style:italic;
	font-weight:400;
	font-size:1.1em;
	color:#272726;
	-webkit-font-smoothing: antialiased;
	width:300px;
    resize: none;
	margin-top:40px;
	padding:15px;
	border:1px solid #898989;
}
input[type="submit"],input[type="button"] {
	background-color:#272726;
	color:#fff;
	width:330px;
}



	
}