/* CSS Document */

html, body {
	background-color: #A8A8A8;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#center {
	position: relative;
	height: 100%;
	width: 750px;
	margin: auto;
	display: table;
}

#vert {
	display: table-cell;
	vertical-align: middle;
}

#wrapper {
	height: 487px;
	_position: relative;
	_top: 50%;
	_margin-top: -243px;
}

#title {
	width: 750px;
	height: 145px;
	background-color: #BA0000;
	margin: 0px;
}

#title h1 {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 115px;
	position: relative;
	top: 15px;
	left: 15px;
	margin: 0px;
}

#content {
	position: relative;
	height: 300px;
	width: 750px;
	margin: 0px;
	background-color: #FFFFFF;
}

#footer {
	width: 730px;
	margin: 0px;
	background-color: #BA0000;	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#menu {
	position: relative;
	top: 10px;
	left: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 2px;
	width: 165px;
	text-align: right;
}

#menu a:link, #menu a:visited {
	color: #000000;
	text-decoration: none;
	border-right: 2px solid #FFFFFF;
	padding-right: 20px;
}

#menu a:hover, #menu a:active {
	border-right: 2px solid #BA0000;
}

#info {
	border: 1px dashed #BA0000;
	position: absolute;
	top: 20px;
	left: 200px;
	overflow: auto;
	height: 240px;
	width: 510px;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

#info h1, #info h2, #info p {
	width: 485px;
}

#info h1 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
}

#info h2 {
	font-weight: bold;
	font-size: 12px;
	border-top: 1px dotted #cccccc;
	padding-top: 10px;
}

#info h3 {
	font-weight: 600;
	font-size: 12px;
	padding-top: 10px;
}

#info a:link, a:visited {
	color: #BA0000;
	text-decoration: none;
}

#info a:hover, a:active {
	text-decoration: underline;
}

#info p, #info tr {
	font-size: 12px;
	padding-left: 10px;
	line-height: 18px;
}

#info input, #info textarea {
	border: 1px solid #999;
	background-color: #EFEFEF;
}

#info .send {
	color: #FFF;
	font-weight:bold;
	background-color: #666;
	border: 1px solid #999;
	padding: 1px 1px 1px 1px;
	text-transform: uppercase;
	font-size: .95em;
}

.dead {
	color: #CCCCCC;
	padding-right: 20px;
	border-right: 2px solid #CCCCCC;
}