/*
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;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: italic;
	color: #FF0000;
}

p, ul, ol {
	margin-top: 0;
	padding-top: 0;
	line-height: 150%;
}

ul, ol {
	color: #8F3844;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: square;
	list-style-position: inside;
}

ol {
	margin-left: 0;
	padding-left: 1em;
}

a:link, a:active {
	text-decoration: none;
	color: #FF0000;;
}

a:visited, a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* Header */

#header {
	
}

.header {
	letter-spacing: -2px;
	font-size: 48px;
	color: #000000;
}

.header2 {
	letter-spacing: normal;
	font-size: 12px;
	color: #000000;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
}

#colOne {
	float: right;
	width: 280px;
}

#colTwo {
	float: left;
	width: 440px;
}
#colThree {
	float: right;
	padding-left: 20px;
	width: 165px;
}
/* Footer */

#footer {
	clear: both;
	padding: 20px;
}

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

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 0;
}

.boxed .content {
	padding: 20px;
}

.boxed .image {
	float: left;
	margin: 5px 20px 0 0;
}
