@charset "UTF-8";
/* CSS Document */

body {

	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
 #container {
	width: 1024px;
	height: 768px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;

}

#header {
	
	font-size: 34px;
	color:#000;
	position:absolute;
	 top: 55px;
	 left:45px;
	 letter-spacing: 6px;
	
}

#header2 {
	
	 font-size: 25px;
	 color: #666;
	position:absolute;
	left:45px;
   top: 105px;
   letter-spacing: 12px;
}


a:link
{
  outline: none;
  color:#F00;
   text-decoration: none;
  
}

a:visited { color:#F00;text-decoration: none;}

a:hover {  color:#000;text-decoration: none;}

a:active {  color:#000;text-decoration: none;}


#photo { 

height: 509px;
width: 763px;
background-image:;

	position:absolute;
	 top: 140px;
	 font-size: 17px;
	 left: 35px;

}

#map { 

height:490px;
width: 325px;
background-image:;

	position:absolute;
	 top: 130px;

	 left:545px;
	

}


#pages { 

font-size: 21px;
	 color: #999;
	position:absolute;
	left:285px;
   top: 325px;
   letter-spacing: 13px;
   text-align: right;
   line-height: 40px;

}


#info { 

font-size: 24px;
	 color: #F00;
	position:absolute;
	left:127px;
   top: 530px;
   letter-spacing: 1px;
   text-align: right;
  

}


#info2	 { 

font-size: 13px;
	 color: #000;
	position:absolute;
	left: 127px;
   top: 560px;
   letter-spacing: 2px;
   text-align: justify;
  

}


#info3 { 

font-size: 14px;
	 color: #F00;
	position:absolute;
	left:170px;
   top: 530px;
   letter-spacing: 1px;
   text-align: right;

  

}


#info4	 { 

font-size: 13px;
	 color: #000;
	position:absolute;
	left: 94px;
   top: 548px;
   letter-spacing: 2px;
   line-height:20px;
   text-align: right;
  

}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


