html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
	text-align: center;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
.reditalic	{
	font-size: 12pt;
	font-weight: normal;
	font-style:italic;
	color: #8c052c;
	padding:0;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	/*overflow-x: auto;*/
}
div#page {
	width: 1060px;
	background-color: #fff;
	margin: 10px auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
.crpoint	{
	cursor:pointer;
}

/* Server, js messages */
#responsemessage	{
	color: #AA0000;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px;
}
#responsemessage	.errortext	{
	color: #AA0000;
}
#responsemessage	.successtext{
	color: #009900;
}
.clear	{
	clear:both;
}
/* try to help MSIE not put list vertically on startup (doesn't do much good) */
li.jcarousel-item	{
	float:left;
	display: inline-block;
}

div#l1content    {
	width:1000px;
	margin: 0px;
	padding: 80px 10px 180px 10px;
	color: white;
	background-color:#000;
}
div#l1content  p  {
	margin: 0px 0px 5px 70px;
	font-weight:bold;
	line-height: 1.5em;
}
div#l1content a	{
    color:#c6c7c9;
    text-decoration:none;
}
div#l1content a:focus, div#l1content a:hover, div#l1content a:active {
	color: #fff;
}
div#l1content a	img	{  
	border-style: none;
	/*border: 1px black solid;*/
}

div#l2content    {
	width:1250px;
	margin: 0px;
	padding: 80px 10px 180px 10px;
	color: white;
	background-color:#000;
}
div#l2content  p  {
	margin: 20px 0px 5px 470px;
	font-weight:bold;
	line-height: 2em;
	font-size: 1.5em;
}
div#l2content a	{
    color:#c6c7c9;
		font-weight:bold;
    text-decoration:none;
}
div#l2content a:focus, div#l2content a:hover, div2l1content a:active {
	color: #fff;
}
div#l2content a	img	{  
	border-style: none;
	/*border: 1px black solid;*/
}
div#l2content ul	{
	list-style:none;
}
div#l2content li.imlist	{  
	display:none;
}

.crpoint	{
	cursor:pointer;
}