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

* {
	padding: 0; 
	margin: 0;
	}

body {
	background-color: #EBEBEB;
}


#container {
	width: 980px;
	height: inherit;
	margin: 30px auto;
	background-color: #FFFFFF;
	overflow: hidden;
	}
	
#oneCol {
	width: 880px;
	margin: 60px auto;
	clear: right;
}


#leftHalfCol {
	margin-left: 50px;
	float: left;
	width: 410px;
	background-color: #FFF;
}

#rightHalfCol {
	margin-right: 50px;
	float: right;
	width: 440px;
	background-color: #FFF;
	margin-bottom: 60px;

}

.centered {
	text-align: center;
	margin-bottom: 20px;
}

.contentImage {
	float: left;
	margin-top: 6px;
	margin-right: 14px;
	margin-bottom: 6px;
	margin-left: 0px;
}

h1 {
	font-family: 'Cutive Mono', Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	letter-spacing: -2px;
	margin-top: 20px;
	color: #222;
}

h2 {
	font-family: 'Cutive Mono', Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-spacing: 25	px;
	letter-spacing: -1px;
	color: #222;
}

h3 {
	font-family: 'Cutive Mono', Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -1px;
	color: #222;
	font-weight: bold;
}
	
p {
	font-family: 'Cutive Mono', Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -1px;
	color: #222;
}
	
a {
	text-decoration: none;
	color: #707070;
}

a:hover {
	text-decoration: underline;
	color: #222;
}

.margintop10 {
	margin-top: 10px;
}

.margintop20 {
	margin-top: 20px;
}

.margintop30 {
	margin-top: 30px;
}