/*            
  ___ ___ ___ 
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
              
================================================================
Nav CSS file for realtimemedia.co.uk

Created by:	Lorraine Humm lorraine@divine-creations.com
			
================================================================
*/

/*-- (List browsers test details here) --*/
/*-- © Divine-Creations.Com Limited 2007 --*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000;
	}
	
p {margin-top: 10px;}

.container {
	width: 900px;
	margin: auto;
	background-color:#FFFFFF;
	}
/*top logo area*/	
.top {
	width: 100%;
	background-color: #fff;
	float: left;
	text-align: left;
	padding: 5px 0 5px 0;
	}
	
.linkcheckers {
	width: 894px; /*900*/
	background-color:#8f7d71;
	text-align: right;
	padding: 3px;
	font-size: 90%;
	}
	
.linkcheckers a, .linkcheckers a:link, .linkcheckers a:active, .linkcheckers a:visited {
	color: #fff;
	text-decoration: none;
	}
.linkcheckers a:hover {
	color: #fff;
	text-decoration:underline;
	}
.logo {
	padding: 10px 0 0 10px;
	}
	
.mast {
	width: 880px;
	height: 250px;
	background: url(../images/mast/0P1A0889.jpg) top left no-repeat;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	}

/*COPY COLUMNS*/

.content {
	float:left;
	width: 900px;
	/*height: 300px;*/
	margin: 10px 0 10px 0;
	}
.left {
	width: 600px;/*240*/
	float: left;
	margin-left: 10px;
	/*height: 280px;*/
	}
.center {
	width: 398px; /*400*/
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: left;
	margin-left: 10px;
	padding: 10px;
	/*height: 280px;*/
	}
.right {
	width: 200px;/*240*/
	float: right;
	margin: 0 10px 0 0;
	padding: 10px;
	/*height: 280px;*/
	}
	
.onecol {
	width: 880px; /*400*/
	float: left;
	margin-left: 10px;

	/*height: 280px;*/
	}
	
/**/
	
.footer {
	background-color: #333;
	padding: 5px 0 5px 0;
	text-align: center;
	color:#999;
	clear: both;
	width: 900px;
	}

.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color: #fff;
	text-decoration: none;
	}
.footer a:hover {
	color: #fff;
	text-decoration:underline;
	}
h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: 0;
	color:#000
	}
h2 {
	font-size: 1em;
	font-weight: bold;
	}
.quote {
	color: #999999;
	}
/*links*/

a, a:link, a:active, a:visited {
	color: #d510e9;
	}
a:hover {color: #FF00FF;}


    html, body {
      height: 100%;
      margin: 0 0 1px;
      padding: 0;
    }
