body {
	/*font-family:Helvetica,Arial,Verdana,sans-serif;*/
	font-family:'Times New Roman',Times,serif;
	font-size:13px;
	color:#030000;
}
h1, h2 {
	text-transform:lowercase;
	margin:0 0 10px 0;
	font-size:19.5px;

}

h1.title {
	display:none;
}

a {
	font-weight:bold;
	color:#030000;
	text-decoration:none;
}

a:hover {
	color:#fc0404;
}
	


#header {
	width:700px;
	height:26px;
	margin:40px auto 0 auto;
	background:#fff url('../img/logo.png') no-repeat;
	cursor:pointer;
}
#header h1 {
	display:inline;
}

#wrapper {
	width:700px;
	height:100%;
	margin:80px auto 0 auto;
}

#navigation {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
#navigation li {
	display:inline;
}

#navigation li a {
	display:block;
	float:left;
	height:14px;
	margin-right:166px;
}

#navigation li.home a {
	width:46px;
}
#navigation li.home a:hover, #navigation.home li.home a {
	color:#ff0000;
}
#navigation li.about a {
	width:48px;
}
#navigation li.about a:hover, #navigation.about li.about a  {
	color:#ff0000;
}
#navigation li.works a {
	width:50px;
}
#navigation li.works a:hover, #navigation.works li.works a  {
	color:#ff0000;
}
#navigation li.links a {
	width:40px;
}
#navigation li.links a:hover, #navigation.links li.links a  {
	color:#ff0000;
}
#navigation li.contact a {
	width:61px;
	margin-right:0;
	float:right;
}
#navigation li.contact a:hover, #navigation.contact li.contact a  {
	color:#ff0000;
}

#content {
	clear:both;
	width:700px;
	margin: 80px auto 0 auto;
	float:left;
	height:488px;
}
#left {
	width:330px;
	display:inline;
	float:left;
	padding-right:10px;
}

div.text {
	height:200px;
	overflow:auto;
	margin-bottom:10px;
	padding-right:10px;
}

div.text p {
	margin:0;
}


div.page {
	height:280px;
	margin-bottom:0px;
}

div.text-page {
	height:100%;
	margin-bottom:0px;
}

div.text-page p {
	margin:0 0 1em 0;
}

#right {
	width:350px;
	height:300px;
	display:inline;
	background-color:#ffffff;
	background-repeat: no-repeat;
	background-position: 100% 0;
	float:right;
}

#audio {
	height:28px;
	margin:0;display:block;
	clear:right;
	width:200px;
	float:left;
}
#audio2 {
	height:28px;
	margin:0;
	margin-bottom:0;
	display:block;
	width:35px;
	float:right;
}
#image_caption {
	display:inline;
	float:right;
	height:28px;
	margin:0;
}

#footer {
	float:right;
	font-size:1em;
	text-align:right;
	text-transform:lowercase;
	margin:20px 0 0 0;
}

div.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 678px;
    height:100px; 
    float:left;
} 
div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
    bottom:0;
}
div.scrollable div.items div { 

} 
 
.items div {
	height:79px;
	width:206px;
	float:left; 
	padding:10px;
	cursor:pointer;
}

.items div:hover {
	color:#fff;
	background-color:gray;
}
.items div.active { 
  color:#fff;
  background-color:#e5e5e5;
  color:#000;
}
.items div img {
	margin-right:10px;
}
.nextPage {
	width:11px;
	height:14px;
	margin-top:103px;
	float:right;
	clear:right;
	background: url('../img/next_black.png') no-repeat;
	cursor:pointer;
}
.nextPage:hover {
	background: url('../img/next_red.png') no-repeat;
}

.nextPage span {
	display:none;
}
.nextPage.disabled {
	background: url('../img/next_grey.png') no-repeat;
}

.prevPage {
	clear:both;
	margin-left:0;
	margin-top:103px;
	display:block;
	float:left;
	width:11px;
	height:14px;
	background: url('../img/previous_black.png') no-repeat 1px 0px;
	cursor:pointer;
}

.prevPage:hover {
	background: url('../img/previous_red.png') no-repeat 1px 0px;
}
.prevPage span {
	display:none;
}
.prevPage.disabled {
	background: url('../img/previous_grey.png') no-repeat 2px 0px;
}


ul.links {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	width:33%;
}

ul.links li a {
	text-decoration:none;
	color:#030000;
}
ul.links li a:hover {
	color:#fc0404;
}

label {
	display:block;
}

.details {
	background-color:#E5E5E5;
	padding:29px;
}