* {
	margin: 0; 
	padding: 0;
	cursor: default;
}

img{
	border: 0;
}

a {
	color: blue;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a:hover{
	color: #FF7700;
	text-decoration: underline;
}

div#header input{
	font-weight:bold;
	border-color:#9F761D;
	border-style: ridge ;
	border-width:1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 70px;
	text-align: center;
}

div#header{
	width: 800px;	
	margin: 0 auto;
	height: 60px;
	background-color: #FFCC5F;
	color: white;
}

div#header #login{
	float: right;
	padding: 20px;
}

div#header #login a{
	color: white;
}
div#header img{
	height: 100%; 
	float: left; 
	padding-left: 10px;
}

div#header #google{
	float: right;
}

div#menuBar{
	padding: 10px;
	width: 778px;
	margin: 0 auto;
	height: 25px;
}

div#menuBar #menu ul{	
	list-style: none;	
}

div#menuBar #menu ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 2px;
	background-color: #FFCC5F;
	font-weight: bold;
	color: #FFFFFF;
}

div#menuBar #menu ul li a{
	color: white;
}

div#menuBar #searchForm{
	float: right;
	padding-top: 2px;
	padding-right: 10px;
}

div#menuBar #searchForm input{	
	font-weight:bold;
	border-color:#9F761D;
	border-style: ridge ;
	border-width:1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 70px;
	text-align: center;
}

div#menuBar #searchForm #searchedKeyword{
	width: 200px;
	text-align: left;
}


div#footer{
	width: 800px;	
	margin: 0 auto;
	height: 20px;
	background-color: #FFCC5F;
	text-align: center;
	color: white;
	font-weight: bold;
}

div#footer a{
	color: white;
}

div#footer #contact{
	float: right;
	padding-right: 10px;	
}


div#footer #contact a{
	color: white;
}

div#pages{
	padding: 10px;
	width: 778px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
div#pages a{
	color: green;
}

div#pages a:hover{
	color: #FF7700;	
}


div#container{
	padding: 10px;
	width: 778px;
	margin: 0 auto;
	border: 1px solid #FFE5AF;
	min-height: 496px;
	_height: 496px;
}

div#container #flashObject{
	padding-top: 10px;
	float: left;
}


div#container #data #details{	
	position: relative;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	padding: 5px;
	border: 1px dotted #FFCC5F;
	width: 315px;	
	_height: 338px;/* underscore-hack for IE */
	min-height: 338px; 	
}

div#container #data #details #description{
	position: absolute;
	padding: 5px;
	background-color: #FFF0CF;
	bottom: 5px;
	width: 305px;
}

div#container #data #details #description #source{
	text-align: right;
}

div#container #text{
	clear: both;
	padding: 10px;
	font-size: 14px;
}

.listClip{
	min-height: 108px;
	_height: 108px;
	border: 1px dotted #FFE5AF;
	margin: 2px;
	padding: 3px;
}

.listClip:hover{
	background-color: #FFCC5F;
}

.listClipPicture{
	float: left;
	padding: 5px;
	height: 97px;
	width: 130px;
}

.listClipTitle{
	padding: 5px;
}

div#container #contactData{
	width: 200px; 
	margin: 0 auto; 
	font-weight: bold; 
	border: 1px dotted #FFCC5F; 
	padding: 20px; 
	text-align: center;
}