body {
	background:#20bbad url('../images/bg.jpg') fixed no-repeat top center;   
	margin:0;
	padding:0;
	font-size:12px;
	color:#fff;
	font-family:"Georgia", Times New Roman, Times, serif;	
}
#container {
	width:100%;
}
*, * focus {
	outline:none;
	margin:0;
	padding:0;
}
h1{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:24px;
	margin:0 0 5px 5px;
	font-weight:normal;
	font-style:italic;
 	color:#000;
}
h2{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:18px;
	margin:5px 0 0 5px;
	color:#fff;
	font-weight:normal;
	font-style:italic;
}
h3{
	font-family:Arial;
	font-size:14px;
	margin:10px 0 10px 5px;
	color:#FFF;
}
a {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
p {
	padding:5px;
	margin:0 0 0 0;
}
img {
	border:0 none;
}
.clear {
	clear:both;
}
.arial11 {
	font-size:11px;
	text-align:center;
	margin:0 auto;	
}
.center {
	margin:0 auto;
	text-align:center;
	display:block;
}
.georgia18{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:18px;
	font-style:italic;
}

/*---------------------Header------------------------*/
#header {
	height:100px;
	width:800px;
	margin:0 auto;
}
#header a.logo {
	float:left;	
	overflow:hidden;
	background:url('../images/logo.png') no-repeat top center;
	height:100px;
	width:270px;
	position:absolute;	
}
#tagline{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	color:#ff0033;
	position:absolute;
	margin:35px 0 0 500px;		
}
/*--------------------------Navigation-----------------------*/
#nav_menu{
				background:#222;
				border:1px solid #222;
				color:#ffffff;
				font-family:"Courier New", Courier, monospace;
				font-size:18px;
				text-transform:uppercase;
				height:36px;
				font-weight:bold;

			}
#nav_menu ul{
				margin-top:7px;
			}
#nav_menu li{
				display:inline;
				margin-top:20px;
				padding:5px 10px 5px 10px;
			}
#nav_menu li a{
				color:#fff;
				text-decoration:none;		
				padding:3px 7px 3px 7px;
				margin-right:0;
				border:1px solid #666;
			}
#nav_menu li a:hover{
				background-color:#eee;
				color:#ff0033;
				text-decoration:none;
			}
#nav_menu li a.current{
				background-color:#eee;
				color:#ff0033;
				text-decoration:none;
			}

/*----------------------------------Content-------------------------------*/
#content {
	width:100%;
	float:left;
	color:#fff;
}
#main {
	background:url('../images/content_bg.png') no-repeat center top;
	width:800px;
	position:relative;
	overflow:hidden;
  	padding-left:10px; 
  	padding-top:30px; 
  	padding-bottom:0px;
	margin:0 auto;
}
#content a {
	color:#fff;
	text-decoration:underline;
}
#content a:hover {
	color:#000;
	text-decoration:none;
}
#intro {
	float:left;
	width:350px;
	padding:20px;
}
#others_intro {
	float:left;
	width:700px;
	padding:20px;
	padding-bottom:217px;
}
#contact {
	float:left;
	width:700px;
	padding:20px;
	padding-bottom:180px;
}
#slideshow{
	float:left;
	padding:20px;
}
#myGallery
{
	width:350px !important;
	height:250px !important;
}
.cm_top{
	background:url('../images/top_content_bg.png') no-repeat center top;
	width:800px;
	height:75px;
	position:relative;
}
.cm_middle{
	background:url('../images/middle_content_bg.png') repeat-y center top;
	width:800px;
	height:275px;
	position:relative;	
}
.cm_bottom{
	background:url('../images/bottom_content_bg.jpg') no-repeat center top;
	width:800px;
	height:75px;
	position:relative;
}
.namastey{
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:18px;
	font-style:italic;
}
.bevel h1{
	margin-bottom:0;
    position:relative;
 	left:1px;
 	top:1px;
 	color:#fff;
}
.bevel span{
	position:absolute;
	left:-1px;
	top:-1px;
	color:#000;
}
/*------------------------------------Footer----------------------------*/
#footer {
	float:left;
	width:100%;
	height:330px;
	background:url('../images/footer.png') no-repeat center top;
}
#footer_continue{
	background:#11625c;
	margin-top:117px;
	height:145px;
	width:100%;
    /*filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;*/
}
#copyrights {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px 0;
	float:left;
	width:100%;
	color:#000;
}
#favourites{
	width:400px;
	text-align:right;
	float:right;
}
#website_info{
	width:400px;
	text-align:left;
}
