@charset "UTF-8";

html,body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}
body{
	font-family: Verdana, Helvetica, "MS UI Gothic", Osaka, Arial, Serif;
	text-align: center;
	color: #333333;
}
div#header{
	position:relative;
}
div#header h1{
	margin:0;
	padding: 16px 0 0 10px;
	color: #000099;
	font-size : 125%;
}
div#header a{
	color: #000099;
	text-decoration: none;
	display: block;
}
div#container{
	text-align:left;
}
div#content{
	padding-bottom: 20px;
}
div#content p{
	line-height:1.4;
}
div#content .url{
	color: #666666;
	padding: 2px 0 2px 20px;
}
div#footer, div#mainfooter{
	border-top: dashed 1px #DEDEDE;
	color: #999999;
	clear:both;
	width:100%;
	text-align: center;
	margin-top: 30px;
}
div#footer p, div#mainfooter p{
	font-size: 70%;
	margin:4px;
	padding:5px 10px;
}
div#footer a{
	display:inline;
	padding:0;
	text-decoration: none;
	color: #999999;
}
div#container{
	margin: 0px auto;
	text-align: left;
	padding: 0px 14px;
	width: 668px;
	w\idth: 640px;
	background: url(../img/bgbar.jpg) repeat-y;
	padding-bottom: 20px;
}

div#container h2{
	font-size: 110%;
	line-height: 24px;
	padding: 0 8px;
}
div#container h3{
	font-size: 100%;
	line-height: 24px;
	padding: 0 8px;
}
div#container p{
	font-size: 80%;
	padding: 0 18px;
}
div#container ul{
	font-size: 80%;
	margin: 0 10px 0 20px;
	padding: 0 0 14px 0;
}
div#container li{
	padding: 4px 0;
	list-style: none;
}
div#container .rssicon{
	display: block;
}
div#container .sample, div#container .sample ul, div#container .sample li{
	padding: 0 0 2px 8px;
	list-style: none;
	line-height:1.2;

}
div#container .sample{
	padding: 0;
	display: none;
}
div#container a{
	text-decoration: none;
}
div img{
	border: 0;
}
.center{
	text-align: center;
}

/* set millions of background images */
.brbroundbox { background: url(../img/bnt.gif) repeat; }
.brbtop div { background: url(../img/btl.gif) no-repeat top left; }
.brbtop { background: url(../img/btr.gif) no-repeat top right; }
.brbbot div { background: url(../img/bbl.gif) no-repeat bottom left; }
.brbbot { background: url(../img/bbr.gif) no-repeat bottom right; }
.frbroundbox { background: url(../img/fnt.gif) repeat; }
.frbtop div { background: url(../img/ftl.gif) no-repeat top left; }
.frbtop { background: url(../img/ftr.gif) no-repeat top right; }
.frbbot div { background: url(../img/fbl.gif) no-repeat bottom left; }
.frbbot { background: url(../img/fbr.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.frbtop div, .frbtop, .frbbot div, .frbbot, .brbtop div, .brbtop, .brbbot div, .brbbot {
height: 7px;
font-size: 1px;
}
.brbcontent { margin: 0 7px; }
.brbroundbox { width: 85%; margin: 1em auto; }
.frbcontent { margin: 0 7px; }
.frbroundbox { width: 90%; margin: 1em auto; }



