@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #999999;
}
.clearer {
	clear: both;
}

#container {
	width: 760px;
	padding: 20px;
	background-color: #FFFFFF;
	height: 550px;
}
#outer {
	border: 1px solid #000000;
	height: 548px;
}
#inner {
	padding: 35px 35px 0;
	margin: 3px;
	border: 1px solid #000000;
	height: 505px;
	position: relative;
}
#footer {
	position: absolute;
	bottom: 35px;
	float: left;
	width: 677px;
}

#logo_small    {
	width: 333px;
	height: 16px;
	float: left;
}
#home #content {
	position: absolute;
	left: 110px;
	top: 146px;
}
#profile  #content {
	position: absolute;
	top: 160px;
	width: 677px;
}
#press  #content {
	position: absolute;
	margin: 0 auto;
	top: 160px;
	width: 677px;
}
#contact #content {
	position: relative;
	top: 200px;
	width: 677px;
}
#portfolio  #content {
	position: absolute;
	width: 677px;
	z-index: 100;
	right: 35px;
	height: 355px;
	bottom: 35px;
}





ul#navigation {
	float: right;

}
ul#navigation li {
	display: inline;
	list-style: none;
}

#navigation a:link, #navigation a:visited  {
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 16px;
}
#navigation a:hover{
 background-position: bottom;
} 

#home #link_home, 
#profile #link_profile, 
#press #link_press,
#portfolio #link_portfolio,
#contact #link_contact {
 background-position: bottom;
	cursor:default;
}

#navigation a span {
	display:none;
}
#link_home {
	background-image: url(../img/navigation/home.jpg);
	width: 40px;
}

#link_profile {
	background-image: url(../img/navigation/profile.jpg);
	width: 55px;
}

#link_press {
	background-image: url(../img/navigation/press.jpg);
	width: 44px;
}

#link_portfolio {
	background-image: url(../img/navigation/portfolio.jpg);
	width: 74px;
}

#link_contact {
	background-image: url(../img/navigation/contact.jpg);
	width: 56px;
}


#content p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px 0px 2em;
	line-height: 2em;
	color: #333333;
}
#footer #gaddiel {
	right: 0px;
	top: 55px;
	position: absolute;
}
