A:link {text-decoration: underline; color: #1B9EC6;}
A:visited {text-decoration: none; color: #666666;}
A:hover {text-decoration: underline; color: #ABD816;}

#error A:link {text-decoration: underline; color: #1B9EC6;}
#error A:visited {text-decoration: none; color: #666666;}
#error A:hover {text-decoration: underline; color: #ffffff;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px;
	text-align: justify;
	background-color: #cecece;
	background-image: url('main.gif');
}

p {
text-indent: 25px;
}

img { -ms-interpolation-mode: bicubic;
}

#holder {
	width: 804px;
	height: auto;
	background-image:url('bkg.gif');
	background-color: #1B9EC6;
	position:relative;
	left: 4px;
	top: 4px;
}

#holder #header {
	background-color: #000000;
	height: 150px;
	width: 800px;
	position: relative;
	top: 0px;
	left: 0px;
	}

#holder #inner {
	width: 800px;
	position: relative;
	background-color: #000000;
	left: -4px;
	top: -4px;
	border: solid 2px #000000;
}

#holder #inner #body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 15px;
	text-align: justify;
	background-color: #ffffff;
}

#holder #inner #footer{
	background-color: #000000;
	border-top: dashed 1px #000000;
	width: 100%;
	text-transform: lowercase;
	color: #cecece;
	padding-top: 2px;
	padding-bottom: 3px;
}
#holder #inner #body #bleft {
	width: 170px;
	font-size: 16px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 10px;
	vertical-align:top;
}

#holder #inner #body #bright {
	width: 585px;
	vertical-align:top;
}

#holder #inner #body #bright #error{
width:60%; 
background-color:#ABD816; 
background-image: url('error_star.png');
background-repeat:no-repeat;
background-position: 5px 5px;
min-height: 50px;
color:#ffffff; 
border:5px solid #1B9EC6; 
margin: auto; 
padding: 20px 20px 20px 90px;
}

#holder #inner #body #bright p{
text-indent: 0px;
margin:0 0 5px 0;
}
