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

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


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4em;
	text-align:left;
	background:url(img/body_bg.jpg);
	overflow:hidden;
	}
	
#wrap {
	width: 800px;
	
	margin: 0 auto 0 auto;
	text-align:left;
	padding-bottom:35px;
	
}

img {

	display:block; 
	margin:60px auto 0 auto;
	
}

p {

	text-align:center;
	margin: 20px 0 0 0;

}

a, a:visited {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px dotted #cc0033;
	
}

a:hover {
	color: #666666;
	border-bottom: 1px dotted;
}

a:active { 
	position: relative;
	top: 1px;
	color: #333333;
}




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

.js div { }

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

.ie7 div { }

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

.ie6 div { }
