/* Elements */

body {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #E8E8E8;
}

h1 {
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
/* Header */

#header {
	width: 955px;
	height: 300px;
	margin: 0px auto;
	background-color: #E8E8E8;
}

#header h1 {
	margin: 0px;
	padding: 20px 0 0 20px;
	font-size: 52px;
	font-style: italic;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-style: italic;
	color: #000000;
}

#header a {
	text-decoration: none;
	color: #333333;
}

/* Menu */

#menu {
	width: 600px;
	height: 52px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 42px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -2px;
	background: url(images/img4.jpg) no-repeat;
	font-weight: bold;
}

#menu .last a {
	background: url(images/img5.jpg) no-repeat;
}

#menu a:hover {
	color:#CCCCCC;
}

/* Content */

#content {
	width: 610px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	background-color: #E8E8E8;
	margin-left: 315px;
	
}

#colOne {
	float: right;
	width: 360px;
	margin-top: 0px;
	padding-right: 20px;
	background-color: #E8E8E8;
	height: 550px;
	border-color: #D33B3A;
	padding-left: 5px;
}

#colTwo {
	float: left;
	width: 180px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #E8E8E8;
	height: 550px;
}

#colTwo ul {
	margin-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;
	margin-top: 20px;
}

#content h3 {
	color: #FF0000;
	text-decoration: none;
}
/* Footer */

#footer {
	width: auto;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 2px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}
