
/* Links */


A  {
	text-decoration : none;
	color :#CD0000; 
    }

A:hover {
	color : #000000; 	}

/* Universal stylistics (<strong>, <em>, etc */


strong {
	color: #CD0000;}

em {
 	color: #CD0000;
	font-size: 11px; }

/* Main header classes */

h1 {
	margin: 0 5px 3px 0;
	padding: 15px 0px 7px 35px;
	background: url(images/h1.gif) no-repeat top left;
	color: #2A2A2A;
	font-family: Century Gothic, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}

h2 {
	margin: 3px 0 3px 0;
	padding: 0px 0 0 22px;
	color: #CD0000;
	font-family: century gothic, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: lowercase;
}

/* Body text classes */


	
p, body {
	font: 11px Verdana;  
	color:#606060;
	text-align: justify;
	margin-top:0;
	margin-bottom:12px;
	line-height: 175%;
    }

p.center {
	text-align: center;
    }

p.right {
	text-align: right;
    }

p.left {
	text-align: left;
    }


.statistics {
	text-align: justify;
	padding: 10px;
	margin: 0px 50px 12px 50px;
	letter-spacing: 1px;
	line-height: 150%;
	background: url(images/statistics.gif);
	font:10px Georgia;
    }


/* Misc. */	

body {
	background-color:#FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
    }
img
    {border: 0px none;}


/* Structural ids */

#frame{
	width: 600px;
	padding: 0;
	margin-right:auto;
	margin-left:auto;}

#contentright{
  padding: 10px 0 0 50px;
}

#nav{
	margin-left: 15px;
	margin-bottom: 10px;
	display: inline;
	overflow: hidden;
}

div#nav ul{
	font: 10px Georgia;
	font-weight: normal;
	text-transform: uppercase;
	list-style: none;
	letter-spacing: 2px;
	padding: 0;
	display: inline;}

div#nav ul li{
	list-style: none;
	float: right;
	padding: 0 2px 0 2px;
	margin: 10px 0 5px 0;}

div#nav ul li a{
	color: #626262;}

div#nav ul li a:hover{
	color: #CB0000;}


#footer{
	text-align: right;
	padding: 7px 0px 7px 0px;
	margin: 0;
	line-height: 145%;}