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

body { 
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #ee4546;
	background-color: #ffff66;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	font-style: italic;
	}
	
a, a:hover {
	color: #ee4546;
	}

hr {
	margin-right: 130px;
	border: 0;
	color: #ee4546;
	background-color: #ee4546;
	height: 3px;
	}
	
hr.hr-cols {
	margin-right: 550px;
	}

hr.devider {
	margin-right: 150px;
	border: 0;
	color: #00Fv;
	background-color: #ee4546;
	height: 1px !important;
	}
	
div#container{
		margin-left: auto;
		margin-right: auto;
		margin-top: 200px;
		width: 50em;
		text-align: left;
	}

#page {
	float: left;
	position: relative;
	width: 600px;
	margin: 0 0 0 40px; 
	}

#columns {
	float: left;
	position: relative;
	width: 600px;
	}

.column {
	float: left;
	position: relative;
	width: 180px;
	margin-right: 12px;
	}

/*
h1, h2, h3 {
	font-family: "Times Ten", "Times New Roman", Times, serif;
	}
*/

h1 {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	color: #ee4546;
	}
	
h2 {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 40px 0;
	font-weight: normal !important;
	color: #ee4546;
	}
	
h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 5px 0;
	}

h4 {
	font-size: 24px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 5px 0;
	}

