@charset "utf-8";
@import "reset.css";

/**
 ** core tags
 **/
 
body {
	margin: 10px 50px 0 50px;
	background-image: url(/images/bkgd.gif);
	background-repeat: repeat-x repeat-y;
}


/**
 ** #footer
 **/
 
#footer {
	color: #979797;
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
}

#footer a {
	color: #979797;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/**
 ** #gallery
 **/

#gallery {
	margin-top: 50px;
}

/**
 ** #links
 **/
 
#links {
	margin: 35px 90px 100px;
	overflow: auto;
}

#links a {
	color: #979797;
	font-family: Arial;
	font-size: 13px;
	margin-left: 5px;
	text-decoration: none;
}

#links div.left {
	float: left;
	text-align: center;
	width: 200px;
}

#links div.right {
	float: right;
}

#links p {
	color: #979797;
	font-family: Arial;
	font-size: 13px;
	line-height: 140%;
	text-align: center;	
}

/**
 ** #logo
 **/

#logo {
	margin-top: 140px;
}