
/* ************** GENERAL ************** */

body {
	margin: 0px;
	padding: 0px;
	margin-top: 32px;
	background: url('../images/bg_body.jpg') repeat-x top right;
}

table {
	border-collapse: collapse;
}

h1 {
	font-size: 14px;
	margin: 0 0;
	margin-bottom: 8px;
}

.error {
	color: #840000;
}

.errorStar {
	color: #840000;
	font-weight: bold;
}

img {
	border: 0px;
}

hr {
	color: #D3D3D3;
}

ul li {
	margin: 5px 0 0 0;
	margin-left: -10px;
}



/* ************** DIV IDS ************** */

#page {
	margin: 0 auto;
	width: 850px;
}

#header {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#logo {
	float: left;
	margin-left: 20px;
	width: 110px;
	height: 101px;
}

#menu {
	float: right;
	margin-top: 63px;
	margin-right: 30px;
}

#center-content {
	clear: both;
	float: left;
	margin-bottom: 40px;
	width: 100%;
}

#footer {
	margin: 0 auto;
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
}

#body-footer {
	clear: both;
	width: 100%;
	height: 15px;
	background: url('../images/bg_body_footer.jpg') repeat-x top right;
}

* html #logo, #menu {
	display: inline;
}


/* ************** CLASSES ************** */

.opt {
	float: left;
	margin-top: 6px;
}
.opt a {
	text-decoration: none;
	font-family: Myriad Pro;
	font-size: 14px;
	color: #00467f;
}

.opt-div {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}