body {
	background: url(http://www.farpointmedia.net/images/bg.jpg);
	color: #000;
	font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	margin: 0;
	padding: 5px 0;
}


/* Structure Divs */
#maincontent {
	background: #fff;
	border: 1px solid #9C9C9C;
	margin: 0 auto;
	padding: 0px;
	width: 850px;
	}

#headbanner
{
	background: url(../images/logos/FarpointBanner768x190.jpg) center no-repeat;
	height: 195px;
	margin: 0px 0px 0px 0px;
	padding: 0px 50px 0px 50px;
}

#headermenu
{
	border-top: 1px solid #000;
	background: #b6daf8;
	font-weight: bold;
	height: 20px;
	align: left;
	padding-left: 25px;
}

#headersubmenu
{
	border-bottom: 1px solid #000;
	background: #000;
	color: #ffffff;
	height: 20px;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-weight: bold;
        font-size: 12px;
        line-height: 20px;
	align: left;
	padding-left: 25px;
	padding-right: 5px;
}

/* #headersubmenu a { color: #fff; text-decoration: none; }
#headersubmenu a:hover   { text-decoration: underline; } */

#content {
/*	background: #ff0000; */
	float: left;
	margin: 15px 5px 15px 20px;
	padding: 0 5px 0 5px;
	width: 600px;
	}

#sidebar {
	float: right;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 5px 0 10px;;
	padding: 0;
	width: 200px;
	}

#search {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	right: 10px;
	top: -22px;
}

#copyright {
	border-top: 1px solid #000;
	background: #fcf0b3;
	color: #615C3E;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#credits {
	color: #615C3E;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: italics;
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* Config Structure Divs */

	/* Header */
	#header h1 {
		font-size: 30px;
		letter-spacing: 0.1em;
		margin: 0;
		padding: 20px 0 20px 30px;
		width: 300px;
		}

	#header a, #header a:hover {
		background: transparent;
		color: #fff;
		text-decoration: none;
		}

	/* Headermenu */
	#headermenu li {
		display: inline;
		list-style-type: none;
		}

	#headermenu ul, ol {
		margin: 0;
		padding: 0;
		}

	/* Noticias */

	#noticias h2, #noticias h2 a {
		color: #AD2B09;
		font-size: 18px;
		font-weight: normal;
		margin: 50px 0 0 0;
		padding: 0;
		text-decoration: none;
		}

	#noticias h2 a:hover {
		background: transparent;
		color: #AD2B09;
		}

	#noticias h3 {
		color: #AD2B09;
		font-size: 15px;
		font-weight: normal;
		margin: 0;
		padding: 20px 0 5px 0;
		}



	/* Entrada */
	#entrada {
		margin: 0;
		padding: 0;
		}

	#entrada a {
		color: #cc0000;
		text-decoration: none;
		}

	#entrada a:hover {
		color: #cc0000;
		text-decoration: underline;
		}

          #entrada h1, h2, h3 {
                 color: #0000ff;
                 font-family: Verdana,Arial,Helvetica,sans-serif;
                 font-size: 18px;
                 font-weight: bold;
                 line-height: normal;
}

	#entrada small {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 11px;
		}

	/* Sidebar */
	#sidebar h3 {
		color: #174B65;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0.2em;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		}

	#sidebar ul, #sidebar ol {
		list-style: none;
		margin: 0;
		padding: 5px;
		}

	#sidebar li, #sidebar li:hover {
		margin: 0;
		padding: 0;
		}

	#sidebar a {
		color: #AD2B09;
		}

	#sidebar a:hover {
		color: #AD2B09;
		}

	#sidebar div {
		margin: 20px 0;
		padding: 0;
		}


/* General */

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

blockquote
{
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E9D989;
	font-size: 0.9em;
}

cite {
	text-decoration: none;
	}

code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	}

h4 {
	color: #858585;
	}

/* Float and Clear */
div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}

div.both {
	clear: both;
	}

/* Images align */
img.border {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #E3F5FE;
	}

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

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* Text align */
.center {
	text-align: center;
	}

.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}


/* end Ninjas code  */


/* A                { color: #ff0000; text-decoration: none; }
A:link           { color: #4C9948; text-decoration: none; }
A:active         { color: #4C9948; text-decoration: none; }
A:visited        { color: #4C9948; text-decoration: none; }
A:hover          { color: #4C9948; text-decoration: none; } */

A.nav            { color: #00f; text-decoration: none; }
A.nav:link       { color: #00f; text-decoration: none; }
A.nav:active     { color: #00f; text-decoration: none; }
A.nav:visited    { color: #00f; text-decoration: none; }
A.nav:hover      { color: #00f; text-decoration: underline; }

IMG {
  border: 0px;
}

UL {
  list-style-image: url("http://www.farpointmedia.net/css/images/ul.gif");
}



/* B {
  color: #615C3E;
} */

HR {
  height: 1px;
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-top: 1px dashed #615C3E;

}

.nav {
  color: #1E4C62;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  margin: 0px 10px 0px 10px;
}

.subnav {
  color: #fff;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  line-height: 22px;
}

.hit {
	background: #000;
        font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #ffff00;
        font-size: 13px;
	text-decoration: none;
	padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 4px;
        padding-top: 3px;
        line-height: 20px;
}

.subhit {
	color: #ffff00;
	text-decoration: none;
	font-size: 11px;
        line-height: 16px;
}

.copy {
  color: #615C3E;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.smallelement {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

.downloadlink {
    background-image: url(http://www.farpointmedia.net/images/download.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}