* {
    margin: 0px;
    padding: 0px;
}

.Clearer {
    clear: both;
}

#Wrapper {
    width: 798px;
    min-height: 600px;
	height:auto !important;
	height:600px;
	margin: 0px auto;
}
#contentCenter p {
	width: 490px;
}
#header {
	top:0px;
	left:0px;
	width:100%;
	height:245px;
	z-index:74;
	background: url(/assets/templates/santino/images/header2.jpg) no-repeat left bottom;
}
#flags {
	text-align:right;
	z-index:1000;
	height:20px;
}
#ruler {
	width: 798px;
	margin-top:5px;
	height: 20px;
	background: #C0A062;
	color: black;
	text-align: left;
}
#contentWrapper {
	background: url(/assets/templates/santino/images/background_content.gif) top;
    width: 798px;
    min-height: 600px;
	height:auto !important;
	height:600px;
	padding: 0px;
	margin: 0px;
	text-align:top;
}
.titleContentLeft {
	float: left;
	width:136px;
	padding-left:5px; 
	padding-right: 5px;
	margin: 0px;
}
.titleContentCenter {
	float:left;
	width: 497px;
	padding-left:5px;
}
.titleContentRight {
	float: left;
	width:145px;
	padding-left:5px;
}

.contentLeft {
	float: left;
	width:135px;
	text-align:center;
}
.contentCenter {
	float:left;
	width: 497px;
	padding-left:10px;
	background: black;
	background-image: url("/assets/templates/santino/images/contentback.jpg");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 50% 120%; 	
}
.contentRight {
	float: left;
	width:137px;
	padding-left:10px;
}
#boxWrapper {
	padding:5px;
}
#menuContainer ul {
	float: left;
	margin: 0;
	padding-left: 5px;
	list-style:	none;
	width: 117px;
}

#menuContainer li {
	margin: 0;
	padding-bottom: 5px;
	float: left;
	height: 29px;
	background: black url(/assets/templates/santino/images/menubg.jpg) repeat-x left top;
	width: 100%;
	line-height: 30px;
	font-weight: bold;
}
#menuContainer li a {
	color: black;
	text-decoration: none;
}
#menuContainer li a: hover {
	color: black;
	text-decoration: none;
}

#menuContainer li:hover, #menuContainer li.sfhover {
	background: black url(/assets/templates/santino/images/menubg_hover.jpg) repeat-x left top;
}
