html {
	overflow-y: scroll;
	overflow-x: hidden;
}

html, body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;

}

body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #E4E4E4;
	background-repeat: repeat;
	background-position: center;
}

img { border: 0px; position:relative;  }

form { margin: 0px; padding: 0px; display: inline;}

/****************
  FONTS N LINKS
 ****************/

a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

br.breaker { clear: both; margin: 0px; padding: 0px; font-size: 1px; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }





/****************
  LAYOUT
 ****************/

#headerbar {

		margin: 0px auto;
		background: url(images/header.jpg) no-repeat center top;
		background-color:#FFFFFF;
		
		border-right: 10px solid #FFFFFF;
		border-left: 10px solid #FFFFFF;
		width: 900px;
	}

#header_container {

		margin: 0px auto;
		border-bottom: 1px solid #000000;
		width: 900px;
		height: 160px;


	}

	#links {
		float: right;
		height: 20px;
		text-align: left;
		font-size: 10px;
		line-height: 16px;
		padding: 27px 10px 0px 0px;

	}


#pagecontainer {
	width: 885px;
	margin: auto;
	background-color: #E4E4E4;
	padding: 0px 0px 0px 15px;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
}



	#leftcolumn {
		clear: both;
		float: left;
		width: 180px;
		margin-bottom: 5px;
		margin-left: 0px;
		font-size: 10px;
		line-height: 13px;
	}

	#rightcolumn {
		float: left;
		padding-top: 15px;
		margin: 0px;

	}

		#servertime {
			height: 21px;
			padding: 2px 0px 0px 2px;
			border-bottom: 1px solid #000;
		}

		#banner {
			height: 70px;
			margin: 5px 0px 5px 0px;
		}

		#contentleft {
			float: left;
			width: 480px;
			height: auto;
			padding-left: 15px;
		}

		#contentright {
			float: left;
			width: 180px;
			font-size: 10px;
			line-height: 13px;
			text-align: center;
			padding-left: 15px;


		}

		#contentleftright {
			float: left;
			width: 720px;
			padding: 0px;
			margin: 0px;

		}

	#footboxes {
		clear: both;
		margin: 0px 0px 0px 0px;


	}

		#footbox1 {
			clear: none;
			float: none;
			width: 260px;
			height: 125px;
			margin: 0px 5px 0px 0px;
			padding: 5px;


		}

		#footbox2 {
			clear: none;
			float: none;
			width: 260px;
			height: 125px;
			margin: 0px 5px 0px 0px;

		}

		#footbox3 {
			clear: none;
			float: none;
			width: 260px;
			height: 125px;
			margin: 0px;

		}


	#footer {
		clear: both;

		border-top: 1px solid #000;
		text-align: center;
		font-size: 10px;
		line-height: 16px;
		background-color: #FFFFFF;

	}

/****************
  LHNAV
 ****************/

#leftnav {
	margin: 0px;
	padding: 15px 0px 15px 0px;
}

	#leftnav li {
		list-style: none;
		margin: 0px;
		padding: 0px;
		font-size: 12px;
		font-weight: bold;
		line-height: 10px;
		padding-bottom: 8px;
	}

div.navdivider {
	height: 2px;
	background: #000;
	font-size: 1px;
	margin-bottom: 5px;
}

/***** Navigation css ********/

.glossymenu{
margin: 0px 0px;
padding: 0px;
width: 180px; /*width of menu*/
border-bottom-width: 0px;
background-color: #e4e4e4;
font-size: 11px;
}

.glossymenu a.menuitem{
background-color: #999999;
font-size: 13px;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0px 4px 10px;
margin: 0px 0px 1px 0px;
text-decoration: none;
cursor: pointer;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem:hover{
background-color: #999999;
color: #000000;
}

/********************************/





 /****************
  PAGE ELEMENTS
 ****************/



 div.element {
 	clear: both;
 	padding: 0px 0px 0px 0px;
 	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;


 }

 	div.element h3 {
 		font-family:Verdana, Arial, Helvetica, sans-serif;
	    font-size: 14px;
	    font-weight: bold;
	    color: #CC0000;
		margin-top: 0px;
	    margin-bottom: 6px;
	    border-bottom: 1px solid #CCC;
	    padding: 10px;
 	}

 	div.element h4 {
 		font-family: Arial, Verdana, Helvetica, sans-serif;
 		font-size: 16px;
 		font-weight: bold;
 		margin: 0px;
 		padding: 5px 5px 0px 0px;
 		line-height: 18px;
 	}

 	div.element h5 {
 		font-family: Arial, Verdana, Helvetica, sans-serif;
 		font-size: 12px;
 		font-weight: bold;
 		margin: 0px;
 		padding: 0px 0px 0px 0px;
 		line-height: 18px;
 		color: #C00;
 	}
	
	div.element spacer {
 		font-family:Verdana, Arial, Helvetica, sans-serif;
	    font-size: 14px;
	    font-weight: bold;
	    color: #CC0000;
		margin-top: 0px;
	    margin-bottom: 6px;
	    border-bottom: 1px solid #CCC;
	    padding: 10px;
 	}

 	div.element p {
 		padding: 0px 0px;
 		margin: 3px 0px;
 	}

 	div.element a.endlink:link, div.element a.endlink:visited {
 		font-size: 1.1em;
 		font-weight: bold;
 		border-top: 1px solid #ccc;
 		display: block;
 		margin-top: 6px;
 		padding: 3px 0px 3px 20px;
 		background: url(/images/arrow.gif) no-repeat 7px 7px;
 		color: #000000;
 		text-decoration: none;
 	}

 	div.element a.endlink:hover {
 		color: #000000;
 		text-decoration: underline;

 	}



div.el_left {

	margin: 0px 0px 10px 0px;
 	padding: 0px;

}


div.el_left_advert  {

    background-image: url(images/advert_curves.gif);
	background-repeat: no-repeat;
	height: 130px;
	margin: 0px 0px 15px 0px;


	}

div.el_left_advert_big  {

	margin: 0px 0px 15px 0px;
	padding: 10px 0px 0px 0px;


	}

	div.el_left h3 { border-bottom: 1px; }

 	div.el_left p {
 		padding: 0px;
 		margin: 4px 0px;

 	}

 	div.el_left p strong { font-size: 11px; line-height: 15px; }

 	#force140 {
 		width: 140px;
 		word-wrap: break-word;
 	}

 		#force140 input, #force140 select {
 			font-size: 0.9em;
 		}

div.el_mid {
 	background-image: url(images/mid_top_curve.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position:top;
	margin: 0px 0px 15px 0px;
 	padding: 0px 0px 0px 0px;
	height: auto;
	clear: both;

	}

	div.el_mid_advert  {

    background-image: url(images/advert_mid_curves.gif);
	background-repeat: no-repeat;
	height: 90px;
	margin: 0px 0px 15px 0px;


	}



	div.el_mid h3 {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 6px;
	border-bottom: 1px solid #CCC;
	padding: 10px;

	}

	div.el_mid h4 { font-size: 18px; font-weight: normal; margin-bottom: 2px; padding-left: 10px; line-height: 25px;}
	div.el_md_videoaudio h4 { padding-left: 0px; }

	div.el_mid h6 {
 		font-family: Arial, Verdana, Helvetica, sans-serif;
 		font-size: 18px;
 		font-weight: normal;
 		margin: 0px 0px 6px 0px;
 		padding: 3px 0px 2px 6px;
 		line-height: 18px;
	}

 	div.el_mid p {
 		padding: 0px 10px 0px 6px;
 		margin: 5px;
 	}

	ul.videoaudio {
		font-size: 1.2em;
		list-style-type: none;
	}

		ul.videoaudio li {
			padding-left: 18px;
		}

		ul.videoaudio li.video {
			background: url(/images/filmstrip.gif) no-repeat center left;
		}

		ul.videoaudio li.audio {
			background: url(/images/headphones.gif) no-repeat center left;
		}

div.el_foot {
    background-image: url(images/footer_top_curve.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position:top;
 	margin: 0px 5px 15px 5px;
 	padding: 0px 0px 0px 0px;
 	width: 280px;
 	float:left;
 	display:inline;
	clear: none;
}


div.el_foot h3 {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 6px;
	border-bottom: 1px solid #CCC;

	}



div.el_foot p {
 		padding: 0px 10px 10px 10px;
 		margin: 0px;
		height: 95px;
 	}





/****************
  EXTRA ELEMENT STYLES
 ****************/
hr { height: 1px; }
div.el_md_morenews a.big:link, div.el_md_morenews a.big:visited { font-weight: bold; color: #000; }
div.el_md_morenews a.big:hover { color: #C00; }
div.el_md_morenews p { line-height: 20px; }
div.el_md_morenews p strong { color: #c00; }

div.el_rh_latestnews ul {
	margin: 2px 0px;
	padding: 0px;
}

	div.el_rh_latestnews li {
		list-style: none;
		margin: 0px;
		padding: 2px 0px 2px 15px;
		background: url(/images/bluearrow.gif) no-repeat 6px 6px;
}

.gallery_picture {
	float: left;
	padding: 2px;
}

.el_mid p img {
	margin: 0 10px 10px 0;
}

.el_mid p a img {
	margin: 0;
}