@charset "UTF-8";
/* CSS Document by: Sarah Best for Dc Design House*/

body{
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	background-color: #025b9a;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

a img{
	border-style: none;
}

div.clear{
	clear: both;
}

div.main{
	background-image: url('../images/dcblock.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 586px;
	height: 658px;
}

p{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	font-stretch: extra-expanded;
	font-weight: lighter;
} 

h1.visible{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 20px;
	line-height: 12px;
	color: #ffffff;
	font-stretch: extra-expanded;
	font-weight: lighter;
	visibility: visible;
} 

/*h1.hidden{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 20px;
	line-height: 12px;
	color: #ffffff;
	font-stretch: extra-expanded;
	font-weight: lighter;
	visibility: hidden;
} 

a:link {
	background-image: url('../images/cardfront.png');
	margin-top:85px;
}      /* unvisited link */
/*a:visited {
	background-image: url('../images/cardfront.png');
	margin-top:85px;
}  /* visited link */
/*a:hover {
	background-image: url('../images/cardback.png');
	margin-top:85px;
}  /* mouse over link */
/*a:active {
	background-image: url('../images/cardfront.png');
	margin-top:85px;
}  /* selected link */