/* 
    AUTHOR: V. Rajesh
            rajesh1340@gmail.com

*/

/* RESETS & BASIC PAGE SETUP */

*			{ margin: 0; padding: 0; }
html		{ overflow-y: scroll; }
body		{ font: 12px Arial, sans-serif;
			  background: url(images/body-bg.jpg) top left repeat;
			  }

ul			{ list-style: none inside; }
p			{ font-size: 12px; line-height: 12px; margin-bottom: 14px; }
p.metadata	{ background: #fff9a7; padding: 3px;} 
a			{ outline: none; }
a img		{ border: none; }

h1			{
			font-family: 'illuminating', Georgia, serif;
			font-size: 2.4em;
			font-weight: normal;
			color: #a69028;
			}
			
	h1#logo {
			width: 654px;
			height: 112px;
			background: url(images/header.jpg) no-repeat center center;
			text-indent: -9999px;
			}

/* END RESET */


/* TOOLBOX */

.floatleft	{ float: left; }
.floatright	{ float: right; }
.clear		{ clear: both; }

/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap {
			width: 800px;
			margin: 0 auto;
			background: url(images/content-bg.jpg) repeat-y;
			}
			
	h1#logo	{
			background:url(images/header.jpg) no-repeat center center;
			height: 204px;
			width: 800px;
			}
			
	#main-content	{
					padding: 30px 50px 30px 50px;
					}
					
	#left-content 	{
					width: 550px;
					float: left;
					}
	#left-content p	{
					font-family: Arial, Georgia, serif;
					font-size: 13px;
					font-weight: normal;
					color: #000066;
					text-align:justify;
					line-height: 16px;
					}
	#left-content h3 {
					font-family: Georgia, serif;
					font-size: 13px;
					font-weight: bold;
					color: #990000;
					text-align:justify;
					line-height: 16px;
					}
					
	#right-content 	{
					width: 120px;
					float: right;
					}

ul#nav {
	
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 57px;
			text-indent: -9999px;
			float: left;
		}
		ul#nav li.home a {
			width: 154px;
			background: url(images/home-btn.jpg) center center no-repeat;
		}
		ul#nav li.admin a {
			width: 120px;
			background: url(images/admin-btn.jpg) center center no-repeat;
		}
		ul#nav li.history a {
			width: 120px;
			background: url(images/history-btn.jpg) center center no-repeat;
		}
		ul#nav li.facility a {
			width: 120px;
			background: url(images/facilities-btn.jpg) center center no-repeat;
		}
		ul#nav li.about a {
			width: 120px;
			background: url(images/about-btn.jpg) center center no-repeat;
		}
		ul#nav li.contact a {
			width: 166px;
			background: url(images/contact-btn.jpg) center center no-repeat;
		}
		ul#nav li a:hover {
			background-position: top center;
		}
		ul#nav li a:active {
			background-position: bottom center;
		}
		
		
		
#footer {
	height: 132px;
	background: url(images/footer-bg.jpg) no-repeat;
}

/* END STRUCTURE */

