@charset "utf-8";
/* Saul Becker */


body, *	{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0px;
	}

#header	{
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	width: 800px;
	margin:0 auto;
	}

#nametag	{
	float:left;
	width: 275px;
	height: 120px;
	}

#nav	{
	height: 120px;
	font-size: 12px;
	float: right;
	width: 490px;
	text-decoration: none;
	color: black;
	font-weight: normal;
	padding-left: 20px;
	}

	#nav a  {
		color:#ABABAB;
		text-decoration:none;
		}

	#nav a:hover	{
		color:#000;
		text-decoration:none;
		}

	#nav a:active	{
		color:#000;
		text-decoration:none;
		}

	#paintings {
		width: 60px;
		}
	
	#install {
		width: 58px;
		}
	
	#news {
		width: 35px;
		}

.poo {
	float: left;
	display: block;
	width: 50px;
	height: 40px;	
	margin: 10px 15px 0 0;
	}

#middle {
	width: 800px;
	margin:0 auto;
	}

	#body_text {
		padding-top: 150px;
		margin-left: 8px;
		}

	#middle a  {
		color:#818181;
		text-decoration:none;
		}

	#middle a:hover	{
		color:#000;
		text-decoration:none;
		}

.news_item	{
	width: 100%;
	padding: 15px 0 15px 0;
	float: left;
	overflow:auto;	
		}

.news_item-text	{
	width: 300px;
	float: left;
		}

.news_item-img	{
	width: 450px;
	float: right;
		}

#coming_soon	{
	padding-top: 200px;
	margin: 0 auto;
	}

#titles {
	margin-top: 10px;
	margin-left: 8px;
	}
	
#descriptions {
	margin-top: 10px;
	margin-left: 8px;
	}

img {
	border: none;
	}
	
ul	{
	padding-top:50px;
	list-style-type:none;
	}
	
li	{
	width: 50px;
	list-style-type: none;
	padding: 0 10px 0 5px;
	display:inline
	}

.clear {
	width: 800px;
	margin: 0 auto;
	height: 20px;
	clear:none;
	}

#contact {
	padding-top: 200px;
	margin: 0 auto;
	}

#contact_horton {
	padding-top: 200px;
	margin: 0 auto;
	}
/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

