/* close stylesheet */


body {
	background-color: white;
	margin: 0;
}

img {
	border: none;
}

#container {
	background-color: #FFE7DE;
	width: 900px;
/*	border: 1px #ccc solid; */
	margin: 28px auto 28px 28px;
}

#logo {
	width:373px;
	height:154px;
	display: block;
}

#intro_text {
	width: 300px;
	font-family: 'andale mono', 'lucida console', 'courier new', monospaced;
	font-size: 12px;
	line-height: 14px;
	text-indent: 15px;
}

#intro_text p {
	margin: 0;
}

#blanka_logo {
	width: 130px;
	height: 35px;
	display: block;
	margin-bottom: 5px;
}

#blanka_intro_text {
	width: 500px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#blanka_intro_text p {
	margin: 0;
}


.print_image {
	padding: 25px 25px 2px 25px;
	background-color: white;
	width: 500px;
}

.print_image p {
	color: #EC008C;
	margin: 2px 0 0 0;
	font-family: times, serif;
	font-size: 16px;
}

.details {
	font-family: verdana;
	font-size: 14px;
}

.details p {
	margin: 0;
}
.details a {
	color: black;
	text-decoration:none;
	border-bottom: 1px dotted black; 
}


.details a:hover {
	color: #EC008C;
	border-bottom: 1px dotted #EC008C; 
}



/* utility classes */


.dotted_underline {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-image: url(../i/shared/dotted_underline.gif);
}
