/* CSS Document */

body{
	background-image:url(img/titus_canache_bg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#252b21;
	margin:0px;
	padding:0px;
}
.container{
	background-color:#c4b36e;
	width:700px;
	height:1000px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
.header{
	width:700px;
	height:193px;
	margin-bottom:1px;
	margin-top:0px;
}
.footer{
	background-image:url(img/titus_canache_footer_tile.jpg);
	background-repeat:repeat-x;
	height:33px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.footer_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	width:700px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.footer_text a{
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}
.footer_text a:hover{
	text-decoration:underline;
}
.menu{
	width:630px;
	height:24px;
	background-image:url(img/titus_canache_menu_tile.jpg);
	background-repeat:repeat-x;
	padding-left:70px;
}
.content{
	width:630px;
	padding-left:35px;
	padding-right:35px;
	margin-top:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#252b21;
}
.content h2{
	padding:0px;
	margin-top:0px;
	margin-bottom:20px;
	font-size:14px;
	text-transform:uppercase;
}
.content p{
	margin-top:3px;
	margin-bottom:3px;
	padding:0px;
}
.item{
	width:124px;
	height:80px;
	margin-top:10px;
	margin-left:13px;
	margin-right:13px;
	margin-bottom:0px;
	padding:0px;
	float:left;
}
.item_img{
	width:124px;
	height:60px;
}
.item_txt{
	width:124px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#252b21;
	text-align:center;
}
.item_txt a{
	color:#252b21;
	font-weight:bold;
	text-decoration:none;
}
.item_txt a:hover{
	text-decoration:underline;
}