html, div, map, dt, form {
display:block;
}
table{
	border-collapse:collapse;
}
body{
	background:#FFFfFf;
	padding:0;
	margin:0;
	font-family:"Lucida Grande","Jamrul",Helvetica,Verdana,Arial,Tahoma,sans-serif;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:100%;
	line-height:normal;
}
a{
	text-decoration:none;
	color:#630b02;
}
a:hover{
	color:#960d25;
}


a.logo{
	text-decoration:none;
	color:#000000;
}

img.icon{
	max-width:30px;
}
div#wrapper{
	width:800px;	
	margin:0 auto;
	overflow:auto;	
}
div#content{
	overflow:auto;
	min-height:500px;
}

div#index_pic{	
	margin:0 auto;
	margin-top:20px;
	width:650px;
}

div#header{
	margin-top:50px;
	background:url(../images/header_bg.png) repeat-x;
}
	div#header_top{
		height:60px;
	}
		div#header_logo{
			float:left;	
			color:#333;		
			font-size:28px;
			background:#FFF;
		}
		div#header_menu{
			padding-top:25px;
			color:#DDD;
			font-size:18px;
			float:right;			
		}

div.album-title{
	margin:0 10px;
	color:#666;
}
div.album-pics{
	margin:0 10;
	margin-top:5px;
	margin-bottom:10px;
	overflow:auto;
	height:130px;
}
div.album-pics ul{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0;
margin:0;
}
div.album-pics li{
display:inline;
float:left;
}
div.th{
	text-align:center;
	width:150px;
   	height:130px;
   	text-align:center;
   	display:table-cell;
   	vertical-align:middle;
}
div.th img{
   vertical-align:middle;
}
div.th-container{
	overflow:auto;
}

* html .th {
   font-size:178px; /* you must find IE's magic number for a given height */
}

img{
	border:none;
}

h1{
	font-size:24px;
	color:#555;
}

h2{
	font-size:20px;
	color:#777;
}

td.icon{
	text-align:right;
	padding-right:5px;
}