html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url(/img/bg-head.png) left top repeat-x;
}

#footer {
	clear: both;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	padding: 5px;
	font-size: 8pt;
	font-family: Verdana;
	text-align: center;
	color: #a9a9a9;
}

#general {
	float: left;
	width: 1000px;
	min-height: 300px;
}

#g-left {
	height: 100%;
	width: 190px;
}

#g-logo-ext {
	width: 150px;
	height: 170px;
	float: right;
	color: #fff;
	padding-right: 2px;
}


#g-logo-ext img {
	z-index: 1;
	border: 0;
}

#g-logo-ext a {
	color: #000;
	text-decoration: none;
	border: 0;
}

#g-logo-int {
	z-index: 2;
	padding-left: 10px;
	margin-top: -15px;
	height: 168px;
	text-align: center;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 14pt;	
}

#g-logo-int span {
	font-size: 7pt;
	display: block;
}

#header {
	height: 62px;
	background: transparent url(/img/head-pic.png) left top no-repeat;
	position: relative;
	top: 0;
}

#header span {
         margin: auto 20px;
         color: #fff;
         font-family: Georgia;
         font-size: 3em;
}

#header a {
         border: 0;
         text-decoration: none;
}

#menu {
	font: 10pt Verdana; 
	overflow: hidden;
	width: 650px;
}

#menu ul {
	display: inline;
	list-style: none;
}

#menu li {
	float: left; 
	padding: 0 13px 0 3px; 
	margin-right: 5px;
}

* html #menu li {
	background: none;
	padding: 0 8px; 
}

#menu #fin {
	background: none;
}

#menu li a {
	display: block; 
  	text-transform: uppercase; 
	color: #fff;
	text-decoration: none;
         border: 0;
}

#menu #selected a {
         color: yellow;
}

#contentbox {
	position: relative;
	top: 20px;
	float: left;
	width: 590px;
	min-height: 300px;
	border-right: 1px dashed #a9a9a9;
	border-left: 1px dashed #a9a9a9;
	padding: 0 5px;
}

#sidebar {
	position: absolute;
	top: 95px;
	left: 605px;
	width: 200px;
	padding: 3px 3px 0 5px;
}

#g-right {
	position: absolute;
	width: 800px;
	left: 190px;
	top: 0px;
	padding-left: 5px;
}


p, blockquote, li, h3, h4
{
	font-family: Georgia, Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	background: url(/img/quote.png) 10px top no-repeat;
	border: none;
}

a
{
	text-decoration: none;
}

#contentbox a:hover, #sidebar a:hover {
	color: #30f;
	text-decoration: none;
	border-bottom: 1px dotted #30f
}


#contentbox a img {
	border: 0;
}


#contentbox a:hover img {
	border: 0;
}

#footer a {
	color: #a9a9a9;
	text-decoration: none;
}

#footer a:hover {
	color: #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
	text-decoration: none;
}


acronym, abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
}




h1
{
	font-weight: normal;
	text-decoration:none;
	font-family: Georgia, Times, Serif;
	font-size: 3em;
}

h2
{
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1em;
	font-style: italic;
}

h3
{
	font-weight: normal;
         border-bottom: 1px dashed #dcdcdc;
}

h3 a
{
         color: #000;
	border: 0px;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1.5em;
}

h4 a {
	color: #000;
}

h3 span a {
	font-weight: normal;
	font-family: Georgia, Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 1em;
}

h1 a, h2 a
{
	border: 0px;
}

.caps
{
	letter-spacing: 0.1em;
	font-size: 10px;
}

.left {
  float:left;
  margin:0 12px 0 0;
}

.right {
  float:right;
  margin:0 0 0 12px;
}

.center {
  display: block;
  margin:0 auto;
}

.sign {
 margin: 5px;
 padding: 5px;
 border: 1px solid #dcdcdc;
}

.sign span {
 display: block;
 text-align: justify;
 width: 100%;
 font-size: 8pt;
 font-family: Georgia;
 padding: 5px 10px 5px 0;
}

ul.rsx-page-num-list{
display:inline;
list-style:none;
margin:0px;
padding:0px;
}

ul.rsx-page-num-list li {
display: inline;
}

.comments li p {
	margin: 10px 0 0 0;
	padding: 0;
}

.nomarker {
 list-style: none;
}

small {
	font-size: 80%;
}

div.grands span {
   font: 24pt Georgia;
   line-height: 18px;
   color: #dcdcdc;
   display: block;
   width: 70px;
   float: left;
   padding-left: 7px;
}

div.grands ol, div.grands ul {
   margin: 0 0 0 80px;
}

h4 {
 clear: both;
}
