/* ------------ FIXES ------------ */
/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Clear margins */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0px;
	padding:0px;
}

html {
	background: #9daa9c;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
	background: url(http://www.geocities.com/robert_xilation/Praetorian/img/ui/bg_grad.png) repeat-x;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
	
div#container{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 804px;
	background: url(../img/ui/platta.png) repeat-y;
}

img#banner{
	margin-left: 2px;
}


/* ----------MENU----------*/
div#menu{
	margin-left: 2px;
	width: 800px;
	height: 29px;
	background: url(../img/ui/menu_bg.png) repeat-x;

}

#menu ul {
	list-style: none;
	vertical-align:middle;
	padding-top: 5px;
}

#menu li {
	height:27px;
	padding: 4px 8px 5px 8px;
	display: inline;

}

#menu ul li.selected{
	background: url(http://www.geocities.com/robert_xilation/Praetorian/img/ui/menu_bg_selected.png) repeat-x;
}

#menu a{
	text-decoration:none;
	font-size: 14px;
	color: #faffdc;
}

#menu a:hover{
	text-decoration:underline;
	color:#ffffff;
}

/*---------END MENU--------*/

/*--------CONTENT----------*/
div#left-column{
	float:left;
	margin-left:2px;
	width: 190px;
	background: url(../img/ui/left_column_bg.png) repeat-x;
}

div#left-column div.loot img{
	border: 1px solid #4e6440;
	margin: 5px;	
}

div#left-column div.loot{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom:5px;
}

div#left-column p{
	font-size: 10px;
	margin: 5px 10px 5px 15px;
	
}

div#right-column{
	margin:0px 15px 15px 192px;
	padding-left: 10px;
	border-left: 1px solid #4e6440;

}

div#right-column h1{
	font-size: 18px;
	padding-top: 10px;
}

div#right-column h2{
	font-size: 12px;
	margin-bottom: 10px;
}

div#right-column p{
	font-size: 10px;
	margin-bottom: 10px;
}

div#right-column img{
	margin-bottom: 10px;
}

div.breadcrumb{
	background: url(http://www.geocities.com/robert_xilation/Praetorian/img/ui/breadcrumb.png) repeat-x;
	height: 18px;
	padding-top: 1px;
	border-bottom: 1px solid #4e6440;
	border-top: 1px solid #4e6440;
}

div.breadcrumb h3{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
}

div#footer{
	width: 804px;
	height: 6px;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(http://www.geocities.com/robert_xilation/Praetorian/img/ui/footer.png) no-repeat;
}

div.foo{
	margin: 5px;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.left{
	float:left;
}

.right{
	float:right;
}


