/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #FFFFFF;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

* {
  	padding: 0;
  	margin: 0;
}
h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
/* Header */

#header {
	width: 860px;
	height: 280px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/img2.jpg);
	background-repeat:no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 160px 0 0 380px;
	font-size: 52px;
	font-style: italic;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 380px;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 860px;
	height: 52px;
	margin: 0px auto;
	background: url(images/menuBG.jpg);
	background-repeat:no-repeat;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 123px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	letter-spacing: -2px;
	color: #FFFFFF;
}


#menu a:hover {
	color: #000000;
}

/* Content */

#content {
	background:  url(images/footer2.jpg);
	background-repeat:no-repeat;
	width: 860px;
	height: 250px;
	margin: 0px auto;
	
}

#colOne {
	float: left;
	width: 532px;
	height: 200px;
	margin-top: 25px;
	margin-left: 50px;
	
	
}

#colOne img {
	margin-top: 15px;
	float: right;
	margin-right: 10px;
}

#colOne a {
	text-decoration: none;
	color: #FFFFFF;
}

#colOne a:hover {
	color: #999999;
}

#colTwo {
	float: right;
	width: 180px;
	height: 200px;
	margin-top: 10px;
	margin-right: 25px;
	padding-right: 20px;
	padding-left: 10px;
}


#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content a {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: right;
}

#content h2 {
	padding: 6px 0;
	padding-right: 13px;
	text-transform: lowercase;
	text-align: right;
	font-size: 24px;
	color: #00FF33;
	border-bottom: 1px dotted #990099;
}


#content h3 {
	color: #00CC00;
}

#content h4 {
	padding: .05em 0;
	text-align: right;
	color: #FFFF00;
	font-size: 14px;
}

#content p {
	line-height: 1.3em;
	padding-right: 22px;
	text-align: right;
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 500px;
	margin: 0px auto;
	padding: 0px 0px;
	height: 100px;
}

#footer p {
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}