/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  /*zeroing off....*/
margin: 0;
padding: 0;
border: 0;
}	

body{
/*background-color:#CCCCCC;*/
margin: 0;
padding: 0;
text-align: center;
}

#wrapper{  /*TESTING PURPOSE.....MAY BE INCLUDED IN CITYWALA.COM*/
	position: relative;
	width: 770px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	left: 0px;
	top: 0px;	
}

#logo {  /*TESTING PURPOSE.....MAY BE INCLUDED IN CITYWALA.COM*/
	width: 145px;
	height: 90px;
	background-image: url(images/citywala_normal_updated_re.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 5px;
}

#adbig {
	position:absolute;
	left:0px;
	top:5px;
	width:770px;
	border-bottom: 1px solid #000000;
	border-top: 0px solid #6699FF;
	border-left: 1px solid #000000;
	border-right: 0px solid #6699FF;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align: inherit;
	padding-left: 3px;
	padding-right: 3px;
	
}

.normal_text{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

a {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
