/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #6E6E6E;
	text-align: justify;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	
}

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: 604px;
	height: 258px;
	margin: 0px auto;
	margin-top:50px; 
	background: url(images/image1.jpg);
}



/* Menu */

#menu {
	width: 604px;
	height: 40px;
	margin: 1px auto;
	border: 1px solid black;
	background: #AAAAAA;
	background: url(images/img4.jpg);
}

#header h1 {
	position:relative;
	left: 119px;
	top: 120px;
	
	font-size: 36px;
	font-style: italic;
	cursor: hand;
	cursor: pointer;	
}
#header h2 {
	position:relative;
	left: 119px;
	top: 55px;
	font-size: 36px;
	font-style: italic;
	color:#B0C4DE;
	cursor: hand;
	cursor: pointer;
}


/* Content */

#content {
	background: #FFFFFF;
	width: 604px;
	margin: 1px auto;
	padding: 0px 0px 0px 0px;
}
#content1 {
	background: #FFFFFF;
	width: 604px;
	margin: 1px auto;
	padding: 0px 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  {
	
	margin-top:1px;
	margin-bottom:1px;
	height:auto;
}

#content1  {
	padding: 120px 0px 0px 0px;
	height:auto;
}

#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 {
	width: 604px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #AAAAAA;
	background: url(images/img4.jpg);	
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}