@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #E18125;
}
a:active {
	text-decoration: none;
}
h1   {
	color: #E18125;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	display: block;
}
body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.clearer {
	clear: both;
}
.small_text {
	font-size: 60%;
}

#container {
	padding: 0px;
	background-color: #FFFFFF;
	width: 760px;
	height: 510px;
}
#outer {
	border: 1px solid #E18125;
	height: 510px;
}
#inner {
	padding: 0px;
	margin: 5px;
	border: 1px solid #E18125;
	height: 498px;
}


#header {
	margin-top: 26px;
	width: 635px;
	margin-left: 40px;
}

#footer {
	position: absolute;
	bottom: 35px;
	float: left;
	width: 677px;
}

#logo_small    {
	width: 160px;
	height: 40px;
	float: left;
}
#content {
	margin-top: 25px;

}

#Index #content {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 295px;
	margin-top: 117px;
}
#Home #content {
	margin: 81px 0 0;
}

#About    #content {
	margin-top: 25px;

}
#Portfolio   #content {
	z-index: 100;
	position: relative;
	height: 412px;
}

#About  #text_about {
	overflow: auto;
	height: 400px;
	padding-right: 20px;
}
#Contact #text_contact {
	margin-left: 244px;
	margin-top: 88px;
	padding-right: 20px;
}
#News #text_news {
	margin-left: 244px;
	overflow: auto;
	height: 400px;
	padding-right: 20px;
}





ul#navigation {
	margin-top: 5px;
	float: left;
	margin-left: 43px;

}
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: 15px;
}
#navigation a:hover{
 background-position: bottom;
} 
#Home  #link_home, 
#About  #link_about, 
#Press  #link_press,
#Portfolio  #link_portfolio,
#News  #link_news,
#Contact  #link_contact {
 background-position: bottom;
	cursor:default;
}

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

#link_about {
	background-image: url(../img/navigation/about.jpg);
	width: 68px;
}

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

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

#link_news {
	background-image: url(../img/navigation/news.jpg);
	width: 67px;
}

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


#content p{
	font-size: 70%;
	margin: 0px 0px 2em;
	line-height: 1.3em;
}
#About  #valpic {
	float: left;
	margin-top: 40px;
	width: 245px;
	text-align: center;
}


#Home #chimera_logo {
	margin-top: 40px;
	margin-left: 586px;
	position: relative;
}
#Index #header {
	display: none;
}
#Press #content img {
	margin-bottom: 10px;
}
#Portfolio #gallery_navigation {
	margin-top: 83px;
	letter-spacing: 1px;
	width: 203px;
	margin-left: 40px;
	float: left;
}

#Portfolio #gallery_navigation .selected {
	color: #E18125;
}
#Portfolio #gallery_navigation a:hover {
	color: #E18125;
}
#Press #text_press {
	margin-left: 244px;
	overflow: auto;
	height: 400px;
	padding-right: 20px;
}
