/* Elements */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img1.jpg);
	font: normal small Arial, Helvetica, sans-serif;
	color: #3D3D3D;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, blockquote, ol, ul {
	margin-bottom: 1em;
	line-height: 180%;
}

a {
	color: #6C6C6C;
}

a:hover {
	text-decoration: none;
	color: #181818;
}

/* information */

.information {
	padding: 2em 2em 1em 3em;
}

.information h2 {
	margin-bottom: .5em;
	font-size: 1.6em;
	color: #181818;
}

.info {
	padding: 2em 2em 1em 3em;
	border-top: 1px solid #181818;
}

.info h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
}

.file * {
	color: #747474;
}

/* Wrapper */

#wrapper1 {
	width: 703px;
	margin: 0 auto;
	background: url(images/img2a.jpg) no-repeat;
}
#wrapper2 {
	width: 1031px;
	margin: 0 auto;
	background: url(images/img2a.jpg) no-repeat;
}

#wrapper3 {
	width: 463px;
	margin: 0 auto;
	background: url(images/img2a.jpg) no-repeat;
}

/* Header */

#header {
	height: 90px;
	padding: 20px 50px 0 20px;
	color: #E5F5D0;
}

#header * {
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
}

#header h1 {
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	font-size: 1em;
}

/* Content */

#content {
	background: url(images/img3.jpg) repeat-y;
}

#content2 {
	background: url(images/img3a.jpg) repeat-y;
}

#content3 {
	background: url(images/img3b.jpg) repeat-y;
}

#col1 {
	float: right;
	width: 463px;
	padding-right: 0px;
	background: url(images/img4.jpg) no-repeat;
}

#col2 {
	float: left;
	width: 160px;
	padding: 60px 40px 0 40px;
	background: url(images/img5.jpg) no-repeat;
}

#col2 h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

#col2 ul {
	padding-left: .5em;
	list-style: none;
}

#col3 {
	float: left;
	width: 514px;
	background: url(images/img7.jpg) no-repeat;
}

#col4 {
	float: left;
	width: 517px;
        background: url(images/img7a.jpg) no-repeat;
}

#col3 h3 {
	text-align: center;

}

#col4 h3 {
	text-align: center;

}
.img1 {
	float: left;
	margin: 30px 0px 0px 0px;
	border: 1px solid #e2e2e2;
}

/* Menu */

#menu {
	height: 35px;
}
#menu2 {
	height: 0px;
	float: left;
	padding: 7px 0 0 230px;
	list-style: none;
	line-height: normal;
}

#menu ul {
	float: left;
	padding: 7px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-right: 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#menu2 a {
	text-decoration: none;
	color: #CCCCCC;
}

#menu2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Footer */

#footer {
	background: url(images/img6.jpg) no-repeat;
}

#footer p {
	padding: 2em 0;
	text-align: center;
	font-size: smaller;
}

#footer2 {
	background: url(images/img6a.jpg) no-repeat;
}

#footer2 p {
	padding: 2em 0;
	text-align: center;
	font-size: smaller;
}
#footer3 {
	background: url(images/img6b.jpg) no-repeat;
}

#footer3 p {
	padding: 2em 0;
	text-align: center;
	font-size: smaller;
}