@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Myriad Web Pro", "Myriad Pro", Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-size:100%;
	color: #561e00;
	color:black;
}

body {
	background-color: #fff;
}

/*main container of the content*/
#breadcrumb {
	position:relative;
	margin-left:33px;
	margin-right:auto;
	margin-top:5px;
	/*margin-bottom:auto; */
	width:1024px;
	font-size:80%;
	/*height:600px;*/
}

/*main container of the content*/
#maincontainer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	/*margin-bottom:auto; */
	width:1024px;
	height:600px;
}

/* page structure */
#concontainer {
	left:72px;
	top:120px;
	width:350px;
	position:absolute;
	padding:8px;
}

#radd {
 	position:absolute;
 	top:180px;
 	right:45px;
}

#frame_css {
  	position:absolute; 
  	top:120px;
  	left:72px;
  	bottom:110px; 
  /*right:0;*/
  	padding: 8px;
  	width:880px;
  	overflow:auto; 
  	background:#fff;
  /*border-width:1px;
  border-style:solid;
  border-color:#561e00;*/
}





/*style the div where the collection title is*/
#coll {
	position:absolute;
	left:45px;
	top:45px;
}

#pictures {
	width:1024px;
	height:485px;
	position:relative;
	top:0px;
}

/* styling text */
.contact {
	font-size:24px;
	white-space:nowrap;
	line-height:24px;
	margin-top:0px;
	margin-bottom:0px;
}

.normal {
	font-size:12px;
	/*white-space:nowrap;*/
	margin-top:0px;
	margin-bottom:3px;
	line-height:16px;
}

.just {
	font-size:12px;
	/*white-space:nowrap;*/
	margin-top:0px;
	margin-bottom:3px;
	line-height:16px;
	text-align:justify;
}

.just_1 {
	font-size:12px;
	/*white-space:nowrap;*/
	margin-top:0px;
	margin-bottom:3px;
	line-height:16px;
	text-align:justify;
	margin-right:50px;
}

.title {
	font-size:16px;
	line-height:16px;
	white-space:nowrap;
	margin-top:14px;
	margin-bottom:3px;
}

/* styling links*/
a:link {
	text-decoration:none;
	color: #ccc;
	/*color: #561e00;*/
	}

a:visited {
	text-decoration:none;
	color: #561e00;
	color: black;
	}
	
a:hover {
	text-decoration:none;
	color: #561e00;
	color:black;
	/*color: #ccc;*/
	}

a:active {
	text-decoration:none;
	color: #561e00;
	color:black;
	}
	

a img {
	border:none;
}

img { 
border:none;
}


/* only for manage */
#manage {
 	position:absolute;
 	top:120px;
 	right:45px;
 	bottom:110px; 
 	padding: 8px;
 	overflow:auto; 
  	background:#fff;
  	
  	width:600px;
}

