body
{
	 margin:0px;
	 background-image: url(images/backgaound.jpg);
	 background-repeat:repeat-x;
	 background-color:#fcf8f9;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:13px;
	 color:#be5d5d
}
 
#header
{
	width: inherit;
	height:258px;
	margin:auto;
	background-image:url(images/header.jpg);
	background-position:right;
	background-repeat:no-repeat;
	margin-bottom:40px;
}

#logo
{
	width:auto;
	height:auto;
	padding-top:60px;
	margin-bottom:95px;
}
.logo
{
	font-size:50px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold:;
	color:#fff;
	text-shadow:#000 2px 3px 0px;
		
}


#nav
{
	height:44px;
	width:inherit;
	
}

#nav ul
{
	margin:0px;
	padding:0px;
}

#nav ul li
{
	display:block;
	float:left;
	line-height:44px;
}

#nav ul li:hover, li#selected
{
	background-image:url(images/nav-hover.jpg);
	background-repeat:repeat-x
}

#nav ul li a
{
	color:#fff;
	padding:0px 27px;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}

#outer
{
	width:1000px;
	height:auto;
	margin:auto;
}

#container
{
	width:inherit;
	height:auto;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom:175px
}

.clear
{
 	clear:both
}
 
 

#footer
{
	width:100%;
	height:auto;
	margin-top:0px;
	background-color: #231f20;
	
} 

#footer ul 
{
	margin:0px;
	padding:0px;
	
}

#footer ul li
{
	display:inline;
	color:#fff;
	
	padding:0px 6px;
}

#footer ul li a
{
	color:#fff;
	text-decoration:none;

}

#footer .footercontent
{
	padding:20px;
	width:1000px;
	margin:0px auto;
	text-align:center
}

#footer ul li a:hover
{
	color:#fff;
	text-decoration:underline;

}

p
{
	text-align:justify;
	margin:0px 0px 16px 0px
}
.copyright
{
	color:#ffae00;
	margin-top:5px
}

img.border
{
	border:1px #e2cece solid;
	padding:3px;

}


img.rightmargin
{
	margin-right:40px;
	margin-bottom:5px;
}

img.leftmargin
{
	margin-left:10px;
	margin-bottom:5px;
}


h1
{
	margin:0px; 
	padding:0px;
	color:#560202;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	margin-bottom:30px;
	background-image:url(images/heading.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:auto;
	float:left;
	min-width:330px;
	padding-bottom:50px;
	text-align:center
	
}


h2
{
	margin:0px; 
	padding:0px;
	color:#560202;
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
	margin-bottom:10px
}
h3
{
	margin:0px; 
	padding:0px;
	color:#560202;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px
}

strong
{
	color:#a40505;
}



ul, ol 
{
	margin:0px;
	padding:0px;
	padding-left:15px;
	margin-top:10px;
	color:#560202;
	margin-bottom:20px;
}

ul li, ol li
{
	line-height:20px
}

a
{
	color:#a40505;
	text-decoration:underline;
}

a:hover
{
	color:#a40505;
	text-decoration:none;
}

.sec1
{
	width:300px;
	height:auto;
	background-color:#f7eeee;
	float:left;
	margin:10px 15px
	

}

.sec1 img
{
margin-bottom:10px;

}

.sec1 ul , .sec1 ol
{
	color:#fff

}

.data1
{
	padding:10px
}