html
{
width:800px;
}


body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .8em;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.4em;
	color: #ffffff;
	background-color: #308ede;
	padding: 0;
	margin: 0;
	background-image: url(../images/tile.gif);
}


a
{
	color: #ffffff;
	text-decoration: none;
}
a:visited
{
	color:#ffffff;
}
a:hover
{
	color: #0c4072;
	text-decoration: underline;
}
a:active
{
	color: #ffffff;
}




.watson:link
{
	color:#0c4072;
	text-decoration: none;
}
.watson:visited
{
	color:#0c4072;
}
.watson:hover
{
	color:#ffffff;
	text-decoration: underline;
}
.watson:active
{
	color:#0c4072;
}


.container
{
	
	position:relative;
	top:100px;
	left:300px;
}


div.upper
{
	left: 0;
	top: 0;
	width:278px;
	height:100px;
	background-repeat: no-repeat;
}

#sitename
{
	top: 30%;
	left: 50%;
	
}


#sitecontent
{
	left: 50%;
	padding-left:7px;
}


div#contact_head
{
	width:50px;
	float:left;
}

div#contact_content
{
	padding-left:30px;
	float:left;
}


div#work
{
	padding-top:42px;
}

div#work_head
{
	width:50px;
	float:left;
}


div#work_content
{
	padding-left:30px;
	float:left;
}


div.link
{
	
}

div.clearit
{
	clear:both;
}