BODY,HTML,H1,H2,H3,H4,P,A,DIV,SPAN,IMG,INPUT,UL,OL,LI,FORM {
	margin: 0;
	padding: 0;
	border: none;
}
BODY {
	text-align: center;
	background: #252525;
	font: normal 14px georgia,"times new roman",serif;
	color: #333;
}
/************************************************
	GENERIC
*/
A {
	color: #c50c0c;
}
A:hover {
	color: #ff4a4a;
}
H1 {
	font: normal 27px verdana,arial,helvetica,sans-serif;
	color: #b5b5b5;
	margin: 0 0 15px;
}
H2 {
	font-size: 20px;
	font-weight: normal;
	color: #537d17;
	margin: 0 0 15px;
}
P {
	margin: 0 0 12px;
}
/************************************************
	HEADER
*/
#header {
	width: 100%;
	height: 150px;
	position: relative;
}
	#header #logo,
	#header #photo,
	#header #nav {
		width: 100%;
		height: 150px;
		position: absolute;
		top: 0;
		left: 0;
	}	
	#header #logo {
		display: block;
		background: url("/Client/Farrahi/Farrahi_LP4W_LND_WebStation.nsf/header_logo.gif") no-repeat top center;
		z-index: 2;
	}
	#header #photo {
		background: url("/Client/Farrahi/Farrahi_LP4W_LND_WebStation.nsf/header_photo3.jpg") no-repeat top center;
		position: absolute;
	}
/************************************************
	MAIN MENU
*/
#header #nav {
	width: 700px;
	left: 50%;
	margin: 0 0 0 -350px;
	z-index: 3;
	top: 105px;
	height: 45px;
	background: url("/Client/Farrahi/Farrahi_LP4W_LND_WebStation.nsf/menu.gif") no-repeat;
}
	#header #nav LI {
		list-style: none;
		position: absolute;
		top: 0;
		height: 45px;
		display: block;
	}
	#header #nav LI A {
		height: 45px;
		display: block;
	}
	#header #nav-home { left: 0; width: 62px; 	}
	#header #nav-about { left: 62px; width: 86px; 	}
	#header #nav-immigration { left: 148px; width: 139px; 	}
	#header #nav-landing { left: 287px; width: 126px; 	}
	#header #nav-links { left: 413px; width: 58px; 	}
	#header #nav-contact { left: 471px; width: 106px; 	}
	#header #nav-home A:hover, #header #nav-home.selected { background: url("/Client/Farrahi/Farrahi_LP4W_LND_WebStation.nsf/menu.gif") 0px -45px no-repeat; 	}
	#header #nav-about A:hover, #header #nav-about.selected { background: url("/Client/Farrahi/Farrahi_LP4W_LND_WebStation.nsf/menu.gif") -62px -45px no-repeat; 	}
	#header #nav-immigration A:hover, #header #nav-immigration.selected { background: url("/Client/Farrahi/Farrahi_LP4W_LND_WebStation.nsf/menu.gif") -148px -45px no-repeat; 	}
	#header #nav-landing A:hover, #header #nav-landing.selected { background: url("/Client/Farrahi/Farrahi_LP4W_LND_WebStation.nsf/menu.gif") -287px -45px no-repeat; 	}
	#header #nav-links A:hover, #header #nav-links.selected { background: url("/Client/Farrahi/Farrahi_LP4W_LND_WebStation.nsf/menu.gif") -413px -45px no-repeat; 	}
	#header #nav-contact A:hover, #header #nav-contact.selected { background: url("/Client/Farrahi/Farrahi_LP4W_LND_WebStation.nsf/menu.gif") -471px -45px no-repeat; 	}
/************************************************
	PAGE LAYOUT
*/
#wrapper {
	width: 100%;
	background: #fff url("/Client/Farrahi/Farrahi_LP4W_LND_WebStation.nsf/content_bkg.gif") repeat-x;
	padding: 50px 0 100px;
}
#content {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	border-bottom: solid 1px #dfdfdf;
}
	#content #main {
		width: 480px;
		float: left;
	}
	#content #sidebar {
		width: 200px;
		float: left;
		margin: 0 0 0 20px;
	}
/************************************************
	CONTENT
*/
#content #home-photo {
	display: block;
	width: 100%;
	height: 192px;
	background: url("/Client/Farrahi/Farrahi_LP4W_LND_WebStation.nsf/home_photo_1.jpg") no-repeat;
	margin: 0 0 12px;
}
	#content .hr {
		width: 100%;
		height: 8px;
		background: url("/Client/Farrahi/Farrahi_LP4W_LND_WebStation.nsf/hr.gif") repeat-x;
		font-size: 0;
		line-height: 0;
		margin: 0 0 5px;
	}
	
	#content .alignright {
		float: right;
	}
	
	#content .alignleft {
		float: left;
	}
	#content LI {
	background:url(/Client/Farrahi/Farrahi_LP4W_LND_WebStation.nsf/bullet.gif) 0 6px no-repeat;
	padding:0 0 0 20px;
	list-style:none;
	margin:15px 0;
	}
#content TD {
	font: normal 14px georgia,"times new roman",serif;
	}
/************************************************
	SIDEBAR
*/
#sidebar .block {
	margin: 0 0 25px;
}
#sidebar .block UL {
	list-style: none;
}
#sidebar .block LI {
	margin: 0 0 11px;
}
#sidebar ADDRESS {
	display: block;
	margin: 0 0 11px;
	font: normal 11px verdana,arial,helvetica,sans-serif;
	font-style: normal;
	color: #666;
}
/************************************************
	FOOTER
*/
#footer {
	font: normal 11px verdana,arial,helvetica,sans-serif;
	color: #aaa;
	text-align: left;
	padding: 8px 0;
	width: 700px;
	margin: 0 auto;
}	
