/* Elements */

* {
	color: #000;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
	line-height: 22px;
}

a {
	color: #333;
}

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

/* Wrapper */

#wrapper {
	width: 1024px;
	height: 100%;
	background: url(../images/img02.gif) repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5px;
}

html>body #wrapper {
	height: auto;
}

/* Header */

#header {
	width: 1024px;
	height: 104px;
	background: url(../images/img03.gif) no-repeat;
}

#header h1 {
	float: left;
	padding: 35px 0 0 20px;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -1px;
}

#header h2 {
	float: right;
	padding: 68px 20px 0 0;
	font-size: 13px;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 1024px;
	height: 35px;
	padding-top: 13px;
	background: url(../images/img04.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 112px;
	height: 22px;
	padding: 4px 4px 0 4px;
	text-align: center;
	text-decoration: none;
	background: url(../images/img05.png) no-repeat center top;
}

#menu .active a, #menu a:hover {
	background-image: url(../images/img06.png);
}

.submit {
	width: 112px;
	height: 22px;
	background: url(../images/button4.jpg) no-repeat;
}
.submit:hover {background: url(../images/button1.jpg) no-repeat;}

#button {
	display: block;
	float: left;
	width: 112px;
	height: 22px;
	padding: 4px 4px 0 4px;
	text-align: center;
	text-decoration: none;
	background: url(../images/img07.png) no-repeat;
}
#button:hover {background: url(../images/img06.png) no-repeat;}

.style2 {
	font-size: 11;
	font-weight: normal;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.style3 {
	font-size: 11;
	font-weight: bold;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.style8 {
	font-size: 11;
	font-weight: bold;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Content */

#content {
	width: 1024px;
	background: url(../images/img07.gif);
}

#content h2 {
	margin-bottom: 1em;
}

#content h3 {
	margin-bottom: 0;
}

#colOne {
	float: right;
	width: 640px;
	padding: 2px 2px 0 2px;
}

#colTwo {
	float: left;
	width: 335px;
	padding: 20px 20px 0 20px;
}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

/* Footer */

#footer {
	width: 1024px;
	background: url(../images/img08.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: smaller;
}

