html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***************/
/***************/
/** END RESET **/
/***************/
/***************/

/*
div {
	outline: 1px solid black;
}
*/
body {
	font-family: "trajan-pro";
	font-weight: 400;
	background-image: url(../img/fovnders_wall/marble.jpg);
	text-align: center;
	color: #725d44;
	font-size: 20px;
}

.clearDat {
	clear: both;
}

.text {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.fullContainer {
	width: 960px;
	align: center;
	margin: 0 auto;
}

.insignia {
	text-align: center;
	margin-top: 185px;
}

.fovnderHead {
	font-size: 30px;
	margin-top: 38px;
}

.wizardsCircleHead {
	font-size: 72px;
	margin-top: 215px;
	margin-bottom: 40px;
}

.houseOfLordsHead {
	font-size: 60px;
	margin-top: 140px;
	margin-bottom: 35px;
}

.friendsHead {
	font-size: 45px;
	margin-top: 140px;
	margin-bottom: 35px;
}

.wizardsCircleContain {
	margin-left: 80px;
	width: 800px;
}

.houseOfLordsContain {
	width: 960px;
}

.friendsContain {
	width: 960px;
}

.name {
	float: left;
	display: table-cell;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}

.wizardsCircle {
	width: 380px;
	font-size: 30px;
	margin-top: 13px;
	margin-bottom: 13px;
	text-align: center;
}

.toe-blix {
	width: 780px;
}

.HOL {
	width: 300px;
	font-size: 20px;
	line-height: 35px;
}

.friends {
	width: 220px;
	font-size: 16px;
	line-height: 25px;
}

.ropes {
	width: 100%;
	height: 150px;
	background-image: url(../img/fovnders_wall/tiledropes.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	position: relative;
}

.patron {
	position: absolute;
	width: 75px;
	height: 122px;
	left: 122px;
	bottom: 0px;
	z-index: 99;
	background-image: url(../img/fovnders_wall/patron.png);
	background-repeat: no-repeat;
}

.engraved {
	text-shadow: 0px 1px 1px #B9AE9F, 0px -1px 0px #5F4D36;
}