/* CSS Document */

body {
	margin: 0;
	padding: 0;
	/*background: #E4E4E4 url("../images/bg_tile.gif") top left repeat;*/
	background-color: #E4E4E4;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #000;
}

img {
	border: 0;
}

a, a:active, a:hover, a:link, a:visited {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 10pt;
}

a:link {
	color: #800000;
}

a:hover {
	color: #FF0000;
}

a:visited {
	color: #000;
}

h1, h2, h3, h6 {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	color: #000;
}

h1 {
	font-variant: small-caps;
	font-style: italic;
	font-size: 14pt;
}

h2 {
	font-style: oblique;
}

h6{
	font-size: 10pt;
}


p {
	font-family: Arial, sans-serif;
	text-align: justify;
	margin:  .5em;
}

#header {
	position: absolute;
	top: 0px;
	left: 292px;
	background: url("../images/top_bar.jpg") top left repeat-x;
}

#content {
	position: absolute;
	top: 159px;
	left: 258px;
	width: 493px;
	height: 211px;
	background: url("../images/contactus.jpg") center no-repeat;	
}
.address {
	float: left;
}

ul.contacts, ul.contacts li {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}

ul.nav {
	margin: 0;
	padding: 0;
}

ul.nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

ul.nav li a {
}
