*{
	margin:0;
	padding:0;
}
body{
	background:#000 url(images/bg.jpg) fixed center top no-repeat;
	font:11px/20px Tahoma,Helvetica,sans-serif;
	color:#000;
}

/* Layout Styles Starts */

#wrapper{
	width:100%;
	background:url(images/foreground.png) scroll center top no-repeat;
	margin:0 auto;
	height:800px;
	position:absolute;
	padding:0;
}
	
	#menu{
		height:32px;
		margin:1px 145px 0 0;
		overflow:hidden;
		/*padding-right:30px;*/
	}
		#menu ul{
			list-style:none;
			text-align:center;
		}
			#menu li, #menu li a, #menu li a.current{
				display:block;
				float:right;
			}
			#menu li{
				line-height:44px;
				text-transform:uppercase;
			}
			#menu li.noborder{border:none;}
				#menu li a{
					color:#000;
					text-decoration:none;
					font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
					font-size:18px;
					font-weight: bolder;
					padding:0 31px;
				}
	
	#menu li a:hover{
		color:#brown;
		text-decoration:none;
	}

	#menu li a.current{
		text-decoration:none;
		padding:0 31px;
		color: #660000;
		text-decoration:none;
	}

	#container{
		margin-top:400px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:0px;
		padding:10px 10px 0 10px;
		overflow:scroll;
		position:relative;
		height:300px;
		width:850px;
	}	
	
	#footer{
		background:url(images/footer-bg.jpg) no-repeat;
		height:60px;
		overflow:hidden;
		color:#939393;
		padding:0 20px;
		line-height:44px;
		font-size:10px;

	}
		#footer a{
			color:#939393;
			text-decoration:none;
		}
			#footer a:hover{
				color:#fff;
				text-decoration:underline;
			}
	
/* Layout Styles Ends */

/* Links Styles Starts */

#container p.hr{
	border:solid #d3d3d3;
	border-width:1px 0 0 0;
	margin:0;
	outline:none;
}

/* Links Styles Ends */

/* Form Styles */

.input{
	border:1px solid #a5a5a5;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
	width:200px;
}
textarea.input{
	width:415px;
	height:100px;
}
.input:focus, .textarea:focus{
	border:1px solid #000;
}

/* Form Styles */


/* Paragraph and list Styles */

#container p{
	margin:0 0 15px 0;
	text-align:justify;
}
#container form p{
	margin:0 0 5px 0;
}
#container p img.floatleft{
	margin:0 20px 0 0;
}
#container p img.floatright{
	margin:0 0 0 20px;
}

/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.red {color:#990000;}
a:hover {text-decoration:underline;color:#ea4900;}
h1{font-size:32px; color:black;}
h2{font-size:22px; line-height:28px; text-align:justify;}
h3{font-size:18px; color:#990000}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h1,h2,h3,h4,h5,h6{margin:0 0 15px 0;font-family:"Trebuchet MS";font-weight:normal;}
img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}
#container .nomargin, .nomargin{margin:0;}
#container.nobg, .nobg{background:none;}

/* Genric Styles Ends */
