/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #0C1F17;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #555E4F;
}

h1, h2, h3, h4, h5 , h6{
	margin: 0;
}


/* Header */

#header {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #FFFFFF;
	border-bottom: #000;
	background: url(images/head1.jpg) no-repeat;
	background-position: 42%;
	background-color: White;
}

#header h1 {
	float: left;
	margin: 0 0 0 20px;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	font-size: 35px;
	letter-spacing: 3px;
	color: #555E4F;
}

#header h2 {
	float: left;
	margin: 160px 0 0 0;
	font-size: 20px;
	letter-spacing: 4px;
}


a {
	color: #466553;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 16px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 8px 0px;
	background-color: #587870;
	border-top: 1px solid #323B2E;
	border-bottom: 1px solid #788770;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

#menu1 a:hover {
	background-color:  #86A583;
	border-top: 1px solid #555E4F;
	border-bottom: 1px solid #555E4F;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #EAFFEF;
}

#colOne {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 630px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -2px;
}


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}

#cim {
	text-align: left;
	padding: 0;
	font-size: 20px;
}

.style1 {
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: italic;
	font-size: 15px;
	line-height: normal;
   text-decoration: underline;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0033;
}

