/*-----------------------------------------------------------------------------------

	SUNNYSIDE B&B | ERROR.CSS

	SETS UP ERROR PAGE STYLING.
	
-----------------------------------------------------------------------------------*/

/* Global */

body {
	background: #FFFFFF url(../images/bg.jpg) center repeat;
	margin-top: 30px;
}

/* Wrapper
-----------------------------------------------------------------------------------*/

#wrapper {
	width: 605px;
	height: 415px;
	margin: 0px auto;
	background: url(http://www.sunnysidebandb.co.uk/images/error.png) no-repeat;
}

/* Styling
-----------------------------------------------------------------------------------*/

#error {
	margin: 180px 0 0 41px;
	float: left;
}

/* Typography
-----------------------------------------------------------------------------------*/

body {
	font-size: 12px;
	color: #A20036;
	/*--font-family: Arial, Helvetica, sans-serif;--*/
	font-family: Times New Roman, Times, serif;
}

p {
	width: 400px;
	font-size: 18px;
	margin-top: 16px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

a {
	color: #A20036;
	text-decoration: none;
}

a:visited {
	color: #A20036;
	text-decoration: none;
}

a:hover {
	color: #A20036;
	text-decoration: underline;
}

/* Preload / Hide
-----------------------------------------------------------------------------------*/

.hide {
	display: none;
}