/* CSS Document */

/* Document */
html {
	height: 101%;
}
body {
	height: 100%;
	margin: 0px;
	background-image: url("../Images/Base.png");
}

/* Page */
.Body {
	background-image: url("../Images/Fade.png");
	background-position: top;
	background-repeat: repeat-x;
	min-height: 100%;
}
.Page-Base {
	background-image: url("../Images/Page-Base.png");
	background-position: center;
	background-repeat: repeat-y;
}
.Page {
	height: 100%;
	width: 750px;
}
.Content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
}
.Foot {
	background-image: url("../Images/Foot-Base.png");
	background-position: center;
	background-repeat: repeat-y;
	padding: 20px;
}
.Copyright {
	color: #144376;
	font-size: 9px;
}

/* Albums */
.Album-Albums {
}
.Album-Title {
	height: 30px;
}
.Album-Album {
	width: 180px;
	background-image: url("../Images/Album-Base.png");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	margin: 24px;
}
.Album-Album h3 {
	height: 21px;
}
.Album-Album img {
	padding: 10px;
}
.Album-Album a {
	text-decoration: none;
}
.Album-Photos {
}
.Album-Photo {
	width: 180px;
	height: 180px;
	background-image: url("../Images/Photo-Base.png");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	margin: 24px;
}
.Album-Photo img {
	padding: 10px;
}
.Album-Photo a {
	text-decoration: none;
}
.Album-Display img {
	padding-bottom: 20px;
}
.Album-Paging {
	padding-top: 8px;
}
.Album-Paging img {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -4px;
	vertical-align: middle;
}
.Album-Paging a {
	text-decoration: none;
}

/* Videos */
.Video-Clips {
}
.Video-Clip {
	width: 180px;
	background-image: url("../Images/Clip-Base.png");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	margin: 24px;
}
.Video-Clip h3 {
	height: 36px;
}
.Video-Clip img {
	padding: 10px;
}
.Video-Clip a {
	text-decoration: none;
}

/* MultiMedia */
.MultiMedia-Preview {
	width: 180px;
	background-image: url("../Images/MultiMedia-Base.png");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
}

/* Sub Menu */
ul.Menu-Sub, Menu-Sub ul, ul.Menu-Sub li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.Menu-Sub {
	padding-left: 10px;
}
ul.Menu-Sub li {
	padding-top: 0px;
	padding-bottom: 5px;
}
ul.Menu-Sub li a {
	text-decoration: none;
}
ul.Menu-Sub li div {
	color: #333333;
}
