html {
	margin: 0px; 
} 

body {
	position: relative;
	width: 990px;
	min-height: 100%;
	padding: 0px;
	margin: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #f0f0f8;
}

#wrapper {
	background: white;
	width: 990px;
	padding: 5px;
}

#top {
	position: relative;
	height: auto;
	background-color: #92B4DA;
	border: 1px solid black;
	margin-bottom: 5px;
}

#left {
	position: relative;
	float: left;
	width: 150px;
}

#content {
	position: relative;
	float: left;
	width: 810px;
	padding-right: 10px;
}

#right {
	position: relative;
	float: left;
	width: 170px;
}

#bottom {
	position: relative;
	clear: both;
	color: #ffffff;
	font-style: italic;
	text-align: center;
	background-color: #92B4DA;
	padding: 3px;
}

div.center {
	width: 100%;
	text-align: center;
}

/* Height fixing for left, content and right */
#left, #content, #right {
	min-height: 500px;
	height: auto;
}

/* Minimum height in IE */
* html #left, * html #content, * html #right {
 	height: 500px;
}

img.button {
	cursor: pointer;
	border: 0px;
	vertical-align: middle;
}

img.icon {
	border: 0px;
	vertical-align: middle;
}

a {
	text-decoration: none;
}

a.button {
	color: #808080;
}

h1 {
	color: #92b4da;
}

p {
	text-align: justify;
}

div.preload {
	display: none;
}

img.invisible {
	visibility: hidden;
}

div.error {
	color: red;
	font-weight: bold;
}

div.validation {
	display: none;
}
