body {
    background: #D01F3C url("../images/grandiet.jpg") repeat-x top left;
    color: black;
    font-family: "Trebuchet MS", Georgia, serif;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
    margin: 0;
    padding: 0;
}

#all {
    margin: 0em auto;
    width: 650px;
    text-align: left;
}

h1 {
    color: #9C182E;
    margin-bottom: 0.2em;
    font-size: 1.8em;
    margin-top: 2em;
}

p.info{
	color: red;
	padding: 2px 40px;
	background: #8B0001;
	font-weight: bold;
}

#header em {
    text-align: right;
    display: block;
}

h3 {
    font-size: 1.2em;
    margin-bottom: -0.6em;
    margin-left: 1em;
    clear: both;
}

a {
    text-decoration: underline;
    font-weight: bold;
    color: #8B0000;
}

a:hover {
    color: #DE6679;
}

p {
    margin-bottom: 1.5em;
    text-align: justify;
}

#beta {
    background: url("../images/beta.png") no-repeat;
    width: 133px;
    height: 133px;
    position: absolute;
    top: 5px;
    left: 5px;
}

p.adult {
    font-size: 0.8em;
    line-height: 0.9em;
    text-align: justify;
    color: #892D3C;
    background: #D32C47;
    padding: 1em 3em;
    overflow: auto;
}

.adult a {
    font-size: 1em;
    text-decoration: none;
    font-weight: normal;
    float: right;
    margin-top: 1em;
}


h3.adult {
    color: black;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0px;
}

acronym{
	border-bottom: 1px dotted black;
}

ul.serviceIs{
	list-style-image: url("../images/list-yes.png");
}

ul.serviceIsNot{
	list-style-image: url("../images/list-no.png");
}




#menu {
    position: absolute;
    top: 5px;
    right: 10px;
    list-style: none;
    margin-bottom: 1em;
    background: url("../images/bg.gif") no-repeat right top;
    
}

ul#menu li {
    float: left;
}

ul#menu li a {
    padding: 2px 10px;
    z-index: 10;
    display: block;
    float: left;
    height: 24px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

ul#menu a:hover{
	color: #DC0000;
}

#menu li.background {
    background: url('../images/bg_menu_right.gif') no-repeat top right !important;
    z-index: 8;
    position: absolute;
    top: 1px;
    visibility: hidden;
}

#menu .background .left {
    background: url('../images/bg_menu.gif') no-repeat top left !important;
    height: 24px;
    margin-right: 7px;
}

#register{
	text-align: center;
	margin-top: 20px;
	margin-bottom: -30px;
}

#register fieldset{
	padding: 15px 50px;
	background: url('../images/form.gif') no-repeat;
	border: none;
	height: 60px;
	width: 450px;
	margin: 0px auto;
	text-align: left;
	
}
#register legend{
	display: none;
}

#register input.submit{
	height: 20px;
	padding: 0px 8px;
	font-weight: bold;
	font-family: Verdana;
}

#register input.text{
	background: #FFA5A5;
	border: 1px solid #C60000;
	padding: 1px 2px;
}
#register input.text:focus{
	background: #FFCDCD;
	border-color: #EA0000;
}


