* {
	font-family: verdana, tahoma, sans-terif;
}

a {
	color: #085573;
}

a:hover {
	color: #c6a629;
}

b {
	color: #085573;
}

body {
	text-align: center;
	
}

ul {
	margin-top: 1em;
	margin-bottom: 1em;	
}

li {
	
}

table td, table th {
	font-size: 11px;
	text-align: left;
}

table.form {
	border-collapse: collapse;
	width: 100%;
}

table tr.dark td {
	background: #eeeeee;
}

table tr.light td {
	background: #ffffff;
}

table.form td, table.form th {
	padding: 4px;
	
}

table.form td.label {
	width: 150px;
	vertical-align: top;
}

input, textarea, select {
	font-size: 11px;	
}

div.error {
	font-weight: bold;
	margin-bottom: 1em;
	color: firebrick;
	padding: 10px;
	padding-left: 35px;
	background: #eee url('../gfx/error.gif') no-repeat 10px;
	border: 1px solid #ddd;
}

div.msg {
	font-weight: bold;
	margin-bottom: 1em;
	color: green;
	padding: 10px;
	padding-left: 35px;
	background: #eee url('../gfx/ok.gif') no-repeat 10px;
	border: 1px solid #ddd;
}

div.submit {
	text-align: right;
}

form {
	margin: 0;	
}

#header {
	position: relative;
	width: 983px;
	height: 150px;
	padding: 0;
	margin: auto;
	background: url('../gfx/top_promana_983x150.gif') no-repeat;
	margin-bottom: 30px;
}

#footer {
	clear: both;
	width: 983px;
	padding: 5;
	margin: auto;
	border-top: 1px solid #085573;
	margin-top: 30px;
	color: #085573;
	font-size: 11px;
}

#footer span.yellow {
	color: #c6a629;
	font-weight: bold;
}

#colmask {
	position: relative;
	margin: auto;
	clear: both;
	width: 983px;
	overflow: hidden;
	text-align: left;
	background: url('../gfx/bg_tile.gif');
	font-size: 11px;
}

#colmid {
	float: left;
	width: 200%;
	position: relative;
	left: 200px;
}

#colright {
	float: left;
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -400px;
	
	
}

#col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
}

#col1pad {
	margin: 0 15px 0 415px;
	overflow: hidden;
}

#col1 {
	width: 100%;
	overflow: hidden;
}

#col2 {
	float: left;
	width: 170px;
	position: relative;
	margin-left: -50%;
	left: 215px;
	overflow: hidden;
}

#col3 {
	float: left;
	width: 170px;
	position: relative;
	left: 15px;
	overflow: hidden;
}

div#menu {
	font-size: 12px;
}

div#menu a {
	text-decoration: none;
}

div.picture {
	margin-bottom: 5px;
}

div.name {
	font-size: 13px;
	font-weight: bold;
	color: #085573;
	margin-bottom: 5px;
}

div.title {
	font-size: 10px;
	color: #c6a629;
	margin-bottom: 5px;
}

div.contact {
	font-size: 10px;
	color: #085573;
	margin-bottom: 5px;
}

div#col3 div.picture, div#col3 div.name, div#col3 div.title, div#col3 div.contact {
	text-align: right;
}

a#logo {
	position: absolute;
	top: 18px;
	left: 202px;
	height: 71px;
	width: 210px;
}

div#newsletter {
	position: absolute;
	bottom: 22px;
	right: 20px;
}

div#newsletter input.text {
	border: 0;
	width: 120px;
}

div#newsletter input.button {
	border: 0;
	background-color: #c6a629;
	color: #FFFFFF;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #c6a629;
	margin-top: 0;	
	margin-bottom: 1em;			
}

li {
	margin-bottom: 0.5em;
}		