html,
body {
	background: #ffffff;
	margin: 0px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #b6b6b6;
	height: 100%;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            #b6b6b6;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            #b6b6b6;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  color:            #755c48;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  color:            #755c48;
  } 

#page {
	background: #ffffff;
	margin: auto;
	width: 960px;
	
}

img {
	border: 0px;
}

p {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
}

div.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}


#wrapper {
	margin: auto;
	border-top: 0px;
	min-height: 100%

}
/* Header */
.header {
	margin: 0px 0px 0px 0px;
	height: 200px;
	text-align: right;
	overflow:hidden;
}
.header .button{
	float:right;
	padding-top: 70px;
	overflow:hidden;
	font-size: 24px;
}
.header .strap{
	padding-top: 116px;
	font-size: 14px;
}
.header img.logo {
	float: left;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-top: 50px;
	}

/* Thumbnails */
.thumb{
	margin: 0px 0px 0px 0px;
 	overflow:hidden;
	border-width:0px; 
	float:left;
}

/* Main Images */
.main{
	padding-top: 30px;
	width: 960px;
	overflow:hidden;
	}
	
.main img.mainpic{
	float: left;
	margin: 0px 0px 0px 0px;
	padding-bottom: 20px;
	}
	
/* Info */
.info {
	height:60px;
	overflow:hidden;

}
.info .column1 {
	float:left;
	width:300px;
	overflow:hidden;
	text-align: left;
	padding-top: 20px;
	font-size: 14px;
}

.info .column2 {
	float:center;
	width:660px;
	overflow:hidden;
	text-align: right;
	padding-top: 20px;
	font-size: 12px;
}

/* About */
.about{
	padding-top: 0px;
}

.about .large {
	font-size: 24px;
	padding-top: 10px;
	overflow:hidden;
}

.about .small {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow:hidden;
}

/* Footer */
.footer{
	font-size: 14px;
	padding-bottom: 50px;
}

/* Horizontal Divide */
hr {
	margin: 0px 0px 0px 0px;
	width:960px;
	height:1px;
	background: url("../images/body/divide.gif") no-repeat 0 0;
	border-style: none none; 
	background-color: #ffffff;
}
