
@font-face {
	font-family: "ColoniaBrush";
	src: local("Colonia Brush"), url("../fonts/coloniabrush.ttf") format("truetype");
}

body {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 14px;
	xcolor: rgb(116,115,102);
	color: rgb(87,86,76);
	xfont-family: "ColoniaBrush", Arial;
	xfont-size: 100px;
	background-image: url('../images/GradBackground03.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	xbackground-color: black;
	xbackground-color: white;
	xxbackground-color: gray;
	xbackground-color: silver;
	xbackground-color: darkgray;
	xbackground-color: rgb(50,50,50);
	xbackground-color: rgb(190,190,190);
	xbackground-color: rgb(244,239,219);
	xbackground-color: rgb(35,31,32);
	xbackground-color: rgb(27,23,17);
	background-color: rgb(157,157,157);
	background-color: rgb(158,152,142);
	xcolor: rgb(94,5,1);
	xmargin: 0px;
}

.OuterContainer {
	max-width: 1020px;
	/* Change this so that in IE6 set width to 1020px but in everything else 90% */
	width:1020px;
	xwidth: 90%;
	margin: 0px auto 0px auto;
	background-color: rgb(244,239,219);
	overflow: hidden;
	background-image: url('../images/Background.jpg');
	background-position: 0px 193px;
	background-repeat: no-repeat;
}

.InnerContainer {
	width: 100%;
	overflow: hidden;
}

.MainLoader {
	height: 400px;
	line-height: 400px;
	vertical-align: middle;
	xbackground-color: green;
	background-image: url('../images/ajax-loader6.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

.MainLoader img {
	margin-left: auto;
	margin-right: auto;
}

.Column {
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
	position: relative;
}

#leftColumn {
	width: 65%;
}

#leftColumn div {}

#rightColumn {
	width: 35%;
}

#rightColumn div {}

.Content {
	padding-top: 10px;
	xpadding-right: 50px;
	xtext-align: justify;
}

.Padded {
	padding-right: 50px;
}

.Content ol {
	list-style: lower-latin;
}

h2 {
	font-family: "ColoniaBrush", Arial;
	font-size: 35px;
	color: rgb(113,33,22);
}

h3 {
	font-family: "ColoniaBrush", Arial;
	font-size: 25px;
	color: rgb(87,86,76);
}

h1 {
	font-family: "ColoniaBrush", Arial;
	font-size: 35px;
	margin: 22px 10px 50px 30px;
	xcolor: rgb(113,33,22);
	xcolor: rgb(237,31,39);
	xcolor: white;
	xcolor: rgb(241,235,210);
	color: rgb(252,249,237);
}

form table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

form tr {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

form td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.EditBox {
	width: 90%;
	xheight: 100px;
	xbackground-color: black;
	margin: 10px 0px 10px 0px;
}

.EditBox textarea {
	width: 100%;
	height: 100px;
}

.EditBox .Buttons {
	xdisplay: none;
	height: 30px;
	width: 100%;
	xbackground-color: red;
}

.EditBox .Buttons input, .EditBox .Buttons label {
	float: right;
}

.EditBox .Buttons .DeleteButton {
	float: left;
}

.LoaderGraphic {
	display: none;
}

.EditBox .ErrorMessage {
	color: red;
	display: none;
}

.EditBox .SliderThumbnail {
	background-color: red;
	xwidth: 100px;
	height: 100px;
	xfloat: left;
}

.NewEntry {
	display:none;
}

.Reference {
	xdisplay: none;
	width: 1020px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/DanielChristos-Logo4.png');
	background-position: top right;
	background-repeat: no-repeat;
	xoverflow: hidden;
	xwidth: 209px;
	height: 16px;
	xbackground-color: ;
	font: arial;
	font-size: 10px;
}

.Reference:hover {
	background-position: -16px right;
}




