@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */


body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: url(img/bg4.gif) fixed;
	
}

img, img:link, img:hover {
	border: none;
	

}

img.displayed {

	display: block;
	margin:18px auto 0  auto;
	border: 16px solid #FFFFFF;
	

}

span.h1 {

	font-size:16px;
	text-align:center;
	background-color: #fff;
	font-weight:bold;
	color: #000;
	margin: 0 0 22px 0;
	padding: 2px 2px;

}

div#container {
	margin: 25px auto 0 auto;
	text-align:center;
	width:360px;
}

span{
	
	color: #000;
	background-color: #fff;
	font-weight:bold;
	line-height: 1.8em;
	padding: 1px;
	font-size:13px;
	
	
	
}

 span a:link {
	text-decoration: underline;
	color: #000;
	background-color: #fff;
}

span a:hover {
	color: #fff;
	background-color:#000;
}





/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }

