body{
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFFFFF;
	background-color:#222222;
}

a,img{
	text-decoration:none;
	border:none;
	border-collapse:collapse;
	color:#ff4e00;
}

td#logo{
	background-image:url(./assets/images/logo.png);
	background-position:right;
	background-repeat:no-repeat;
	height:120px;
	width:500px;
}

td#nav{
	height:120px;
	width:500px;
	padding-top:60px;
}

td#content{
	height:520px;
}

table#wrap,td#wrap{
	 width:100%;
	 height:100%;
}

table#inner_wrap{
	width:1000px;
	height:630px;
}

blockquote{
	background-color:#333333;
	background-image:url(./assets/images/quote.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:30px;
}

.title{
	color:#ff4e00;
	font-weight:bold;
}