/***** Global Settings *****/

html, body{
	border:0;
	margin:0;
	padding:0;
}
body{
	background:url(/pic/background.jpg) center center repeat-y;
	font:arial, helvetica, sans-serif;
	font-size:14px;
	color:#997453;
}

/***** Wrapper *****/
#trap{
	position:absolute;
	left:0;
	top:0;
	right:0;
	width:auto;
	min-width:910px;
	height:100%;
	height:auto;
	overflow:hidden;
}
#wrap{
	width:910px;
	margin:0 auto;
	clear:both;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	font-weight:normal;
}
h1{
	display:block;
	font-size:24px;
	color:#ce955e;
	text-decoration:none;
	margin:10px;
	margin-left:0;
	line-height:20px;
}
.h11{
	font-size:24px;
	color:#ce955e;
	text-decoration:none;
	line-height:20px;
}
h2{
	padding:4px 0;
	line-height:16px;
	font-size:18px;
}
.h2{
	padding:4px 0;
	line-height:16px;
	font-size:18px;
	color:#997453;
	text-decoration:none;
}
h3{
	font:16px arial, helvetica, sans-serif;
	font-weight:bold;
}
h4{
	display:block;
	font-size:30px;
	color:#ce955e;
	text-decoration:none;
	margin:10px;
	margin-left:0;
	padding-top:30px;
	line-height:20px;
}
#spec h1{
	font-size:24px;
	text-decoration:none;
	line-height:20px;
	color:#997453;
}
#spec h2{
	font-size:20px;
	text-decoration:none;
	line-height:18px;
	color:#997453;
}
#spec h3{
	font-size:18px;
	text-decoration:none;
	line-height:16px;
	color:#997453;
}
#spec h4{
	font-size:16px;
	text-decoration:none;
	line-height:16px;
	color:#997453;
}
#spec h5{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	line-height:14px;
	color:#997453;
}
p, ul, ol{
	margin:0;
	padding:0 0 18px 0;
}
ul, ol{
	list-style:radial;
	padding-left:28px;
	padding-top:3px;
	padding-bottom:3px;
}
blockquote{
	margin:22px 40px;
	padding:0;
}
small{
	font-size:0.85em;
}
#right img{
	padding-right:10px;
}
img{
	border:0;
}
sup{
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub{
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr{
	text-transform: uppercase;
}

/***** Links *****/
a, a:visited{
	color:#997453;
}

/***** Forms *****/

form{
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea{
	font:1em arial, helvetica, sans-serif;
}
textarea{
	line-height:1.25;
}
label{
	cursor:pointer;
}

/***** Tables *****/

table{
	border:0;
	margin:0;
	padding:0;
}
td{
	vertical-align:text-top;
	vertical-align:top;
}

/***** Global Classes *****/

.clear{
	clear:both;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
.text-justify{
	text-align:justify;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.underline{
	border-bottom:1px solid;
}
.highlight{
	background:#ffc;
}
.img-left{
	float:left;
	margin:4px 10px 4px 0;
}
.img-right{
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding{
	padding:0;
}
.noindent{
	margin-left:0;
	padding-left:0;
}
.nobullet{
	list-style:none;
	list-style-image:none;
}

/***** Fonts setting *****/
.times{
	font-family: Georgia, "Times New Roman", Times, serif
}

/***** Fonts setting *****/
.line{
	line-height:12px;
}

.brLine{
	height:55px;
	line-height:55px;
}
.brLineLight{
	height:45px;
	line-height:45px;
}
.h1{
	display:block;
	font-size:24px;
	color:#ce955e;
	text-decoration:none;
	margin:10px;
	margin-left:0;
	line-height:20px;
}
.h1:hover{
	text-decoration:underline;
}
.p{
	display:block;
	font-size:12px;
	color:#997453;
	text-decoration:none;
	margin:5px;
	margin-left:0;
}
.p:hover{
	text-decoration:underline;
}
.nameCell{
	display:block;
	margin-top:5px;
	color:#d88d2c;
	text-decoration:none;
}
.nameCell:visited{
	display:block;
	margin-top:5px;
	color:#d88d2c;
	text-decoration:none;
}
.dimg{
	width:224px;
	margin-top:2px;
}