/* CSS Document */

body {
	background-color:#083674;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/swirls.jpg)
	}
	
#wrapper {
	width: 875px;
	background-image:url(/images/content-bg.jpg);
	background-repeat:repeat;
	background-color:#FFFFFF;
	margin: 0 auto;
	}

#header {
	width: 100%;
	height: 136px;
	background-color:#FFFFFF;
	background-image:url(/images/header.jpg);
	background-repeat:repeat-x;
	}

#header .floatimg {
	position:relative;
	top:33px;
	right:-648px;
	width: 228px;
	height:211px;	
	}

#content {
	width:100%;

	margin:0;
}

#menu {
	}
	
#lh-col {
	float: left;
	width: 24%;
	margin-left:0em;
	padding-left:.5em;
	padding-top:.5em;
	margin-left:12px;
	}
	
#rh-col {
	float: right;
	width: 71%;
	background-color:#FFFFFF;
	padding-top:.5em;
	margin-right:.5em;
	}
	
#footer {
	clear:both;
	height:48px;
	background-image:url(/images/Arizona-Security-Company-Web-Site_06.jpg);
	background-repeat: repeat-x;
	text-align:center;
	}
	

