/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #720309;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #727171;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 773px;
	margin: 0 auto;
	color: #83A7B3;
}

#header h1 {
	float: left;
	margin: 0px 0 0 0px;
	font-size: 30px;
	letter-spacing: 2px;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 20px;
	letter-spacing: 2px;
}


a {
	color: #1C6D88;
	text-decoration: none;
}

a:hover {
	color: #A2C7D3;
	text-decoration: none;
}

/* Menu */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	width: 105px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
    text-align: center;
		background: #A6373D;
}

#menu a:hover {
	color: #ffffff;
	background: url(images/menu_r.jpg) repeat-x;
}

/* Content */

#content {
	width: 773px;
	margin: 0 auto;
	padding-top: 0px;
	border: 0px solid #ffffff;
	border-top: none;
	
	background: #ffffff url(images/back_all.jpg) repeat-x right;
}

#colOne {
	float: left;
	width: 210px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #727171;
}


#footer {
	width: 773px;
	margin: 0 auto;
	padding-top: 0px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}
