/*            
  ___ ___ ___ 
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
              
================================================================
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: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #23131c;
	}
	
p {margin-top: 10px;}

.container {
	width: 900px;
	margin: auto;
	background-color:#FFFFFF;
	}
/*top logo area*/	
.top {
	width: 100%;
	height: 90px;
	background-color: #fff;
	float: left;
	text-align: left;
	}
	
.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.jpg") repeat-x top left;
	float: left;
	margin-left: 10px;
	}

/*COPY COLUMNS*/

.content {
	float:left;
	width: 900px;
	/*height: 300px;*/
	margin: 10px 0 10px 0;
	}
.left {
	width: 200px;/*240*/
	float: left;
	margin-left: 10px;
	padding: 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;*/
	}
	
/**/
	
.footer {
	background-color: #8f7d71;
	padding: 3px 0 3px 0;
	text-align: center;
	clear: both;
	width: 900px;
	font-size: 90%;
	}

.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: 110%;
	font-weight: normal;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: 0;
	border-bottom: 1px dotted #8f7d71;
	}
h2 {
	font-size: 100%;
	font-weight: bold;
	}
.quote {
	color: #999999;
	}
/*links*/

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

html { height: 100%; margin-bottom: 1px; }