@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
	font-size:16px;
	border:none;
}

body 
{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#maincont 
{
	width: 100%;
	height: auto;
	margin: 0px auto;
	background-color: #DDD;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-position: center center;
}

#main 
{
	width: 1000px; /* Height determined by using style="height:Xpx;" in html */
	margin: 0px auto;
	background-color: #000;
	color: #FFF;
	position: relative;
}

#main p
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0 0 .75em;
}

#main h1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}

#main h2
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	margin-top:.25em;
	color:#DDDDDD;
}

#content
{
	width: 900px;
	margin: 0 auto;
}

#topcont 
{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#top 
{
	width: 1000px;
	height: 210px;
	background-image: url(images/banner.png);
	background-color: #FFF;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#btmcont 
{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #DDD;
}

#btm 
{
	width: 1000px;
	height: 1.5em;
	background-color: #333;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	text-align: center;
	position: relative;
}

.nav_links
{
	border: none;
	color: #ccc;
	text-decoration: none;
}

#link_home
{
	width:1000px;
	height:140px;
	position:absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#link_1
{
	width:180px;
	height:70px;
	position:absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}

#link_2
{
	width:180px;
	height:70px;
	position:absolute;
	bottom: 0px;
	left: 225px;
	overflow: hidden;
}

#link_3
{
	width:180px;
	height:70px;
	position:absolute;
	bottom: 0px;
	left: 585px;
	overflow: hidden;
}

#link_4
{
	width:180px;
	height:70px;
	position:absolute;
	bottom: 0px;
	left: 800px;
	overflow: hidden;
}

#gallery
{
	width:96%;
	margin:0px auto;
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
}

#gallery a
{
	color: #CCC;
}

#gallery table
{
	width:100%;
}

#gallery table td
{
	padding:10px;
	text-align:center;
	border: 1px solid #333;
	background-color:#222;
}

#gallery img
{
	border:3px solid #FFF;
}

.img_block
{
	width:225px;
	height:225px;
}

.img_link
{
	width:auto;
	height:auto;
	margin:0px;
	border:none;
	float:left;
}
