*{ margin:0; padding:0; font-family:Georgia, "Times New Roman", Times, serif; font-size:1em; }
html{ margin:0; padding:0; background:#2A3B63; height:100%; }
body{ margin:0; padding:0; font-size:76%; height:100%; }


#body div.border{
	padding:32px 0 32px 0;
	width:747px;

	margin:0 auto;
}

#body div.content{
	float:left;
	
	width:545px;
	
	background:url('../header-backdrop.gif') repeat-x left top #717C8C;
	border-right:1px solid #000;
	border-left:1px solid #000;
}

#body div.side{
	float:right;
	
	width:200px;
	
	margin:15% 0 0 0;
	
}

#content h1.header{
	width:532px;
	height:92px;
	
	background:url('../xilonicon.png') no-repeat left top;
	padding-top:0.75em;

	text-align:right;
	vertical-align:middle;
	font-size:3em;
	
	color:#fff;
}
#content div.footer{
	width:545px;
	height:64px;
	clear:both;
	
	padding:2em 0 0;
	
	text-align:right;
	
	background:url('../content-backdrop.gif') repeat-x left bottom #717C8C;
}

#content div.left{
	float:left;
	clear:left;
	
	width:218px;
	height:172px;
	
	margin:5px 5px 2px 30px;
	background:none no-repeat center center;
}
#content div.right{
	float:right;
	clear:right;
	
	width:218px;
	height:172px;
	
	margin:5px 30px 2px 5px;
	background:none no-repeat center center;
}

#content div.overlay{
	width:218px;
	height:172px;
	
	background:url('../article-backdrop.gif') no-repeat;
}

#content p{
	margin:0 30px;
}

#content ul{
	text-align:center;
}
#content li{
	list-style:none;
}

#side-content li{
	list-style:none;
}

#side-content h2{
	margin:0 0 0 -24px;
	padding:3px 3px 3px 12px;
	
	color:#000;
	background:url('../side-header-backdrop.gif');
}

#side-content p{
	margin:0 0 12px 0;
	padding:3px 3px 8px 3px;
	
	font-weight:bold;
	
	color:#fff;
	background:#C34E02;
}

#side-content a{
	padding:3px;
	text-decoration:none;
	color:#fff;
	width:175px;
	display:block;
	cursor:pointer;
}
#side-content a:hover{
	text-decoration:none;
	color:#C34E02;
	background:#fff;
}
#side-content a{
	text-decoration:none;
	color:#fff;
}

#side-content a.disabled{
	color:#C8A77B;
	cursor:default;
}

#side-content a.disabled:hover{
	color:#C8A77B;
	background:none;
}

a{
	text-decoration:underline;
	color:#111;
	cursor:pointer;
}
a:hover{
	color:#fff;
}


img{
	border:none !important;
}
