/* CSS Document */
html {
	margin: 0;
	padding: 0;
}

body{
	font-family: Helvetica, Arial, sans-serif;
	line-height:1.3em;
}

h1{
	padding-top:20px;
}

h3{
	color:#FCAC00;
}

img{
	margin-top: 10px;
	margin-right: 10px;
	}

img .imageFader{ 
	position:relative; 
	filter:alpha(opacity=20); 
	-moz-opacity:20%;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#FCAC00;
}

#header{
	width: 800px;
	margin:auto;
	height: 290px;
	text-align: center;
	margin-bottom: 0px;
}



#logo{
	width:340px;
	height:286px;
	float:left;
	background-image:url(images/header/logo.jpg);
	background-repeat:no-repeat;
}

#buttonhome {
	width: 115px;
	height: 37px;
	float:right;
	text-align: center;
	margin-top: 80px;
}

#buttonhome a{
	background-image:url(images/header/butoffhome.jpg);
	width: 115px;
	height: 37px;
	float:right;
	padding-top: 77px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
}

#buttonhome a:hover{
	background-image: url(images/header/butonhome.jpg);
}

#buttonwork {
	width: 115px;
	height: 37px;
	float:right;
	text-align: center;
	margin-top:80px;
}

#buttonwork a{
	background-image:url(images/header/butoffwork.jpg);
	width: 115px;
	height: 37px;
	float:right;
	padding-top: 77px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
}

#buttonwork a:hover{
	background-image: url(images/header/butonwork.jpg);
}

#buttonabout {
	width: 115px;
	height: 37px;
	float:right;
	text-align: center;
	margin-top: 80px;
}

#buttonabout a{
	background-image:url(images/header/butoffabout.jpg);
	width: 115px;
	height: 37px;
	float:right;
	padding-top: 77px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
}

#buttonabout a:hover{
	background-image: url(images/header/butonabout.jpg);
}

#buttoncontact {
	width: 115px;
	height: 37px;
	float:right;
	text-align: center;
	margin-top: 80px;
	font-size:1.2em;
}

#buttoncontact a{
	background-image:url(images/header/butoffcontact.jpg);
	width: 115px;
	height: 37px;
	float:right;
	padding-top: 77px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#buttoncontact a:hover{
	background-image: url(images/header/butoncontact.jpg);
}

#content{
	width: 800px;
	margin:auto;
	clear: right;
}

#left{
	width: 400px;
	float:left;
	margin-left: 25px;
	margin-top: 0px;
}

#right{
	width: 350px;
	float:right;


	margin right: 25px;
	text-align: center;
	margin-top: 0px;
}

#pictitles{
	width: 150px;
	margin-left: 25px;
	float: left;
}

#picsright{
	width: 500px;
	margin-right:10px;
	float: right;
}
