/* CSS Document -Khal's CSS for dune.damageready.com */
body { 
		font-family: serif;
		background: #ffffff repeat-x;
		margin: 0px; 	
	}
	a:link,a:visited,a:active  {
		text-decoration: none;
		color: #000000; 
	}
	a:hover {
		text-decoration: underline;
		color: #30338A;
	}
	/* minitext on forum/form page */
	div.miniforum {
	
		font-size:80%;
		font-family: sans-serif;
	}
	div.miniforum a:link,div.miniforum a:visited,div.miniforum a:active  {
		color: #990000;
	}
	/* common header */
	div.header {
		position:relative;
		margin: 0 auto;
		width:730px;
		height:77px;
		z-index:1;
		background:#ffffff url(../images/header_title_onwhite.gif) no-repeat left; 
		padding:8px;
	}
	/* the big image in the center of the page. completely CSS in a div, default */
	div.splash_image {
		height:190px;
		background: url("../images/splash_image_final_smalles8.gif") repeat-x top; 
		clear: both; 
		padding: .5em 0 2.5em;
		display: none;

	}
	/* common footer */
	div.footer {
		position:relative;
		margin: 0 auto;
		width:730px;
		height:100px;
		z-index:1;
		color: #444444; 
	}
	/* contact link for email */
	div.contact_menu {
		font-size: 60%;
		font-family: sans-serif; 
		text-align: right;
	}
	div.contact_menu a:link,div.contact_menu a:visited,div.contact_menu a:active {
		text-decoration: none;
		color: #990000; 
	}
	div.contact_menu a:hover {
		text-decoration: underline;
		color: red;
	}
	.copyright {
		color: #FFFFFF;
	}
	/* strong is a lovely blue at first */
	strong {
		color: #FF0000;
	}
	h5 {
		color: #333333;
		font-size: 60%;
		
	}
	h5 a:link,h5 a:visited, h5 a:active  {
		text-decoration: underline;
		color: #000000; 
	}
	/* main content enclosure  */
	#enc_container {
		position: relative; 
		top: 0px; 
		width:730px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}	
	/* the left of every page  */
	#leftcolumn {
		width:500px;
		float:left;
	}
	.contentparagraph a:link,.contentparagraph a:visited, .contentparagraph a:active  {
		text-decoration: underline;
		color: #000000; 
	}	
	
	img {			
		border-width:0px;
	}	
	img#imagemapper {
	border-width:0px;
	display: none;

	}
	div.content_text {
		width:480px;
		float:right;
		padding:8px;
	}
	/* the right of every page  */
	#rightcolumn {
		width:200px;
		float:right;
		}
		
	p,h1,pre,h2,h3,h4,h5 {
		margin:8px 10px 10px 0px;
		color: #000000;
		}
	p {
		font-size: 80%;
		
		text-indent: 0.0em;
	}
	/* the text in the footer  */
	div.footer p {
		font-size: 60%;
		font-family: serif; 
		text-indent: 0.0em;
		color:#333333;
		margin:24px 20px 4px 20px;
		text-align:center;
	}
	div.footer a:hover {
		text-decoration:underline;
	}
	div.footer a:link {
		color: #663333; 
	}
	div.imagemap img {
		padding: 0px;
		margin: 0px; 
		float:left;
		z-index: 3;
		border: none;
	}
	.content_promotional_image img {

		float:right;
 		margin-top: 10px;
	}
	.content_main_image img {
		float:left;
		margin-top: 10px;
		margin-left: 45px;
		height: 80px;
		width: 80px;

	}
	.newscontent {
		
		color:#333333;
		float:right;
		padding: 0px;
		width: 175px
	}
	.newscontent .newsinner {
		
		color:#330000;
		border-bottom: medium solid #cccccc;
		border-width:2px;
		font-size: 66%;
		padding: 0px;
		text-indent: 0.0em;
		width: 171px;
		padding: 2px;
	}
	.newscontent .newsinner a:hover {
		text-decoration:underline;
		color:#990000;;
	}
	.newscontent a:link,a:visited,a:active  {
		text-decoration:none;
		color:#990000;;
	}
	.newscontent .newsinner .forminner  {
		text-align:right;
		padding: 4px;

	}
	div.forminner p {
		color:#990000;;
		font-size: 100%;
		margin-top: 0%;
	}
	input {
		color:#000000;
		font-size: 100%;
		margin-top: 0%;
		
	}
	.newsheader {
		color: #333333;
		font-size: 100%;
	}
	#main_menu {
		color:#333333;
		font-weight:bold;
		font-family: serif;
		font-size: 70%;
		width: 700px; 
		
		padding: 22px 0px;
		}
	/* beautiful tabs */
	#main_menu .currentpage {
		background-color:#990000;
		color: #FFFFFF; 
		font-family: serif;
		font-weight:bold;
		border-left: solid #000000 1px;
		border-top: solid #000000 1px;
		border-right: solid #000000 1px;
		padding: 2px 28px;
	}
	#main_menu a:link,#main_menu a:visited,#main_menu a:active,#main_menu a:hover {
		text-decoration: underline;
		padding: 2px 14px;
		color: #333333; 
	}
	
	br#breakfixer{
	clear: left;
/* !! without this mozilla and IE (1,6) do not stretch the div down to correctly hold the content div's */
	}
/* end */

