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

body {
background-image:url(image/page-bg.jpg);
background-repeat:repeat-y;
background-position:center;
	color: #333333;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 980px;
		padding: 0px;
}
a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	text-decoration:none;
}
a:hover{
text-decoration:underline;}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(image/header-bg.jpg);
	width:980px;
	height:85px;
}
#menu {
	position:relative;
	float:right;
	width:514px;
	height:39px;
}

#menu ul{
	position:absolute;
	top:20px;
	left:0px;
	width: 514px;
}
#menu li{
	float:left;
	display:inline;
	line-height:14px;
	padding: 30px 15px 0px 27px;
}
#menu a{
font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
	color: #cc9900;
	text-decoration: none;
}
#menu a:hover{
	color:#000000;
}
h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #003366;
}
h1,h2 {
	position:absolute;
	top:3px;
	left: 278px;
}

h2 {
	right:90px;
}
h3 {
	margin: 15px 0px 0px 30px;
	border-bottom: solid 1px #625d3b;
}
/********************** Main ***************************/
#flash {
position:relative;
	width:980px;
	height:446px;
}
#main {
position:relative;
	display:block;
	width:980px;
	height:auto;
}
#content {

	width:980px;
}
/********************** Left - Text ***************************/
#left {
	float:left;
	width:397px;
	padding-left:0px;
	padding-top:20px;
}


#center {
	float:left;
	width:320px;

}
#center2 {
	float:left;
	width:570px;

}
#name{
background-color:#99ccff;}

/********************** Right - Team ***************************/
#right {
	float:right;
	width:253px;
	padding-right:1px;
}

/********************** Footer ***************************/
#footer {
	background-image:url(http://suhasiniguesthouse.com/image/footer.jpg);
	background-repeat:repeat-x;
	width:980px;
	height:57px;
	margin-top:30px;
	float:left;
	clear:both;
}