/* Style sheet for project uksecureweb.net
   Created 10:36 Monday  5 May 2008 by martyn
*/


body.home {
	background-color: black;
	color: white;
	font-family: Lucida Grande, sans-serif;
	font-size: 10pt;
}
a {
	text-decoration: none;
}
body.home a {
	color: white;
}

div.homemain {
	width: 800px;
	margin: 10px auto;
}

div.homepictures {
	float: left;
}
div.homepictures a {
}
div.homepictures img {
	border-width: 0px;
	clear: left;
	float: left;
}

div.homelinks {
	float: right;
	width: 700px;
}

div.homeblog {
	background-color: #200020;
	width: 340px;
	margin: 10px 5px 10px 5px;
	float: left;
	height: 192px;
}

div.homehead {
	font-size: medium;
	color: #FFFFC0;
	width: 100%;
	border-bottom: 1px white solid;
}

div.homegrand {
	font-size: large; 
	color: tan; 
}

div.homepointer {
	 font-size: 10pt; 
	 color: white;
}

div.homepointer {
	clear: both;
	float: right;
	margin: 20px 5px 5px 0px;
}

div.homestereo {
	background-color: #202000;
	width: 340px;
	margin: 10px 5px 10px 5px;
	float: left;
	height: 192px;
}

