/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {

	margin: 0px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

ol, ul, dl, blockquote {
}
p {
text-indent: 25px;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
#div1 {
	width: 438px;
	height: 261px;
	padding: 0px 0 0 2px;
}
#div2 {
	width: 438px;
	height: 212px;
	padding: 0px 0 0 0px;
}

textarea {
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background: #ffffff;
	border: 0;
}
/* Header */

#header {
	width: 1124px;
	height: 75px;
	margin: 0px auto;
	background: url(images/head.jpg) no-repeat;
}

#header .img {
	margin: 0px;
	padding: 10px 0 0 90%;

}

#header h1 {
	margin: 0px;
	padding: 180px 0 0 60px;
	font-size: 42px;
	letter-spacing: -2px;
}

#header h2 {
	margin: 0;
	padding: .1em 0 0 60px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 1124px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 183px;
	padding: 7px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: #f7aaaa;
}

#menu a:hover {
	background: #CCCCCC;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 1070px;
	min-height:500px;
	height:auto !important;
	height:500px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 360px;
	margin-top: 20px;
	padding-right: 20px;
}

#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}
/* Footer */

#footer p {
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #000;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #333333;
}

#menu2 {
	width: 1124px;
	height: 30px;
	margin: 0px auto;
	background: url(images/foot.png) no-repeat;
}

#menu2 p {
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #000;
}


#menu2 a {
	text-align: center;
	color: #000;
}

#menu2 a:hover {
	color: #333333;
}