@charset "UTF-8";
@import url("sifr.css");
/* CSS Document */


#flashMessage{
	width:100%;
	background-color:pink;
	border:1px solid red;
	color:#333;
	padding:5px;
	text-align:center;
	
}
	


body{
	background-image:url(../img/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:top center;
  color: #000;	
	}	
	
	
		 a:link{
		 text-decoration:none;
		color:#666666;
		
		}
		a:visited{
		color:#ff9900;
		}
		a:hover{
		color:#ff9933;
		
		}
		a:active{
		color:#ff9933;
		}
#container{

	width:900px;
	margin: auto;
	background:#f1e6cf;
	padding:3%;
	
	-moz-border-radius: 18px;
	-khtml-border-radius: 18px;
	-webkit-border-radius: 18px;
	
	border-radius: 18px;
	-moz-box-shadow: rgba(100,200,200,1) 0px 0px 0px;
	-webkit-box-shadow: rgba(46,39,31,1) 0px 0px 20px;
	box-shadow: rgba(200,200,200,2) 8px 8px 15px;
	background-image:url(../img/hd_body.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	border:0px;
	
}

	
#header {
	background-image:url(../img/webImages/images/headerBKGBKP.jpg);
	width:897px;
	height:160px;
	background-repeat:no-repeat;
	border-bottom:2px solid #777777;
	margin-top:-10px;
	
	border:3px solid #222;
	


	}

	
	
#response {
	
	color:#666666;
	margin-left:20%;
	

	
	}
#response h3{
	
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	}
	

	

	

	



#menu{
	font-size:16px;
	float:right;
	width:100%;
	
	}


#menu  a{
	
	color:#555555;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
	
	}
#menu a:hover{
	
	color:#FF9933;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	
	}
	

	

#premium{
	text-align:center;
	margin:2px auto;

	}
	#premium img{
		width:150px;
		height:112px

	}




#sideBarRight{
float:right;
}
#sideBarRight img {
	height:85;
	width:200px;
	
	
	}
	
#searchBar{
	color:#444444;
	width:180px;

float:left;
	

}
#searchBar p{
	margin:10px;
	

}

	
	#footer{
		text-align:center;
		clear:both;
		width:100%;
		margin-top:30px;
		border-top:4px solid #333;
		
		}
		#footer a{
			text-decoration:none;
			margin-left:15px;
			margin-right:15px;
			font-family:Geneva, Arial, Helvetica, sans-serif;
			
			}
		
		#footer a:link{
		color:#333;
		
		}
	#footer a:visited{
		color:#333;
		}
	#footer 	a:hover{
		color:#FF6600;
		}
	#footer	a:active{
		color:#FF6600;
		}
		
		
.sectionTitle{
	color:#666;

}


.highlight-orange{
	color:#FF6600;
	
	}
	
.highlight-small-orange{
	font-size:.6em;
	color:#FF6600;
}

		
	
	
	
