/*
	i-talvibrations styles boi!
	Version: 1.0
	Author: Craig C Heneveld
	Author URI: http://www.sitepipes.com/
.
*/
/*-------HTML-------*/
body {
	margin: 0px;
	padding: 0px;
	background:#FFEC80;
	color: #ffffff;
	font: 100%/1.21 "Lucida Sans", "Lucida Grande", "trebuchet ms", helvetica, arial, sans-serif; 
}

a, 
a:link {
	color: #FFEC80;
	text-decoration:none;
}
a:visited {
	color: #FFEC80;
}
a:hover{
	color: #EFDC51;
	text-decoration:underline;
}
a img {
 border-style: none;
}

#wrapper {
	width: 774px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
	height:100%;

}

#header{
	height:50px;
	background:#B35100;
	width:100%;
}
#header #headerInner{
	margin: 0px auto;
	width:774px;
}
#header #headerInner #homeLink{
	color:white;
	float:left
}
#header #headerInner #homeLink:hover{
	color:#EFDC51;
	text-decoration:none;
}

#header #headerInner #menu{
	float:right;
	text-transform:capitalize;

}

#header #headerInner #menu li{
	display:inline;
	
}

#header #headerInner #menu li a{
	color:white;

}
#header #headerInner #menu li a:hover{
	color:#EFDC51;
	text-decoration:none;
}
#logoBrand{
	background:url('../layout/italHeader.jpg');
	width:774px;
	height:277px;
}
#content{
	width:774px;
	background:#B39800 url('../layout/shadowBorder.jpg') right repeat-y;
	min-height:70em;
	height: auto !important;
}
/* for Internet Explorer */
/*\*/
* html #content {
height: 70em;
}
/**/
#leftCol{
	float:left;
	width:525px;
	padding:10px;
}

#rightCol{
	float:left;
	width:202px;
	padding:10px;
}

#footer{
	text-align:center;
	font-size:.7em;
	width:775px;
	background:url('../layout/italFooter.jpg') 0 0  no-repeat;
	height:81px;
	margin:0;
}
#footer #footBorder{
	border-bottom:1px dotted #EFDC51;
	width:740px;
	margin:0;
	height:1px;
	
}
#clear{clear:both;}

