/******************************************************************************************************************************
	Style Guide
*******************************************************************************************************************************

FONTS

font-family: "Trebuchet MS", Helvetica, Arial;
font-family: "Georgia", Times New Roman, Times, serif;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

*/

/******************************************************************************************************************************
	General Error Styles
******************************************************************************************************************************/

.errorBody {
	background-image:url(img/errorimg/errorPageBG.png);
	background-color:#131313;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	height:800px;
	}
	
.errorMain {
	width: 960px;
	margin: auto;
	vertical-align:top;
	}	
	
.error {
	background-image:url(img/errorimg/errorBG.png);
	background-repeat:no-repeat;
	height:340px;
	width:703px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#262626;
	}
	
.error_left {
	width:200px;
	padding:35px;
	}	
	
.error_right p {
	width:300px;
	padding-right:35px;
	}	