* {
	margin: 0;
	padding: 0;
	}


body {
	background: #fff;
	font-family: 'lucida sans','lucida sans unicode','gill sans','Arial', sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #4f4f4f;
	}
	
html {height: 100%;}
body {height: 100%;width:100%;}

.spacer-left {
float: left;
width: 20%;
}

.spacer-right {
float: right;
width: 20%;
}

#page {
margin: 100px auto 0 auto;
height:100%;
text-align:center;
line-height: 1.7em;
}

#content {
margin: 0 auto;
background: url(images/bg.jpg) no-repeat center top;
height: 340px;
width: 563px;
padding: 60px 0 0 0;
}

.logo {
width: 563px;
margin: 0 auto;
height:auto;
}

.logo img{
float:right;
margin: 0 70px 1% 0;
width: 111px;
height: 90px;

}
	

.clearboth {
clear:both;
line-height: 0; 
height: 0;
font-size: 0;
}	
	

:focus {
outline: 0;
}

a, a:link {
background:transparent;
text-decoration: none;
border: none;
outline:none;
color: #963a2d;
}
	
a:visited {
color: #f36f81;
}

a:hover {
color: #666;
}


p {
font-size: 1.1em;
line-height: 1.5em;
}


h1 {
	font-size: 1.3em;
	margin: 0 0 0 0;
	}

h2 {
display:block;

	font-size: 1.3em;
	font-weight: bold;
	}

#info {
position: relative;
top: 5px;
float:right;
width: 10px;
}
	
#info a {
text-decoration:none;
background:#963a2d;
color:#fff;
font-weight: bold;
border-left:1px solid #d1d1d1;
padding: 2px 1px 3px 1px;
margin:0;
font-size: 0.8em;
}
  
#info a:hover {
border:none;
font-weight:bold;
}

#info a span {
display:none
}

#info a:hover span  {
display:block;
position:absolute;
top: 0;
left: 1px;
width: 120px;
height: 1.7em;
background:#963a2d;
color: #fff;
padding: 0 0 0 10px;
text-align:left;
z-index: 200;
font-size: 1.1em;
}	
	

#footer {
margin: 75px 0 0 0;
text-align:center;
}




