body {
	margin: 0;
	background-color: #cdd3d0;
}

#main {
	vertical-align: top;
	width: 490px;
	background-color: #fff;
	padding: 8px 12px 12px 12px;
}

#header {
	vertical-align: top;
	height: 70px;
	background: #747675 url('images/header.jpg');
	padding: 8px;
}

#year {
	position: relative;
	top: 1;
	font-family: Impact;
	font-size: 30pt;
	color: #e55300;
}

#header .title, #header .subtitle {
	font-family: Georgia;
	color: #fff;
}
	
#header .title {
	font-size: 20pt;
}

#header .subtitle {
	font-size: 12pt;
}

#cover-image {
	width: 490px;
	height: 425px;
}

#cover-description {
	padding: 1px;
}

#cover-description .title, #cover-description .subtitle {
	font-family: 'Trebuchet MS';
}

#cover-description .title {
	color: #b24444;
	font-size: 12pt;
}

#cover-description .subtitle {
	font-size: 10pt;
}

#menu {
	width: 100%;
}

#side {
	vertical-align: top;
	background-color: #f1f5f6;
	padding: 8px;
}

#album {
	background-color: #4d4d4d;
	height: 100%;
	padding: 8px;
}

#album div {
	text-align: center;
	margin-bottom: 10px;
}

#album img {
	border: 1px solid #ccd1d1;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}

#content {
	vertical-align: top;
	padding: 8px;
	background-color: #f3f3f3;
	color: #6e6e6e;
	font-family: 'Trebuchet MS';
	overflow: auto;
	height: 467px;
}

#content img {
	padding: 1px;
	border: 1px solid #c7c5c7;
}

#content a {
	color: #b34343;
}

#content a.external {
	padding: 0 14px 1px 2px;
	background: url('images/external.gif') right center no-repeat;
}

#content span {
	position: relative;
	left: 3px;
	font-size: 9pt;
}

#content h1 {
	font-family: Georgia;
	font-size: 12pt;
	font-style: italic;
}

#content h2 {
	color: #9a0000;
	font-size: 9pt;
}

#extra {
	margin-top: 8px;
	background-color: #fff;
	padding: 0 5px 5px 5px;
	border: 1px dotted #9f9f9f;
}

#extra h1 {
	font-family: 'Trebuchet MS';
	font-style: normal;
	font-size: 10pt;
}

#extra span {
	position: relative;
	top: -8px;
	font-size: 9pt;
}

#extra hr {
	color: #9f9f9f;
	background: #9f9f9f;
	border: 0;
	height: 1px;
}

.big-separator, .small-separator {
	background-color: #296bad;
}

.big-separator {
	height: 2px;
}

.small-separator {
	height: 1px;
}

.menu-item {
	position: relative;
	top: -1px;
	color: #fff;
	font-family: Georgia;
	font-size: 11pt;
	padding-left: 5px;
	text-decoration: none;
}

.menu-item-left {
	border-right: 1px solid #575f65;
}

.menu-item-center {
	border-left: 1px solid #828a91;
	border-right: 1px solid #575f65;
}

.menu-item-right {
	border-left: 1px solid #828a91;
}

.menu-item-selected {
	background-color: #e55300;
}

.confirm {
	color: red;
	font: 12pt 'Trebuchet MS';
}

.textbox {
	width: 300px;
	font-family: 'Trebuchet MS';
	font-size: 9pt;
	border: 1px solid #9f9f9f;
	padding: 1px;
}