
* {
	margin: 0;
	padding: 0;
}
body {
	background: #b2dad1 url(../images/bg.gif);
	color: #3b4246;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #3b4246;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul,ol {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
blockquote {
	background: url(../images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: #e5f7f3 url(../images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 800px;

}

/* header */
.header {
	background: #e5f7f3 url(../images/bgheader.gif) repeat-x;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

/* title */
.title {
	padding: 2px 0 2px 40px;
  
  }

/* navigation */



.navigation {
	background: #185e7b url(../images/bgnavigation.gif) repeat-x;
	font: bold 1.2em Verdana,sans-serif;
	height: 40px;
	margin: 0 auto;
	padding: 0 10px  ;
	width: 780px;
}
.navigation ul{
	list-style: none;
}
.navigation li {
	display: inline;
}

/* main */
.main {
	clear: both;
	width: 780px;
	padding: 0 10px 12px 10px;
	margin: auto;
	min-height: 450px;
}



/* content */
.content {
	padding: 10px 20px;
	float: left;
	width: 740px;
	overflow: auto;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	background: #958463 url(../images/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 800px;
}

#HomepageContentAndPhoto{
          clear: both;
          
}

#HomepageContent{
float: left; 
width: 360px;
clear: left;

}

#HomepagePhoto{
padding-top:10px;
float: right; 
width: 360px;
margin:0;
clear:right;
}

#HomepageAddressAndContact{
clear: both;
padding: 10px 0 10px 0;
}

#HomepageAddress{
float: left; 
width: 50%;
clear: left;

}


#HomepageContact{
float: right; 
width: 50%;
            clear: right;
}


#Latest{
clear:both;
padding: 30px 0 30px 0;
}