/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Arial, sans-serif; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited {
	color: #231f20;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Georgia, serif;
	background: #351e0e url(../img/body-t.jpg) repeat-x 0 0;
	min-height: 94%;
	padding: 0 0 5%;
}
#page {
	width: 813px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #231f20;
}

#top {
	background: url(../img/top-bg.jpg) no-repeat 0 0;
	height: 174px;
	position: relative;
}
	#logo {
		position: absolute;
		left: 380px;
		top: 55px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 405px;
			height: 70px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/top-bg.jpg) no-repeat -380px -55px;
			}

#wrap {
	margin: 0 0 0 20px;
	padding: 10px 18px 20px 25px;
	width: 730px;
	overflow: hidden;
	background: #FFFFFF url(../img/page-b.png) no-repeat 0 100%;
}
	#content {
		float: left;
		width: 445px;
	}
	#side1 {
		float: right;
		width: 220px;
	}


#content p {
	margin: 0 0 1em;
}
#content ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
}

#content h1 {
	font-family: Arial, sans-serif;
	font-size: 125%;
	font-weight: normal;
	color: #00b3d8;
	margin: 0 0 .5em;
}
#wrap h2 {
	font-family: Arial, sans-serif;
	font-size: 116.67%;
	font-weight: normal;
	color: #00b3d8;
	margin: 0 0 .3em;
}


#page #categs {
	list-style: none;
	width: 470px;
	margin: 0 -25px 10px 0;
	font-family: Arial, sans-serif;
	letter-spacing: -0.05em;
}
	#categs li {
		float: left;
		width: 100px;
		margin: 0 22px 0 0;
	}
	#categs li.last {
		margin: 0;
	}
		#categs li a:link, #categs li a:visited {
			display: block;
			text-decoration: none;
		}
			#categs li a:link span, #categs li a:visited span {
				display: block;
				margin: 0 0 15px;
			}
			#categs li a:link img, #categs li a:visited img {
				position: relative;
				left: -7px;
			}


#side1 p {
	font-family: Arial, sans-serif;
}

p.links {
	text-align: right;
	font-size: 116.67%;
	margin: 0 0 14px;
}
	p.links a:link, p.links a:visited {
		padding: 0 20px;
	}

.ad1 {
	background: url(../img/ad-1.png) no-repeat 0 0;
	width: 142px;
	height: 81px;
	padding: 8px 10px;
	color: #FFFFFF;
	text-align: right;
	margin: 0 0 15px auto;
}

#side1 h2 {
	width: 160px;
	margin: 0 0 15px auto;
}





