span 
{
margin-left:10px;
}
img {
border:none;
}
body {
	background: whitesmoke  url(images/img8.jpg) no-repeat top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: black;
}

h1 { font-size: 23px; 

}

h2 {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	font-size: 24px;
	border-bottom: #000000 2px solid;
}

h3 {
	padding: 0 0 10px 0;
	font-size: 13px;
	border-bottom: #000000 2px solid;
}

p {
	margin-top: 10px;
text-align:justify;
}

a {

	text-decoration: none;
	color: navy;
}

a:hover {
	text-decoration: underline;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

/* Header */

#header {
	width: 801px;
	height: 140px;
	
}

#header h1 {
margin-top: 10px;
	margin-left : 260px;
color:blue;

}

#header h2 {
	
color:pink;
}

#header ul {
	margin-left : 240px;
	font-size: 11px;
color:SkyBlue ;
font-weight:bold;

}

#header li {
color:black;
	display:inline;
}

#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px;
	color: black;
}

#header a:hover {
	text-decoration: underline;
color:navy;

}

#header .first a {
	background: url(images/img2a.gif) no-repeat left center;
}

/* Content */

#content {
	width: 834px;

	margin: 0 auto;
}

#colOne {
	float: right;
	width: 179px;
	padding: 0 30px 0 0;
text-transform:uppercase;

	
}

#colOne h3 {
	margin-top: 0px;
}

#colTwo {
	float: left;
	width: 494px;
	padding: 0 0 0 21px;
}
#colOne  p {
	margin-top: 10px;
text-align: left;
}
#colTwo  a {
	text-decoration:none;

}

/* Footer */

#footer {
	clear: both;
	width: 694px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	border-top: #000000 2px solid;
	text-align: center;
	color: black;
}
