@charset "UTF-8";
body {
	font: 84% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	line-height:20px;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 80em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColElsCtrHdr #header {
	padding:20px 0 20px 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:2.5em;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding:0 10px;
	background: #fff;
	margin:0 auto;
	height:auto;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	margin:0 auto;
} 
.oneColElsCtrHdr #footer p {
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#navigation{
	list-style-type: none;
	color:#ccc;
	height: 1.5em;
	position:relative;
	top:-25px;
	left:0px;
}
#navigation li {
	float: left;
	width:auto;
	list-style-type:none;
	text-align: left;
	}
#navigation a {
	color:#5687CC;
	text-decoration:underline;
	font-size: medium;
	display: block;
	padding:10px;
}
#navigation a:hover {
	color:#F6E432;
	text-decoration:none;
}
a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #5687CC;
	text-decoration:underline;
	border:none;
}
a:visited {
	color: #5687CC;
	text-decoration:none;
	border:none;
}
a:hover {
	color:#F6E432;
	text-decoration:underline;
	border:none;
}
a:active {
	color: #e5eecb;
	text-decoration: none;
	border:none;
}
#header {
	color:#5687CC;
	padding:10px;
}
#centerAlbums {
	float:left;
	width:1050px;
	height:auto;
	margin:0 auto;
	padding-left:16px;
}
#albumBox {
	float:left;
	width:300px;
	height:80em;
	margin:-50px 10px 0 10px;
	display:block;
	background-color:#eff5f7;
	padding:0 10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #c9dfea;
}
#adspot {
	margin:0 auto;
	padding:12px 0;
}
#footer {
	clear:both;
	background-color:#666;
}
#lps {
	margin:0 auto;
}
.subHead {
	font-size:14px;
	color:#ccc;
}
#stores {
	float:right;
	width:auto;
	position:relative;
	top:-25px;
	margin-right:23px;
	text-align:right;
	background-color:#eff5f7;
	padding:10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #c9dfea;
}
.title {
	font-size:large;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-stretch:expanded;
}
.gray {
	color:#aaa;
}
.ytxt {
	color:#666;
}
#about {
	font: medium "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	margin:33px 33px 0 33px;
	background-color:#eff5f7;
	padding:10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #c9dfea;
}
#photocontainer {
	font: medium "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	margin:33px 33px 0 33px;
	background-color:#eff5f7;
	height:44em;
	padding:10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #c9dfea;
}
#videocontainer {
	font: medium "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	margin:33px 33px 0 33px;
	background-color:#eff5f7;
	height:50em;
	padding:10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #c9dfea;
}
#newspaper {
	margin:0 50px 33px 65px;
	padding:10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #c9dfea;
}
#video {
	width:323px;
	height:auto;
	float:right;
	margin:-650px 75px 0 0;
	padding:10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #c9dfea;
}
#brothers {
	padding:6px 20px 10px 0;
	position:relative;
	top:-50px;
	margin:0 100px 0 700px;
	text-align:right;
	z-index:999;
}
#social {
	clear:both;
	float:right;
	width:auto;
	position:relative;
	top:-169px;
	margin:0 40px;
}
#social2 {
	clear:both;
	float:right;
	width:auto;
	position:relative;
	top:-164px;
	margin:0 40px;
}
<!-- Photo Slideshow -->

#slideshow {
    position:relative;
    height:572px;
	padding:10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #c9dfea;
}

#slideshow IMG {
    position:absolute;
    top:600;
    left:400;
    z-index:8;
    opacity:0.0;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #c9dfea;
	padding:10px;
	
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}


#slideshow IMG.last-active {
    z-index:9;
}
#flag {
	width:280px;
	clear:both;
	float:right;
	margin:0 60px 0 0;
	padding:10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #c9dfea;
}

<!-- Drop Shadow CSS -->
#shadow-container {
	position: relative;
	width:300px;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #222;
	}
 
	#shadow-container .shadow2 {
		background: #333;
	}
 
	#shadow-container .shadow3 {
		background: #333;
	}
 
	#shadow-container .container {
		background: #333;
		border: 1px solid #333;
		padding: 10px;
	}
