@import "basic.css";

/*===================
	Content
===================*/

/*===== Left Content =====*/

#content #left{
	float: left;
	height: 484px;
	width: 404px;
	margin: 15px 0 0 0px;
}

#left #buttons{
	float: left;
	height: 25px;
	width: 404px;
}

#left #buttons a{
	float: left;
	text-decoration: none;
	color: black;
	margin-bottom: 15px;
}

#left #buttons img {
	display: block;
	float: left;
	margin: 1px 5px 0 0;
}

#left #buttons span {
	display: block;
	float: left;
}

#buttons #back {
	float: left;
	width: 73px;
	height: 16px;
	background-color: #FFE4C4;
	padding: 2px 2px 2px 10px;
	border-top: 1px solid #D2B48C;
	border-right: 1px solid #e2cdb7;
	border-bottom: 1px solid #e2cdb7;
	border-left: 1px solid #D2B48C;
}

#buttons #back:hover {
	border: 3px solid #D2B48C;
	padding: 0 0 0 8px;
}

#buttons #forward {
	float: left;
	width: 121px;
	height: 16px;
	background-color: #FFE4C4;
	padding: 2px 2px 2px 10px;
	border-top: 1px solid #D2B48C;
	border-left: 1px solid #D2B48C;
	border-bottom: 1px solid #e2cdb7;
	border-right: 1px solid #e2cdb7;
	margin-left: 13px;
}

#buttons #forward:hover {
	border: 3px solid #D2B48C;
	padding: 0 0 0 8px;
}

#buttons #print {
	float: left;
	width: 104px;
	height: 16px;
	background-color: #FFE4C4;
	padding: 2px 2px 2px 10px;
	border-top: 1px solid #D2B48C;
	border-right: 1px solid #e2cdb7;
	border-bottom: 1px solid #e2cdb7;
	border-left: 1px solid #D2B48C;
	margin-left: 13px;
}

#buttons #print:hover {
	border: 3px solid #D2B48C;
	padding: 0 0 0 8px;
}

.photos { 
	border: 1px solid white;
	margin-top: 10px;
}

/*===== Rigth Content =====*/

#content #right {
	float: left;
	position: absolute;
	left: 415px;
	width: 480px;
	background-color: white;
	overflow: auto;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	margin: 15px 0 0 20px;
}

#content #right #contentBorder {
	background: #d5d5d5;
	height: 8px;
	margin: 1px;
}

#content #right h1 {
	font-size: 14px;	
	color: #d5d5d5;
	margin: 10px;
}

#content #right #contentText {
	background: white;
	margin: 0 10px 25px 10px;
}
