/* CSS
Author: Andrei Dobre

*/

/* Global Defaults
=====================================================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{
	border:0;
	margin: 0;
}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none; margin:0;padding:0}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

/* Site
=====================================================================*/

html{
	height:100%;
	margin: 0px;
	padding: 0px;
}


body{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5b7767;
	height: 100%;
	line-height: 16px;
	text-align: justify;
	background: #ebedec url(images/bg.gif) repeat-x;
}


a{
	text-decoration: none;
	font-weight: bold;
	font-size:8px;
	color: #5b7767;
}

a:hover{
	color: #000;
}

#page{
	width:538px;
	margin: auto;
	color: #5b7767;
}

#logo{
	margin: 26px auto 16px;
	
	width:143px;
	height:143px;
}

#line{
	margin: auto;
	width:538px;
}


#content{
	margin: 22px auto;
	width:538px;
}

.column{
	display:inline;
	float:left;
	width:218px;
	text-align: justify;
	margin:0px 19px 0px 19px;
}

#map{
margin:35px auto;
width:218px;	
}

.info{
display:inline;
float:left;	
}
