/* basic */

body {
	margin: 20px 0;
	padding: 0;
	background-color: #6f8db9;
	text-align: center;
	font: 75% verdana, arial, sans-serif;
	color: #fff;
}

hr, #header p, #header h2 {
	display: none;
}

img {
	border: none;
}

/* structure */

#wrap {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 746px;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 154px;
	background: transparent url("../layout/header.jpg") no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 70px;
	width: 170px;
	z-index: 1;
}

#header h1 span {
	display: none;
}

#header h1 a {
	margin: 0;
	padding: 0;
	display: block;
	width: 170px;
	height: 70px;
}

#content {
	margin: 0;
	padding: 0 10px;
	min-height: 300px;
	background: transparent url("../layout/content.gif") repeat-y;
}

* html #content {
	height: 300px;
}

#footer {
	margin: 0;
	padding: 0;
	height: 120px;
	background: transparent url("../layout/footer.gif") top left no-repeat;
	color: #fff;
	font-size: 95%;
	text-align: center;
}

/* typography */

#content p, #content address {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.5em;
}

#content ul {
	margin-bottom: 0;
	padding-bottom: 1em;
	line-height: 1.5em;
}

#footer p#created {
	margin: 0;
	padding: 55px 0 0 0;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
}

#content h2 {
	margin: 0 -10px;
	padding: 0 0 0 10px;
	height: 55px;
	line-height: 40px;
	background: transparent url("../layout/heading.gif") no-repeat;
	font-size: 120%;
	font-weight: bold;
	color: #ff3;
}

#content h3 {
	margin: 0 0 1em 0;
	padding: 0 0 4px 0;
	color: #0cf;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #0cf;
}

abbr {
	cursor: help;
}

#content abbr {
	color: #ff3;
}

#footer abbr {
	color: #336;
}

kbd {
	font-size: 120%;
	color: #ff3;
	font-weight: bold;
}

#content p.cfmFalse {
	color: #fff;
	background-color: #f00;
	margin: 0 0 1em 0;
	padding: 0.3em;
}

/* navigation */

#header ul {
	position: absolute;
	left: 100px;
	top: 127px;
	width: 590px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 2;
}

#header ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#header ul a {
	display: block;
	margin: 0;
	padding: 0 20px 0 15px;
	line-height: 25px;
	color: #0cf;
	float: left;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	background: transparent url("../layout/nav.gif") left center no-repeat;
}

#header ul a:hover {
	color: #fff;
	text-decoration: underline;
}

/* links */

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#content a {
	color: #0cf;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

/* tables */

table {
	font-family: verdana, arial, sans-serif; /* for old browsers */
	font-size: 100%; /* for old browsers */
}

table#formTable {
	margin: 0 0 1em 0;
	width: 650px;
}

table#formTable td {
	padding: 0.5em 0 0.5em 3px;
	margin: 0;
	text-align: left;
}

/* forms */

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: verdana, arial, sans-serif; /* for old browsers */
	font-size: 100%; /* for old browsers */
}

.inp1 {
	width: 120px;
	background: #fff;
	border: none;
}

.inp2 {
	width: 600px;
	background: #fff;
	border: none;
}

input.butt {
	background: #0cf;
	color: #336;
	border: none;
}
