*
{
	font-size: 12px;
	font-family: tahoma, arial, helvetica, verdana;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #604527;
}

#container
{
  width:986px;
  margin-left: auto;
  margin-right: auto;
}

#header
{
	position: relative;
	width:986px;
	height:293px;
	background-image:url(/shared/images/custom/header/header.jpg);
}

#menus
{
	position: absolute;
	width:943px;
	height:35px;
	bottom: 0px;
	left: 20px;
	line-height: 35px;
}

#content
{
  width:926px;
  min-height:170px;
  /*min-height:450px;*/
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  background-image:url(/shared/images/custom/background.gif);
}





/**************
* Album
**************/
#album_left_container
{
	float: left;
	width: 213px;
}

#album_left_top
{
	width: 213px;
	height: 30px;
	background-image: url('/shared/images/custom/album/album_top.gif');
}

#album_left_content
{
	width: 193px;
	padding: 10px;
	background-image: url('/shared/images/custom/album/album_bg.gif');
}

#album_left_bottom
{
	width: 213px;
	height: 25px;
	background-image: url('/shared/images/custom/album/album_bottom.gif');
}


.album_item,
.album_item_title,
.album_item_desc
{
	display: block;
	width: 193px;
	color: #604527;
	text-decoration: none;
	cursor: pointer;
}

.album_item
{
	border-bottom: 1px solid white;
}

.album_item_desc
{
	padding-bottom: 5px;
	border-bottom: 1px solid #604527;
}

.album_item_title
{
	padding-top: 5px;
	font-weight: bold;
}




.album_thumb
{
	float: left;
	display: block;
	width: 90px;
	height: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #604527;
	text-align: center;
	vertical-align: middle;
}

.album_thumb img
{
	vertical-align: middle;
}




#album_mid_container
{
	float: left;
	width: 460px;
	margin-left: 20px;
	margin-right: 10px;
}

#album_mid_container a
{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#album_right_container
{
	float: left;
	width: 220px;
	margin-top: 10px;
}





/*************
Contact
*************/

#contact_form
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.contact_input
{
}

.contact_input_error,
.contact_text_error
{
	border: 2px solid red;
}


/*************
* Footer
**************/

#footer
{
  width:946px;
  height:50px;
  margin-left: auto;
  margin-right: auto;
  line-height:50px;
  background-image:url(/shared/images/custom/footer/footer.gif);
}

#footer a
{
	border: 0;
	margin-left: 20px;
	text-decoration: none;
	color: #604527;
}

img 
{
	border: 0;
	vertical-align: middle;
}


#design_notice
{
	width:946px;
	height:20px;
	margin-left: auto;
	margin-right: auto;
	line-height:20px;
	color: #e9d9c0;
	text-align: center;
}

#design_notice a
{
	color: #e9d9c0;
}
/*
.menuButton 
{
  background-image:url(/shared/images/custom/header/menu.png);
  border-right:1px solid SandyBrown;
  line-height:30px;
  cursor:pointer;
  float:left;
  width:150px;
  height:30px
}
*/
.clear
{
	clear: both;
}

