﻿body {
	background-color: #d8d9db;
	margin:0px;
	padding:0px;
	font-family:Arial;
	color:#000000;
}

A {	color:#000000;}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

#left {
	background-image: url('../_img/left.gif');
	background-repeat: repeat-x;
}

#right {
	background-image: url('../_img/right.gif');
	background-repeat: repeat-x;
}

#main {

	background-image: url('../_img/background.jpg'); 
	width:875px;
	background-repeat: no-repeat;

}

#logo{
	margin:0px;
	padding:0px;
}

#nav {
	padding:30px 0 0 30px;
	margin:0px;
	float:left;
}

#underlogo {
	padding:10px 0 0 0;
	margin:0px;
	font-size:10px;
}

#options {
	padding:20px 0 0 0;
	font-size:10px;
}

#options ul {
	list-style-type: none;
	margin: 0;
	padding:0;
	line-height:14px;
}

#content{
	padding-left:30px;
	padding-top:104px;
	padding-bottom:60px;
	float:left;
	font-size:10px;
}

.content_spacer_big{
	padding-bottom:203px;
}

.content_link{
	width:82px;
	background-color:#00ff00;
	margin:0px;
	padding:4px 0 4px 4px;
	
}
.content_big{
	width:400px;
	height:225px;   
}
.content_big a{
	width:400px;
	height:225px;
	display:block;
}


.left {
	float:left;
	padding:0 30px 0 0;
}
.small_header{
	padding:18px 0 2px 0;
}
.content_small{
	width:185px;
	height:104px;   
}
.content_small a{
	width:185px;
	height:104px;
	display:block;
}
.content_spacer_small{
	padding-bottom:83px;
}

.work_title{
	padding-bottom:2px;
}
.work_image{
	padding-bottom:30px;
}



.clear {
	clear:both;
}