
body {
	padding: 15px 0;
	color: white;
	background: #696969;
	text-align: center;
	font: 75% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: yellow;
	text-decoration: underline;
}

a:hover {
	font-style: italic;
}

#head-image {
	position: absolute;
	top: -7px;
	width: 950px;
	height: 200px;
}

#head-image .bg {
	width: 950px;
	height: 200px;
	background: no-repeat;
	background-image: url('/data/images/header.png');
}

#all {
	position: relative;
	margin: 0 auto;
	width: 950px;
	background: white;
	text-align: left;
}

#wrap {
	background-image: url('/data/images/body_border.png');
	padding-bottom: 15px;
}

#wrap #tb {
	position: absolute;
	top: 192px; left: 0;
	width:100%;
	height:10px;
	background-image: url('/data/images/body_borderTop.png');
}

#wrap #bb {
	position: absolute;
	bottom: 0; left: 0;
	width:100%;
	height:10px;
	background-image: url('/data/images/body_borderBottom.png');
}

#inner {
	width: 930px;
	margin: 192px 0 10px 0;
	overflow: hidden;
}

#main {
	float: right;
	width: 900px;
	overflow: visible;
	margin: 5px 7px 5px 3px;
}

#main .container {
	margin: 0 0 10px 0;
	padding: 0 5px 5px 5px;
	border: 1px dotted yellow;
	border-top: 0;
}

#foot {
	width: 900px;
/* 	height: 25px; */
	margin: 5px 20px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	background: #656566;
}

h1 {
	width:895px;
	height:20px;
	margin: 10px 0 10px -7px;
	padding: 2px 4px;
	color: #000000;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	background-image: url('/data/images/h1.png');
}


.validation-advice {
	margin: 5px 0;
	padding: 5px;
	color : #000;
	background-color: #FF3300;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #000;
	font-weight: bold;
}

.passed-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: green;
	color : #000;
	font-weight: bold;
}

