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

body
	{
		margin: 0;
		background: #ececec/*transparent url('images/bg.jpg') repeat*/;
	}
#header
	{
	width: 718px;
	height: 97px;
	margin: 0 auto;
	padding: 27px 0 0 0;
	background: transparent url('images/name.png') no-repeat bottom right;		
	}
	#header h1.head
		{
			margin: 0;
            padding: 0;
			border: none;
			background: none;
		}
		#header img
		{
            border: 0;
            display: block;
        }
		#header a
		{
            display: block;
        }

.top_corners
	{
		width: 718px;
		height: 6px;
		margin: 8px auto;
		background: transparent url('images/tr_corner.png') no-repeat right;
	}
	
.bott_corners
	{
		width: 718px;
		height: 6px;
		margin: 8px auto;
		background: transparent url('images/br_corner.png') no-repeat right;
	}

.main
	{
		width: 680px;
		min-height: 200px;
		padding: 0 10px;
		margin: 0 auto;
		overflow: hidden;
	}	
/*GALLERY ICONS*/
ul.gallery
	{	
		width: 600px;
		list-style: none;
		padding: 0;
		margin: 0 auto;
		overflow: hidden;
	}

ul.gallery li
	{	
		width: 110px;
		height: 100px;
		display: inline;
		padding: 10px 5px;
		margin: 0;
		float: left;
	}
	
ul.gallery li a.gal img
	{
		padding: 4px;
		border: solid #ccc 1px
	}
	
ul.gallery li a.gal:hover img
	{
		padding: 4px;
		border: solid #808080 1px;
		
	}

/*FOOTER ICONS*/
#links_con
	{
		width: 432px;
		height: 62px;
		margin: 0 auto;
	}

#links_con a.bott_icon:link,a.bott_icon:visited
	{
		margin:0;
		float: left;
		width:72px;
		height:65px;
	}

#links_con a.bott_icon:hover
	{
		margin:0;
		float: left;
		width:72px;
		height:65px;
		border-bottom: solid #808080 1px;
	}
	
/*FOOTER*/
.line
	{
		width: 100%;
		height:1px;
		border-top: solid #CCC 1px;
		margin: 0 0 10px 0;
	}

#footer_con
	{
		width: 718px;
		height: 40px;
		margin: 0 auto;
		border-top: solid black 1px;
		overflow: hidden;
	}