
* {
	padding:0;
	margin:0;
}

body {
	background: #A49696 url(img/jaipur-camel.jpg) bottom center no-repeat fixed;
	background-position:bottom;
	padding:0px 20px;
	font-family: Arial;
	font-size:12px;
	line-height:20px;
	color: #555555;
}


h2 {
	font-family: Georgia;
	font-size: 24px;
	color: #333333;
	font-weight:normal;
	margin-top:5px;
}
h3 {
	color: #ff7700;
	font-size: 18px;
	font-weight: lighter;
}

#wrapper {
	width: 852px;
	margin: 20px auto 20px auto;
}


#logo {
	margin: 0 0 5px 0;

}

#logo h1 {
	margin:0;
	font-family: Georgia;
	font-size: 40px;
	font-weight:lighter;
	color:#993300;
}

#logo h1 a{
	text-decoration:none;
	color:#993300;
}
#logo h1 a:hover{
	text-decoration:none;
	color:#996600;
}

#topbar
	{background-image:url(img/topbar.png);
	background-repeat: no-repeat;
	width:852px; height:15px;
	margin:0;
}

#botbar
	{background-image:url(img/botbar.png);
	background-repeat: no-repeat;
	width:852px; height:15px;
	margin:0;
}

img {
	border: 4px solid #99a15f; 
	width:180px; height:130px;
}

#container {
	border-left: 2px solid #993300;
	border-right: 2px solid #993300;
	background-color: #d99189;

}

#content {
	float: left;
 	width: 640px;

 	background-color: #f5f5f5;
 	
}

#container .padding {
	margin: 0 15px;
	text-align:justify;
}

#content p {
	line-height: 24px;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top:10px;
	text-align:justify;
}

#menu {
 	width: 208px;
 	float: left;
	background-color: #d99189;
}

#menu .padding {
	margin: 18px 0px 18px 18px;
	text-align: left;
}

#menu ul li {
	line-height: 30px;
	list-style: none;
	font-size: 13px;
	font-weight:bold;
	border-bottom:1px dotted #444444;
	
}

#menu ul li a {
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer {
	font-size: 11px;
	border-top: 1px solid #CECDCA;
	text-align: center;
	padding-top: 5px;
}
#footer p{
	text-align: center;
}

a {
	color:#98a040;
}

a:hover {
	text-decoration: none;
	color: #FF7700;
}