
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background-color: #a8a8a8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #013068;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1.2em;
}

ul {
}

a {
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	color: #0153B4;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 972px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center
}

/* #page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}
*/
/* Column */

#col1 {
	float:left;
	width:180px;
	position:relative;
	left:12%;
}

#col2 {
	float:left;
	width:180px;
	position:relative;
	left:14%;
}

#col3 {
	float:left;
	width:180px;
	position:relative;
	left:16%;
}

#col4 {
	float:left;
	width:180px;
	position:relative;
	left:18%;
}

.column {
	width:900px
}

/* Footer */

#footer {
	border-top: 1px solid #C8C8C8;
	height: 100px;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#footer a {
	color: #000000;
}