/* --------------------------------------- */
/* STANDARD HTML TAG RESET                 */
/* --------------------------------------- */
/*
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}*/


/* --------------------------------------- */
/* STANDARD HTML TAG DEFINITION            */
/* --------------------------------------- */

body {
	background-color: #000000;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
}

p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin: 5px 0;
}

a {
	color:#DDDDDD;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}

a:hover {
	color:#ff0000;
}



/* --------------------------------------- */
/* PAGE ELEMENTS                           */

#container {
	margin: 0 auto;
	width: 765px;
}


	/* --------------------------------------- */
	/* MARQUEE                                 */
	
	#marquee {
	float:left;
	height:475px;
	width:100%;
	}
	
	
	/* --------------------------------------- */
	/* CONTENT                                 */
	
	#content {
	background:transparent url(../images/content.jpg) repeat-y scroll center top;
	float:left;
	margin:10px 0;
	position:relative;
	width:764px;
	}

		#content .top {
		background:transparent url(../images/content-top.jpg) no-repeat scroll center top;
		height:15px;
		/*position:absolute;
		top:0;*/
		width:764px;
		}
		
		#content .bottom {
		background:transparent url(../images/content-bot.jpg) no-repeat scroll center top;
		/*bottom:0;*/
		height:17px;
		/*position:absolute;*/
		width:764px;
		clear:both;
		}		

	
	/* --------------------------------------- */
	/* COLUMN LEFT                             */
	
	#column-left {
		float:left;
		padding:0 15px;
		width:468px;
	}
	
		#column-left h3 {
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:17px;
		margin:0 0 10px;
		}
	
	
	/* --------------------------------------- */
	/* COLUMN RIGHT                            */
	
	#column-right {
		float:right;
		padding:0 15px;
		width:227px;
	}	
	
	#column-right a  {
	color:#FF0000;
	font-size:9px
	}	
	
	
	/* --------------------------------------- */
	/* FOOTER                                  */
	
	#footer {
		float: left;
		margin: 0 0 50px;
		width: 100%;
	}		
	
		.footer-links {
			margin: 30px 0 0;
		}
	
		.footer-links li {
			border-right:1px solid #FFFFFF;
			float:left;
			height:14px;
			line-height:12px;
			text-align:center;
			width:auto;
		}
		
		.footer-links a {
			font-size:11px;
			font-weight:bold;
			padding:0 3px;
		}	
		
		#footer span {
			color:#FFFFFF;
			float:left;
			font-family:Verdana;
			font-size:10px;
			margin:10px 0 0;
			text-align:center;
			width:100%;
		}	
		
		
	
	
	/* --------------------------------------- */
	/* CUSTOM CLASSES                          */
	
	.left { float: left;}
	.right { float: right;}	
		
	.list-arrow a {
		background:transparent url(../images/arrow-sections.jpg) no-repeat scroll left 3px;
		float:left;
		font-size:12px;
		color:#ffffff;
		margin:7px 0;
		padding:0 0 0 15px;
		width:100%;
	}
	
	.list a {
		background:transparent url(../images/arrow-sections.jpg) no-repeat scroll left 3px;
		float:left;
		font-size:10px;
		margin:7px 0;
		padding:1px 0 0 4%;
		width:46%;
	}
	
	.more {
		background:transparent url(../images/more-news.png) no-repeat scroll center top;
		float:right;
		margin:10px 0;
		min-height:26px;
		min-width:143px;
		padding:14px 20px 0 0;
		text-align:right;
	}
	
	.more a {
		background:transparent url(../images/arrow-white.png) no-repeat scroll left 4px;
		font-size:12px !important;
		padding:0 0 0 12px;
		color:#ffffff !important;
	}
	
	.more a:hover {
		color:#ff0000 !important;
	}



