@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, a, div, img, blockquote
{
	margin:0px;
	padding:0px;
}

body
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #cccccc;
}

div#container
{
	margin: auto;
	background-color:#FFFFFF;
	padding: 0 10px 10px 10px;
	width: 900px;
	voice-family: "\"}\""; 
    voice-family:inherit;
    width: 880px;
}

/* header */
div#header
{
	width: 880px;
	height: 133px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

div#shiva-logo
{
	float: left;
	width: 183px;
	height: 123px;
}

/* body */

div#nav
{
	background-image: url(../images/nav-bar.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 880px;
}

div#img-bar
{
	margin: 9px 0 0 0;
	height: 194px;
	width: 880px;
}

div#body-container
{
	margin: 9px 0 0 0;

}

div#sidecol
{
	margin: 0 13px 0 0;
	float: left;
	background-image:url(../images/sidecol-bar.jpg);
	background-repeat:no-repeat;
	background-position: top;
	width: 254x;
	voice-family: "\"}\""; 
    voice-family:inherit;
    width: 241px;
}

div#flash
{
	float: left;
}	

div#maincol
{
	width: 626px;
	float: left;
	background-image:url(../images/main-bar.jpg);
	background-repeat:no-repeat;
	background-position: top;
	margin: 0 0 12px 0;

}
/* REMOVE STYLE TO SHOW NEWS */
div#news
{
	display: none !important;
}

/* news etc.... */
div#news,
div#bottom-bar
{
	background-image: url(../images/news-bar.jpg);
	background-repeat:no-repeat;
	background-position: top;
	width: 880px;
	clear: both;
}

div#hotel-bar
{
	width: 845px;
	clear: both;
	padding: 0 0 0 35px;
	
}

div#hotel-bar img
{
	float: right;
	margin: 10px 10px 0 0;
	border: none;
}
.news-item
{
	width: 183px;
	display: inline;
	float: left;	
	margin: 0 10px 0 25px;
}

div#footer
{
	background-color: #CCCCCC;
	height: 26px;
	display: block;
	width: 880px;
	margin: 26px 0 0 0;
	line-height: 23px;
	
}

