/* CSS Document */

body {
background-color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#wrapper {
width:1000px;
color:#FFF;
margin:auto;
background:url(../images/girl01.jpg) no-repeat bottom right;
}

#header {
height:108px;
border-bottom:solid 1px #FFF;
position:relative;
}

#logo {
width:272px;
height:52px;
position:absolute;
top:20px;
right:0px;
}

#address {
width:200px;
height:80px;
position:absolute;
top:15px;
left:20px;
font-size:16px;
}

.photobox {
	width:75px;
	height:75px;
	float:left;
	border:1px solid #000;
	margin-bottom:10px;
	clear: none;
}

.photobox2 {
width:100px;
height:150px;
float:left;
border:1px solid #000;
margin-bottom:10px;
}

#subtitle01 {
font-size:25px;
text-align:right;
padding:20px 50px 0 0;
margin-bottom:40px;
letter-spacing:1px;
}

#textBlock {
	width:450px;
	float:left;
	padding-left: 50px;
	font-size: 12px;
	text-align:justify;
	letter-spacing: 10ems;
	

}

#photoBlock {
	width:350px;
	float:left;
	margin-left: 40px;
}

.clear {
clear:both;
}


/* ----------- image pop-up bit --------------*/

a.info{
    position:absolute; /*this is the key*/
    z-index:24;
	background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span {display: none}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:fixed;
	top:100px;
	left:75px;
	border:1px solid Black;
	background-color:#cff;
	color:#000;
	text-align: center
}
	 
a.info img {
	border: none;
}


ul#footer {
list-style-type:none;
padding-left:60px;
letter-spacing:1px;
}

ul#footer li {
display:inline;
}

ul#footer li a {
text-decoration:none;
border-bottom:1px solid #FFCC66;
margin:5px 10px;
color:#FFF;
padding-bottom:1px;
}

ul#footer li a:hover {
color:#FC6;
border-bottom-color:#FFF;
}
#textBlock2 {
	width:300px;
	float:left;
	padding-left: 50px;
	font-size: 12px;
	text-align:justify;
	letter-spacing: 10ems;
}
#restore_text {
	padding: 5px;
	float: none;
	width: 700px;
	margin-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0em;
}
#restoreimg {
	background-color: #990000;
	height: 165px;
	width: 327px;
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
