/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/



/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	color:#333;
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.6;
	alignment-adjust: central;

}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	color:#333333;
	text-decoration:none;
}

a:visited {
	color:333;
	text-decoration:none;
}
a:hover, a:active {
	color:#999;
	text-decoration:underline;
}

.slider-wrapper { 
	width: 500px; 
	margin: 20px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/

.map {
	alignment-baseline:central;
	alignment-baseline:central;
	}
