/* CSS Document */
/* 100x100 */
Html,Body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
/* Hide Scroll */
Html,Body {
	overflow-x:hidden;
}
/* Body */
Body {
	background-image:url(../images/template/bgPage.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#000000;
}
/* Container */
#Container {
	position:absolute;
	left:50%;
	margin-left:-375px;
	width:750px;
	min-height:100%;
	height:auto !important;
	height:100%;
}
#Container {
	background-image:url(../images/template/bgPattern.jpg);
}
/* Content */
#Content {
	margin-left:20px;
	margin-right:20px;
	padding-left:45px;
	padding-right:45px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:36px;
	min-height:400px;
	height:auto !important;
	height:400px;
}
#Content {
	background-color:#000000;
	overflow:auto;
}
/* Logo */
#Header {
	background-image:url(../images/template/header.jpg);
	width:750px;
	height:192px;
	position:relative;
}
#Foother {
	background-image:url(../images/template/foother.jpg);
	width:750px;
	height:37px;
	position:absolute;
	bottom:0px;
}
#Foother .Content {
	position:absolute;
	left:112px;
	top:12px;
	width:539px;
	height:14px;
}
#Foother .Content {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#Languages {
	position:absolute;
	top:0px;
	right:0px;
	width:122px;
	height:34px;
}
.EnglishBtn,.SpanishBtn {
	position:absolute;
	top:0px;
	width:52px;
	height:32px;
}
.SpanishBtn {
	left:5px;
}
.EnglishBtn {
	left:59px;
}
.English {
	background-image:url(../images/template/bgEnglish.jpg);
}
.Spanish {
	background-image:url(../images/template/bgSpanish.jpg);
}


/* Menu */
#Menu {
	position:absolute;
	width:412px;
	height:20px;
	left:170px;
	top:166px;
}
#Menu {
	text-align:center;
}
#Menu,#Menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}
#Menu a:hover {
	color:#FF0000;
}

/* Float */
.Float {
	float:left;
}

/* Clear */
.Clear {
	clear:left;
}

/* No border on image links */
a img {
	border:0px;
}

/* Fonts */
body,a,pre,div,font,space,td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
}

/*///////////////////////////////////////// HOME /////////////////////////////////////////*/


.PicGallery {
	margin-bottom:10px;
}

.PicGallery Img {
	border:1px solid #333333;
}

.NameGallery {
	margin-top:15px;
	margin-bottom:15px;
}

.NameGallery {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.DescriptionGallery {
	margin-top:15px;
	margin-bottom:15px;
}

.DescriptionGallery {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.DateGallery {
	margin-top:10px;
}

.DateGallery {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


/*///////////////////////////////////////// GALLERY /////////////////////////////////////////*/

#Gallery {
	clear:left;
}
#Gallery .Link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
}
#Gallery .Selected {
	color:#FF6600;
}
#Gallery .Row {
	margin-right:2px;
	margin-bottom:2px;
	float:left;
}
#Gallery .Pics {
	margin:2px;
	width:117px;
	height:117px;
	float:left;
}
#Gallery .Pics {
	background-color:#515151;
	border:1px solid #999999;
}
#Gallery .Event {
	display:none;
}
#Years,#Months,#Days {
	text-align:center;
}

#Thumbs,#Days {
	margin-bottom:10px;
}

/*///////////////////////////////////////// BAND /////////////////////////////////////////*/

#Band .Pics {
	margin:2px;
	width:117px;
	height:117px;
	float:left;
}

#Band .Pics {
	background-color:#515151;
	border:1px solid #999999;
}

/*///////////////////////////////////////// MAP /////////////////////////////////////////*/

#Map {
	padding:10px 0px 10px 0px;
}
#Map {
	text-align:center;
}
