	body	{
		margin: 0px;
		font: normal 70% Verdana , Arial, sans-serif;
		color: #fff;
		background: #000 top left repeat-x;
		}

	img 	{
		border: none;
		}

	a 	{
		border: 0px;
		padding:0px;
		margin: 0px;
		color: #fff;
		text-decoration : none;
		}

	a:hover 	{
		color: #fff;
		text-decoration : underline;
		}

#site 	{
	width: 844px;
	
	}

h1 	{
	font-size: 25px;
	font-weight: bold;
	}

#text 	{
	text-align: left;
	width: 720px;
	}

.image     {
	float: left;
	margin: 10px 20px 20px 0px;
	border: #c00 2px solid;
	}

.textparagraph {
	text-align: left;
	color: #b7b7b7;
	font-family: Verdana, Arial;
	font-size: 13px;
	margin-bottom: 10px;
	}

.clear	{
	width: 100%
	clear: both;
	}




