html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, small, strong, b, u, i, ol, ul, li,
fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
background: #444444 url('../imgs/bg2.png') repeat-x top center;
/*		background: #fff url('../imgs/bg.png') repeat-x top center; */
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	color: #444444;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#contain {
	width: 859px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	position: relative;
	width:857px;
	height:174px;
}

.fr {
	display:block;
	text-align: right;
	padding-right: 22px;
}

#register {
	float: left;
	background-image: url('../imgs/register_bg.jpg');
	width:818px;
	height:175px;
	padding: 2px 17px 17px 22px;
	color: #fff;
	text-shadow: 0.1em 0.1em #333;
}

#register ul {
	list-style-position:inside;
}

#register ul  li{
	padding-bottom: 8px;
}


#main {
	position: relative;
	background: #ffffff; /* Opera */
	width: 840px;
	/*min-height: 433px;*/
	overflow: auto;
	font-size: 10pt;
	padding-bottom: 15px;
	padding-right: 17px;
}

.nl {
	color: #d01014;
}

#main li {
	margin: 0 0 5px 22px;
	line-height: 20px;
	list-style: square;
	list-style-position: inside;
}

#main p {
	margin: 17px;
	line-height: 1.5em;
}

#main table {
	margin: 17px;
}

#main th {
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background: #f3f0e4;
	color: #614234;
	padding:8px 16px 8px 8px;
}

#main td {
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background: #fff;
	padding:8px 16px 8px 8px;
	border:1px solid #f3f0e4;
}

#indexlink {
	display: block;
	width: 840px;
	height: 67px;
	background-color: #fff;
	background: url('../imgs/logo.png') no-repeat top left;
	float: left;
	margin: 17px 0 0 22px;
}

#footer {
	background: #614234; /* Opera */
	width: 813px;
	height: 48px;
	line-height: 48px;
	padding: 0px 22px 0px 22px;
	color: #ab9a92;
}

#footer a {
	color: #ab9a92;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0.01em 0.01em 1em #FFFFFF;
}

#footer img {
	vertical-align:middle; 
}

#footer span {
	float: right;
	vertical-align: middle;
}

#footer span img {
	vertical-align:middle; 
	margin: 0 3px;
}

#nav  {
	float: left;
	list-style-type: none;
	margin-top: 12px;
	width: 835px;
	height: 28px;
	background: #614234;
	padding-left: 22px;
}

#nav li {

	cursor: pointer;
	display: inline;
	line-height: 28px;
}

#nav li a {
	font-family: "GillSans","Gill Sans",Helvetica;
	font-size: 11px;
	/*text-shadow: 0 1px 1px #555555;*/
	padding: 8px;
}

#nav li a:hover {
    color: #000;
    /*text-shadow: 0.01em 0.01em 1em #FFFFFF;*/
	background: #f3f0e4;
	padding: 8px;
	text-decoration: none;
}


h1 {
	font-size: 18pt;
	margin-left: 17px;
	margin-top: 10px;
	font-family: Palatino Linotype;
}


h2 {
	padding: 10px 0px 10px 0px;
	font-size: 13pt;
	font-family: Palatino Linotype;
}


h3 {
	font-size: 11pt;
	margin-left: 17px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: Palatino Linotype;
	width: 805px;
	background: #f3f0e4;
	padding: 8px;
}

 .awesome, .awesome:visited {
    background: url("../imgs/alert-overlay.png") repeat-x scroll 0 0 #222222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	margin: 0 0 0 10px;
}
.awesome:hover {
    background-color: #111111;
    color: #FFFFFF;
}
.awesome:active {
    top: 1px;
}
.small.awesome, .small.awesome:visited {
    font-size: 11px;
}
.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}


.omnie {
	float:left;
	padding-right: 17px;
	padding-bottom: 17px;
}

.mainul {
	margin-top: 15px;
}

#map_canvas { 
  margin-left: auto ;
  margin-right: auto ;
	border: 10px #f3f0e4 solid;
	text-align: center ; 
	
 }
