
/* A & R Telecom Inc */

html, body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	background:url(../images/bg-gradient.gif) repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

p {
	color: #000000;
	text-align:justify;
	margin:20px 20px 0px 20px;
}

.txtAlt1 {
	margin:0px 20px 20px 20px;
}

a {
	color:#669900;
}

a:hover {
	color:#9900CC;
}	

h1 {
	margin:0px 20px;
}

img {
	border:none;
}

ul {
	margin: 0px 0px 20px 40px;
	/*need spacing fix for i.e. */
}

li {
	margin-top:5px;
}

ul .sub {
	margin:0px;
}

	
#main {
	width:840px;
	margin: 0px auto;
	background:url(../images/bg-vert.png) repeat-y;
}

#header {
	width:800px;
	height:80px;
	margin: 0px auto;
}

#nav {
	width:800px;
	height:30px;
	margin: 0px auto;
}

#leftContent {
	float:left;
	width:400px;
	min-height:430px;
	margin-left: 20px;
	background-color:#FFFFFF;
	display:inline;
}

#rightContent {
	float:right;
	width:400px;
	height:430px;
	margin-right: 20px;
	background:url(../images/bg-rightCont.gif) repeat-y;
	display:inline;
}

#quickNav {
	clear:both;
	width:800;
	height:30px;
	margin:0px 20px;
	background:url(../images/bg-quickNav.gif) repeat-x;
}

#quickNav p {
	text-align:right;
	padding-top:12px;
	/*need space fix for IE*/
}

#disclaimer {
	width:800px;
	height:40px;
	margin: 0px auto;
	background-color:#FFFFFF;
}

#disclaimer p{
	margin:10px 20px;
}

#disclaimer img{
	float:right;
	margin-right:20px;
}

.copyright {
	float:left;
}

.poweredByDC {
	float:right;
}

#endCap {
	width:840px;
	height:20px;
	margin:0px auto;
	background:url(../images/g-endCap.gif);
}

#VO {
	float:right;
	display:inline;
	margin: -469px -90px 0px 0px;
}
		
	

	
