@charset "utf-8";
/*-------------basic styling---------------*/
* {
		margin: 0px;
		padding: 0px;
}
	body{
		background-color:#000000;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
	}
	#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background-color: #49493F;
	}
	#clear {
		clear: both;
	}
	/*-------------------------------- header styling -----------------------------------------------------*/
	#header{
	position:relative;
	background-image:url(../images/flagbanner2.jpg);
	background-repeat:no-repeat;
	height:215px;
	width: 800px;
}
	#header ul{
		margin:0;
		padding:0;
		position:absolute;
		left:0;
		bottom:0;
		width:800px;
		list-style:none;
		background:url(../images/navgraphic.gif) repeat-x top left;
		}
	#header ul li{
		float:left;
		}
	#header ul a{
		padding:0 15px;
		font-size:14px;
		line-height:2em;
		text-decoration:none;
		color:#FFFFFF;
		float:left;
		display:block;
		background:url(../images/navsep.gif) no-repeat left top;
		}
	#header ul a.first{
		background:none;
		}
	#header ul a:hover{
		color:#669900;
		}

    /*--------------------------------------------------------- banner styling ---------------------------------------------------------*/
	
	#banner{
	width:800px;
	height:195px;
	text-align:center;
	background: url(../images/9.jpg) no-repeat;
		}
	/*--------------------------------------------------------- navigation styling -----------------------------------------------------*/
	
	#navigation{
		width:780px;
		height:40px;
		margin-left:10px;
		margin-top:10px;
		}
	#navigation h2{
		font-size:14px;
		}
	#navigation h2 a{
		text-decoration:none;
		color:#CCCCCC;
		text-align:left;
		}
	#navigation h2 a:hover{
		color:#669900;
		}
	/*--------------------------------------------------------- content styling --------------------------------------------------------*/
	#content{
	position:absolute;
	width:800px;
	color:#FFFFFF;
	background:#49493f;
	margin-bottom:30px;
	font-family:"Trebuchet MS", sans-serif;
	background-color: #49493f;
	left: 0px;
		}
	#text{
	float:left;
	width:200px;
	text-align:left;
	margin-left:10px;
	margin-top:5px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
		}
	#text p.first{
		padding-top:5px;
		}
#content  h2{
		font-size:14px;
		padding-top:.25em;
		}
#content  h2  a{
	float:left;
	text-decoration:none;
	color:#CCCCCC;
	text-align:left;
	margin-left: 10px;
	padding-right: 2px;
		}
#content  h2  a:hover{
		color:#669900;
		}
	#content ul{
	list-style:none;
		}
	#content ul a{
	text-align:center;
	margin-left:40px;
	text-decoration:none;
	text-align:left;
	color:#FFFFFF;
	line-height:2em;
		}
	#content ul a:hover{
		color:#669900;
		}

	/*------------------------------------------------------------ sidebar styling --------------------------------------------------------*/
	#picright{
		float:right;
		width:280px;
		height:350px;
		margin-right:10px;
		margin-top:5px;
		background: url(../images/redcarpet.jpg) no-repeat top left;
		}
	#picright2{
		float:right;
		width:280px;
		height:350px;
		margin-right:10px;
		margin-top:5px;
		background: url(../images/electronic.jpg) no-repeat top left;
		}
	/*--------------------------------------------------------- footer styling ------------------------------------------------------------*/	
		
	#footer{
		position: bottom;
		margin: 0 auto;
		width:800px;
		height:40px;
		float:left;
		text-align:center;
		background:#000000;
		margin-top:10px;
		color: #FFFFFF;
		font-size:x-small;
		}
	#footer a{
		color:#FFFFFF;
		}
	#footer a:hover{
		color:#669900;
		}
		
	
		
		
		

