/*	Begin
********************************/

body {

	background: #666 url('../img/layout/4000/bg_page.jpg') top left repeat;

}

#header h1 {

    width: 326px;
    height: 47px;

    background-image: url('../img/layout/4000/logo.gif');

}

#header strong {

	background-image: url('../img/layout/4000/logo.gif');
	width: 326px;
	height: 47px;

}


a {
	color: #FFFF00;
}



/*	Misc
********************************/

.break {

	background: #000 url('../img/layout/4000/bg_break.gif') top left repeat-x;
	height: 2px;

}

/*	Entry
********************************/


.entry .bottom {

	top: 245px;

}


/*	Misc
********************************/


#headerMessages, #headerErrors {

	border: 1px dashed red;
	color: #FFF;

}

#headerErrors {
	color: red;
	border: 1px solid red;
}


