/*

	India Quest style sheet
	created by Ryan Mitchell on 23/03/07
	
	
*/

p,h1,h2,h3,h4,h5 { padding:6px 0px; margin:0px; }
img { border:none; }
div,form { padding:0px; margin:0px; }

html,body { margin:0px; padding:0px;height:100%; }
html { background-color: #FFFFFF; background-image:url(../images/back.jpg); font-family:Arial, Helvetica, sans-serif; color:#333; font-size:13px; }

#container { min-height:100%; width:754px; margin:0px auto; background-image:url(../images/container_back.gif); }
#image { height:124px; background-image:url(../images/image.gif); }

#top { height:50px; background-image:url(../images/orange_strip.gif); }
#top p { float:right; font-size:11px; color:#fff; padding:27px 34px 0px 0px; }
#top a { text-decoration:none; color:#fff; }
#top a:hover { text-decoration:underline; }

#links { height:36px; background-image:url(../images/links_back.gif); }
#links ul { padding:0px 0px 0px 24px; margin:0px; list-style:none; }
#links ul li { height:36px; display:block; float:left; padding:0px 20px 0px 13px; background-position:right; background-image:url(../images/link_splitter.gif); background-repeat:no-repeat; }
#links ul li.none { background:none; }

#text,#footer { padding:0px 38px; }

#text { padding-top:35px; }
#text h1 { font-size:20px; color:#903101; font-weight:normal; }
#text a { color:#A23601; }
#text a:hover { color:#333; }
#text .right { float:right; width:250px; padding-left:40px; border-left:3px solid #C19566; margin:0px 0px 40px 30px; }
#text .right h1 { font-size:16px; color:#E35513; }

#footer { color:#999; font-size:10px; padding-top:30px; padding-bottom:20px; clear:both; }
#footer p { padding:2px 0px; }
#footer a { color:#999; text-decoration:none; }
#footer a:hover { text-decoration:underline; }