/* CSS Document */

html {
	height: 101%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 101%;
}
.Foot {
	position: absolute;
	width: 100%;
	background-image: url("../Images/Foot.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 34px;
}
.Base {
	width: 100%;
	background-image: url("../Images/Page-Base.png");
	background-position: center;
	background-repeat: repeat-y;
}
.Body {
	width: 100%;
	background-image: url("../Images/Base-Top.png");
	background-position: top center;
	background-repeat: repeat-x;
}
.Swoosh {
	position: absolute;
	width: 100%;
	background-image: url("../Images/Base-Swoosh.png");
	background-position: top center;
	background-repeat: repeat-x;
	margin-top: 128px;
	height: 40px;
}
.Sub-Swoosh {
	position: absolute;
	width: 100%;
	background-image: url("../Images/Base-Bottom.png");
	background-position: top center;
	background-repeat: repeat-x;
	margin-top: 168px;
	height: 120px;
}
.Head-Left {
	position: absolute;
	background-image: url("../Images/Base-Left.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 293px;
	width: 26px;
	margin-left: -26px;
}
.Head-Right {
	position: absolute;
	background-image: url("../Images/Base-Right.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 293px;
	width: 26px;
	margin-left: 748px
}
.Page {
	height: 100%;
	width: 748px;
}
.Head {
}
.Head-News {
	background-image: url('../Images/Head-News.png');
	background-position: bottom;
	background-repeat: no-repeat;
	width:256px;
	padding-top: 45px;
	color: #FFFFFF;
	font-size: 10px;
}
.Head-News a {
	color: #FFFFFF;
	font-size: 10px;
}
.Content {
	padding: 20px;
	margin-top: -80px;
	min-height: 200px;
}
.Content-End {
	background-image: url('../Images/Content-End.png');
	width: 750px;
	height: 30px;
	margin-left: -1px;
	margin-bottom: 22px;
	margin-top: -22px;
}
.Foot-Text {
	padding-left: 20px;
	padding-right: 20px;
	color: #888888;
	font-size: 11px;
}
.Foot-Text a {
	color: #888888;
	font-size: 11px;
	text-decoration: none;
}

/* Menu */
.Menu-Item-Below-Normal {
	background-image: url('../Images/Menu-Base-Normal.png');
	background-position: top;
	background-repeat: repeat-x;
	height: 113px;
}
.Menu-Item-Below-Current {
	background-image: url('../Images/Menu-Base-Current.png');
	background-position: top;
	background-repeat: repeat-x;
	height: 113px;
}

/* Albums */
.Album-Albums {
	padding-left: 30px;
	padding-right: 30px;
}
.Album-Albums-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: 13px;
}
.Album-Album img {
	padding: 10px;
}
.Album-Album a {
	text-decoration: none;
}
.Album-Photos {
	padding-left: 30px;
	padding-right: 30px;
}
.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: 13px;
}
.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;
}

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