/* ======================================================== */
/*	Created by Devit Schizoper 								*/
/*	Created HomePages http://LoadFoo.starzonewebhost.com	*/
/*	Created Day 01.12.2006 									*/
/* ======================================================== */


body {
	margin: 0px;
	background: url(/includes/images/top_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
}

p {
	margin: 1em 0 1em 0;
	padding: 0px;
}

h2 {
	color: #7f7f7f;
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
}

ul {
	margin:0;
	padding:0;
	
}

a {
	color: #93B300;
}

a:hover {
	text-decoration: none;
}

blockquote {
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/**** Main Container ***/


#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 64em;
}


/**** Top ***/


#top {
	width: 100%;
	height: 88px;
	color: #ffffff;
	background: #000000 url(/includes/images/top_bg.gif);
	overflow:hidden;
}

#top h2 {
	color: White;
	letter-spacing: 3px;
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:33px;
	display:block;
	float:left;
	background: url(/includes/images/bg_t.gif) no-repeat;
	padding-left: 10px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
	color: #93B300;
}


/**** Main Menu ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 55px 20px 12px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: url(/includes/images/bg_menu.gif);
}

#menu li a.current {
	letter-spacing: 1px;
	color: gray;
	background: url(/includes/images/bg_menu.gif);
}

#menu li a.current:hover {
	color: #fff;
}


/**** Content Container ***/


#content {
	width: 100%;
	overflow: auto;
	margin-top: 1em;
}

#content h2 {
	margin: 0;
	padding: 1em 0 1em 0;
}


/**** Content ***/

#left {
	/* width: 42em; */
	width: auto;
	/*float: left;*/
	margin-left: 1em;
}

#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}


/**** Sidebar ***/

#right {
	width: 21em;
	float: right;
	margin-top: 1.2em;
}

#right .box {
	width: 20em;
	background: #f6f9fB;
	border: 1px solid #e1e1e1;
	padding: 0.4em 0.4em 0.4em 0.4em;
	/* float: right; */
}

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #93B300;
	font-size: 10px;
}

#right .box p {
	margin: 0.2em 0.2em 1em 0.2em;
	line-height: 1em;
	font-size: 1em;
}

#right .box div.Time {
	border: 0px solid black;
	border-bottom: 1px solid black;
	font-size: x-small;
	font-weight: bold;
	text-align: right;
}



#nav{ list-style: none; margin: 2.0em 0; width: 25em; float: right;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.3em 0.3em 0.8em;
	border-bottom: 2px; /*solid #1a1a1a*/
	border-top: 2px; /*solid #1a1a1a*/
	color: #93B300;
	background-color: #F7F9FB;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover{
	color: #1a1a1a;
	background: url(/includes/images/bg_t.gif) no-repeat;
	background-color: #fff;
	font-weight: bold;
	}	

/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
	border-top: dotted 1px gray;
	margin: 2em auto 0 auto;
	padding: 1em 0 1em 0;
	text-align: center;
	width: 70%;
}

#footer p 
{
	font-size: x-small;
	margin: 0px;
	padding: 0;
}