@charset "utf-8";
/* CSS Document */

/* This overrides #container in main css,  the width is key */
#container {
	background-image: url(../images/dotfieldrepeat.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 125px;
	border: 1px solid #050F69;
	width:550px;
}
#content01{
	margin: 0px;
	padding-top: 0px;
		
}
#header {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

table.album  {
	width: 550px;
	border-collapse: collapse;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #050F69;
	vertical-align: text-bottom;
}


table.album td {
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #050F69;
	padding: 8px;
		
}
#containerPromo {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightPromo {
	float: right;
	width: 200px;
	border-left-width: 7px;
	border-left-style: dotted;
	border-left-color: #050F69;
	padding-left: 25px;
}
#leftPromo {
	float: left;
	width: 290px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
}

