html,body,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	list-style:none;
	margin:0;
	padding:0;
}
html,body{
	background: #ffffff url(_images/gray-leather.png);
}
a{
	text-decoration: none;
}
img{
	border:none;
}
h1 {
	font: 20px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p,ul,li {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}
li {
	padding-bottom: 5px;
}
#page{
	background: #ffffff;
	margin: 20px auto;
	min-width: 1000px;
	max-width: 1200px;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	padding: 0;
}
#header{
	background:#ffffff;
	min-width: 1000px;
}
#footer,#content,#header{
	font-size: 14px;
	text-align:left;
}
#content{
	width:1000px;
	margin:0 auto;
	padding:25px;
}
#footer{
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1200px;
}
#footer a{
	margin: 0 auto;
	min-width: 1000px;
	max-width: 1200px;
	padding: 0;
	color: #888888 !important;
	font-style: italic;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline !important;
}
.reset{
	clear:both;
	float:none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #bbbbee;
	margin: 1em 0;
	padding: 0;
}
.button{
	background:#bbbbbb;
	border-right:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	font-size: 16px;
	margin:0px;
	padding:10px;
	float:left;
}
.button:hover{
	background:#999999;
}
.button a{
	color:#000000;
}
.buttonselect{
	background:#dddddd;
	border-right:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	font-size: 16px;
	margin:0px;
	padding:10px;
	float:left;
}
.buttonselect:hover{
	background:#bbbbbb;
}
.buttonselect a{
	color:#000000;
}
.buttonsubselect{
	background:#ffffff;
	border-right:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	font-size: 16px;
	margin:0px;
	padding:10px;
	float:left;
}
.buttonsubselect:hover{
	background:#dddddd;
}
.buttonsubselect a{
	color:#000000;
}
.info{
	border:1px solid #000000;
	max-width:1200px;
	min-width=1000px;
	padding:15px;
	margin-bottom:20px;
}
.infotitle{
	font: 20px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom:10px;
}
.infodetail{
	font: 16px Tahoma, Arial, Helvetica, sans-serif;
}