/** BASIC */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 11px;
	text-align: justify;
	background-color: #222222;
	color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	padding-top: 13px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
}

h2.bigger {
	font-size: 18px;
	text-transform: uppercase;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-transform: uppercase;
}

p, ol, ul {
	margin-top: 0px;
}

/** CONTENT */


#body	{
	width: 955px;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
}

#header	{
	padding: 0px;
}

#nav {
	font-size: 11px;
	text-align: center;
	color: #000000;
	background-color: #e2e2e2;
	border-bottom: 1px solid #717171;
	border-top: 1px solid #717171;
	font-weight: bold;
	padding: 5px;		background-image: url(images/navbg.jpg);	background-repeat: repeat-x;
}

#nav a	{
	color: #000000;
	text-decoration: none;
	padding-right: 40px;
}

#nav a:hover	{
	text-decoration: underline;
}

#nav a.lastlink	{
	padding-right: 0px;
}


#main {
	padding: 10px;
	font-size: 11px;
	text-align: justify;
	color: #000000;
	/*background-image: url(rotate.php);*/		background-image: url(images/bgwashedout.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.block	{
	border: 1px solid #d4d4d4;
	padding: 5px;
}


#footer {
	padding: 5px;
	font-size: 10px;
	text-align: center;
	color: #e1ba1f;
	background-color: #1d1c1d;
	border-bottom: 1px solid #000000;
}

#footer a {
	color: #e1ba1f;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

img			{ border-width:0; }

.imgintext    {
position: relative;
float: left; 
margin: 5px 10px 5px 10px;
}

.imgintextright    {
position: relative;
float: right; 
margin: 5px 10px 5px 10px;
}

.photo	{
	margin-right: 5px;
	margin-bottom: 10px;
	border: 3px solid #000000;
}

/* ============== Tables ============== */
table.cells 	{ width:100%; margin:0; padding:0; border:1px solid #ededed; }
table.cells td { padding:2px; background-color:#d1d1d1; margin:0;}
table {color: #000000; font-size: 12px; }
.coltop { background:#bcbcbc!important; text-align:center; color: #000000; font-weight: bold; font-size: 12px;}
.centerall	{text-align: center;}
.centerall a	{ color: #ff0000; font-weight: bold;	}
.centerall a:hover	{ background-color: #bbbbbb; text-decoration: none; display: block;}
