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

body
	{
		margin: 0;
		background: #e8e0e0 url('images/bg.jpg') repeat-x;
	}

#container
	{
		width: 784px;
		min-height: 600px;
		background: #FCFCFA;
		border-left: solid #ae9f94 1px;
		border-right: solid #ae9f94 1px;
		margin:0 auto;
		overflow: hidden;
	}
#title
	{
		width: 784px;
		height: 25px;
		padding: 10px 0 0 20px;
		font-size: 14px;
		background: url('images/title_line.jpg') no-repeat bottom left ;
		margin:0 auto;
	}
#content
	{
		width: 724px;
		padding: 80px 30px 10px 30px;
		margin:0 auto;
	}
	
/*GALLERY*/	
/*ICON LIST*/
ul.gallery
	{	
		list-style: none;
		padding: 12px 0 0 0;
		margin: 0;
	}

ul.gallery li
	{
		list-style: none;
		display: inline;
		width: 48px;
		height: 43px;
	}
	
ul.gallery li a
	{
		width: 48px;
		height: 43px;
		padding: 0 10px 0 0;			
	}

/*GALLERY LAYOUT*/
#caption
	{
		width: 445px;
		height: 20px;
		margin: 0 auto;
	}

#gallery_con
	{
		width: 760px;
		margin: 0 auto;
		overflow: hidden;
	}
	
#icons
	{
		width: 445px;
		margin: 0 auto;
		text-align: center;
	}
	
#picture
	{
		width: 600px;
		height: 500px;
		margin: 0 auto;
		text-align: center;
	}


/*random shit*/
#top_men_con
	{
		width: 407px;
		height: 50px;
		background: #FCFCFA url('images/menu_line.jpg') no-repeat bottom center;
		margin: 10px auto;
	}
#menu_con
	{
		width: 784px;
		height: 40px;
		background: #FCFCFA url('images/logo_top.jpg') no-repeat bottom center;
		margin: 0 auto;
		border-left: solid #ae9f94 1px;
		border-right: solid #ae9f94 1px;
	}

#bar
	{
		width: 100%;
		height: 63px;
		text-align: center;
		background: #ae9f94 url('images/logo_mid.jpg') no-repeat center;
	}

#footer
	{
		width: 600px;
		height: 100px;
		Padding: 50px 0 0 0;
		text-align: center;
		margin: 0 auto;
		background: url('images/logo_bott.jpg') no-repeat top center;
	}