/* @override http://localhost:3000/stylesheets/style.css */

body {
	margin: 0;
}

div#header {
	width:600px; 
	margin-top:40px; 
	margin-left:auto; 
	margin-right:auto;
}

div#main {
	width: 600px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}

#main p {
	font-size: 20px;
	line-height: 1.7em;
	color: #324032;
}

a {
	color: inherit;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 1px dotted #d0d0d0;
	padding: 3px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a:hover {
	color: #d3d3d3;
}

a img {
	margin-right: 3px;
	border-style: none;
}

#main h1.lp {
	margin-top: 7px;
	font-size: 17px;
	color: rgba(50,64,50,0.56);
	font-weight: normal;
	font-style: normal;
}

span.color1 {
	color: #A6111F;
}

span.color2 {
	color: #046380;
}

div#footer-container {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	border-top: 1px solid #eee;
}

div#footer {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
	color: rgba(50,64,50,0.56);
	font-size: 14px;
}

#footer span.links {
	margin-left: 7px;
}

#footer span a {
	text-decoration: underline;
}
