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

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}

h1, h2, h3 {
	color: #000000;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #BC2121;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

img {
	border: 0px solid #000000;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 15px;
}

/* Boxed Style */

.boxed {
	margin-bottom: 10px;
	background: #FFFFFF;
	border: 10px solid #000000;
	border-right: none;
}

.boxed .title {
	padding: 10px 20px;
	background: #FFA200;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}

/* header */
.header {
	padding: 20px 20px 20px 20px;
}

#header h1 {
	padding: 5px 10px;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

#header h2 {
	padding: 5px 10px;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #AAAAAA;
}

/* section */

.section {
}

.section .title {
	padding: 10px 20px;
	background: #FF7200;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.section .subtitle {
	padding: 10px 10px 10px 20px;
	background: #F1F2BC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.section .story {
	clear: both;
	padding: 20px;
}

.section .story p, .section .story blockquote, .section .story ul, .section .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}
.section .story .heading {
	margin-bottom: 10px;
	padding: 0px 0px 10px 10px;
	background: #F1F2BC;
	border-top: 1px solid #000000;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto 0 100px;
	float: left;
}

/* Content */

#content {
	float: right;
	width: 690px;
	margin-top: -100px;
	background: #FFFFFF;
	border: 10px solid #000000;
}



#copyraft  {
	clear: both;
	margin: 10px 10px 20px 400px;
	width: 120px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	position: relative;
	font-weight: bold;
	font-size: 12;
}

#copyraft  p {
	text-align: center;
}


/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

