@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* mac hide \*/
html,body {
	height: 100%;
	width: 100%;
}
/* end hide */

.clear {
	clear: both;
}

a {
	color: #D4C4AF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #504140;
	/*min-height: 520px;
	min-width: 760px;*/
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 19px;
}
body { /* Firefox */
	text-align: -moz-center;
}
div.content {
	width: 756px;
	float: left;
	margin: 7px 0px 0px 0px;
}
div.contentedgetop {
	height: 4px;
	vertical-align: top;
	clear: both;
	float: left;
}
div.footer {
	color: #A59989;
	display:inline-table;
	padding: 25px 0px 0px 0px;
	position: relative;
	text-align: center;
	width: 100%;
}
div.footer a {
	color: #A59989;
}
div.footer .syntax a {
	color: #42A285;
}
div.footermenutop {
	clear: both;
	padding: 0px 0px 0px 110px;
	border: 1px solid #504140;
}
div.footermenubottom {
	float: left;
	/*padding: 5px 0px 0px 73px;*/
	padding: 5px 0px 0px 85px;
	border: 1px solid #504140;
}
div.footertext {
	clear: both;
}
div.mainmenu {
	height: 25px;
	padding: 5px 0px 0px 190px;
	width: 100%;
}
div.navlink {
	float: left;
}
div.paypal {
}
div.title {
	text-align: center;
}
img.divider {
	padding: 0px 12px 0px 12px;
}
p {
	padding: 0px 0px 10px 0px;
}
#indexcontentfull {
	float: left;
	text-align: left;
	padding-left: 30px;
}
#indexcontentfull .border {
	background: url(../images/box_mid.gif) repeat-y;
	padding: 0px;
}
#indexcontentfull .text {
	background: url(../images/box_mid.gif) repeat-y;
	padding: 5px 15px 5px 15px;
}
#contentfull {
	padding-left: 30px;
	text-align: center;
}
#xouter{
	display: table;
	height: 100%;
	vertical-align: top;
	width: 100%;
}
#xcontainer {
	display: table-cell;
	position: relative;
	vertical-align: top;
}	
#xinner {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}