/*************************************************************
SITE: 				ShuttersBeachStyle.com


xHTML/CSS AUTHOR: 	Christopher PallŽ for HotelsAtHome.com
Web site:			www.chrispalle.com


*************************************************************

base.css
This stylesheet basically brings all the styles together
and defines the most general styles.


*************************************************************/

@import url(navigationIdentity.css);
@import url(mainContent.css);

* { 
	padding: 0px; 
	margin: 0px; 
}

body {
	background-color:#FFFFFF;
	font: normal 100% Georgia, "Times New Roman", Times, serif;
	font-size: 95.5%;
	height:100%;
}

#pageWrapper {
	background-color:#FFFFFF;
	width: 792px;
	position:relative;
	left: 50%;
	margin-left: -396px; /* half of the width:792 */
} 
	
img { border: 0px; }


a:link, a:visited, a:active { color: #353F57; text-decoration:none; }
a:hover, a:visited:hover { color:black; text-decoration:none; }
a { outline: none; }
