/* CSS Document */

body {
	background-color: #74032d;
	margin: 0 0 15px 0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

/* IDS */

#form {
	font-size: 15px;
	line-height: 100%;
	
}

.pic img {
	float:right;
	padding-left: 10px;
}

.album img {
	margin: 5px 6px 5px 5px;
	padding: 3px 3px 10px 3px;
	border: 1px solid #74032d;
	background-color: #CBC6B2;
}

.main {
	margin-top: 20px;
	width: 744px;
	background-color: #ECE5C4;
	border-top:solid 8px #CBC6B2;
	border-right:solid 8px #CBC6B2;
	border-left:solid 8px #CBC6B2;
	border-bottom: solid 8px #CBC6B2;
	margin-left:auto;
	margin-right:auto;

}

.title {
	width: 760px;
	background-color: #ECE5C4;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
}

.title img {
	border: none;
}

.cell-left {
	background-color: #ECE5C4;
	padding: 5px 8px 5px 5px;
	border-right: solid 2px #000;
}

.cell-left a {
	color: #74032d;
	display: block;
	text-decoration: none;
	line-height: 130%;
	width: 90px;
	border-left: solid 8px #74032d;
	padding-left: 4px;
	border-bottom: solid 2px #000;
	font-size: 11px;
}

.cell-left a:hover {
	color:#792f4a;
	border-left: solid 8px #792f4a;
	padding-left: 4px;
	width: 90px;
	line-height: 130%;
	border-bottom: solid 2px #000;
	font-size: 11px;
}

#Cat {
	color: #74032d;
	display: block;
	text-decoration: none;
	line-height: 160%;
	width: 115px;
	border-left: solid 8px #74032d;
	padding-left: 4px;
	border-bottom: solid 2px #000;
	font-size: 14px;
}

.cell-right {
	background-color: #ECE5C4;
	padding: 18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 120%;
	width: 530px;
}

.cell-right a {
	color: #74032d;
	text-decoration: none;
}

.cell-right a:hover {
	color: #792f4a;
	text-decoration: underline;
}

.Bottom {
	background-color: #F1ECD7;
	width: 744px;
	text-align:center;
}

.Bottom a {
	color: #74032d;
	text-decoration: none;
	font-size: 14px;
	line-height: 160%;
	padding: 0 8px 0 12px;
}

.Bottom a:hover {
	color: #74032d;
	text-decoration: underline;
	font-size: 14px;
	line-height: 160%;
	padding: 0 8px 0 12px;
}

.TM {
	color: #FFF;
	padding-top: 5px;
	font-style: italic;
	font-size: 10px;
	width: 744px;
	margin-left:auto;
	margin-right:auto;

	text-align:center;
}

.TM a {
	color: #FFF;
	text-decoration: none;
}

.TM a:hover {
	text-decoration: underline;
}