body {
	background: #f7f1e2;
	font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #4c4c33;
	margin: 0px;
}

.rmm {
	background-color: #bce2eb;
}

.rmm.minimal .rmm-toggled ul li:first-child a {
    border-top: 1px solid #5E7176;
}
.rmm.minimal .rmm-toggled ul li a {
    border-bottom: 1px solid #5E7176;
}

#device_details {
	display:none;
}

#headline {
	/* color: #FAF6F5; */
	color:#4c4c33;
	/* min-height:160px; */
	background-repeat: repeat-x repeat-y;
	/* font-size: xx-large; */
	border-top:1px;
}

#main {
	border: 10px none;
/*  margin: -55px 140px 20px; */
	float:left;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
/* 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	text-decoration: none;
	color: #fff;
	background: #bce2eb;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

h3 {
	font-weight:normal;
	margin-top:0px;
}

h1.page-heading {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;	
	font-weight: normal;
    margin-top: 0px;
}

h1.page-heading-home {
    display: block;
	font-family: 'Merriweather', serif;
	font-style: italic;
    font-size: 1.5em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;	
	font-weight: normal;
    margin-top: 0px;
}

p.name {
	display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	margin-bottom: 0;
}	

p.title {
	display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;	
	margin-top: 0;
}

.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #BCE2EB;
}

.nav li {
	float: left;
	/* width: 160px; */
	position: relative;
	display:inline-block;
}

.nav li a {
	background: #BCE2EB;
	color: #069;
	display: block;
	padding: 7px 28px;
	text-decoration: none;
	/* border-top: 1px solid #069; */
}

.nav li.selected a {
	background: #FFFFFF;
	color: #069;
	display: block;
	/* padding: 7px 28px; */
	text-decoration: none;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;	
	border-top-right-radius: 10px;
	/* border-top: 1px solid #069; */
}

.nav li a:hover {
	/* color: #fff; */
	opacity: 0.;
}
.nav li.selected a:hover {
	color: #069;
	opacity: 1.0;
}

div.quote {
	font-family: 'Merriweather', serif;
	font-style: italic;
	/* color: #911C0A; */
	/* color: #069; */
	font-size: 1.3em;
	padding-top:20px;
	line-height:150%;
}

.quotee {
	font-size: 0.9em;
	font-style: normal;
}


#section1 {
	background: #BCE2EB;
	margin-top:-44px;
	border-top:30px;
	padding-bottom:10px;
	padding-top:50px;
	padding-left:50px;
	padding-right:50px;
}

#inner_section {
	background: #ffffff;
	margin-top: -6px;
	border-top:0px;
	padding: 20px;
}

#left {
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-right:20px;
}

#left-about {
	float:left;
	width: 55%;
	padding-top:10px;
	padding-left:10px;
	padding-right:20px;
}

#left-what-is {
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-right:20px;
}

#right {
	float:right;
	padding-top:10px;
	padding-right:10px;
}

#bottom {
	text-align:center;
}


#title {
	float: left;
}

#title h1 {
	margin-bottom:0;
}

#title h2{
	margin-top:0;
}

#navigation {
	float:left;
	/* margin-left:-479px; */
	background: #BCE2EB;
}

#footer-left {
	padding-top:30px;
	padding-left:0px;
	float:left;
}

#footer-right {
	padding-top:10px;
	float:right;
}

#disclaimer {
	/* color: #911C0A; */
}

div.clear {
	clear:both;
} 

#contact {
	margin-top: 30px;
	padding-top: 1px;	
	padding-left: 20px;	
	background: #ffffff;
}

#contact h3 {
	/* color: #069; */
}

#contact .phone {
	/* color: #069; */
	padding-left: 20px;
	height: 38px;
	float:left;
	padding-top: 5px;
	padding-right: 25px;
}

#contact .email {
	/* color: #069; */
	padding-left: 20px;
	margin-bottom:0px;
	height: 14px;
	float:left;
	padding-top: 5px;
	margin-top: 9px;
}

#contact_details {
	width: 50%;
	height: 400px;
	float:left;
}

.email .text {
	float:left;
	margin-left: 10px;
	margin-top: -8px;
}
.email .address {
	float:left;
	margin-left: 10px;
	margin-top: -8px;

}

#email.contact_detail a {
	color: #069;
	text-decoration: none;
}

.sprite {
	background: url('/images/icon-sprite.png') no-repeat top left;
}
 
.sprite.icon-mail {
	background-position: 0px 0px;
	
} 
.sprite.icon-phone {
	background-position: 0px -24px;
}

.rounded_box {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

img.mugshot {
	float:right;
}

img.page_image {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact_heading {
	width:25%;
}

/* overrides for the responsive menu stylings */
.rmm.minimal a {
	color:#069;
}

.rmm.minimal .rmm-main-list li a {
	margin:0px 0px 0px 0px;
}

.rmm.minimal .rmm-toggled-title {
	left:32px;
}

.rmm.minimal .rmm-button {
	right:32px;
}
.rmm.minimal a:hover {
	/* color: #fff; */
	opacity: 0.6;
}

.covid {
	background-color: lightcyan;
    padding: 5px 15px 5px 15px;
}

/* Smartphones (portrait and landscape) ----------- */
/* size 1 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
	#headline {
	  background-image: url(/images/banner-wallpaper-yellow-512x250.png);
	}
	#css:before {
		content: "size 1 : @media only screen and (min-device-width : 320px) and (max-device-width : 480px)";
	}
}

/* Smartphones (landscape) ----------- */
/* size 2 */
@media only screen and (min-width : 321px) and (max-width : 640px) {
	
	#headline {
		background-image: url(/images/banner-wallpaper-yellow-512x250.png);
	}
	
	#headline div {
		margin-left: 20px;
		padding-left: 30px;	
		padding-top: 10px;
	}
	
	#css:before {
		content: "size 2: @media only screen and (min-width : 321px) and (max-width : 640px) - Smartphones (landscape)";
	}
	
	#left {
		width: 45%;
	}
	
	#left.about {
		width: 90%;
	}
	
	img.home {
		background: url(/images/home/400x405.png) no-repeat;
		width: 400px; /* Width of new image */
		height: 400px; /* Height of new image */
		padding-left: 400px; /* Equal to width of new image */	
	}	

}

/* Smartphones (portrait) ----------- */
/* size 3 */
@media only screen and (max-width : 320px) {

	#headline {
		background-image: url(/images/banner-wallpaper-yellow-512x250.png);
	}
	#headline div {
		margin-left: 10px;
		padding-left: 10px;	
	}

	#css:before {
		content: "size 3: @media only screen and (max-width : 320px)";
	}	
	
	#section1 {
		background: #BCE2EB;
		margin-top:-44px;
		padding-left:0px;
		padding-right:0px;
	}

	#inner_section {
		padding: 0px;
	}
	
/*	#map_canvas {
		width: 0%;
		height: 0px;
	}*/

	#left.about {
		width: 90%;
	}

	#footer-right {
		float: none;
	}
	
	footer {
		padding-left:10px;
		padding-right:10px;
	}
	
}

/* notebooks ----------- */
/* size 3a */
@media only screen and (min-width : 640px) {
	
	#headline {
		background-image: url(/images/banner-wallpaper-yellow-512x250.png);
	}
	
	#headline div {
		margin-left: 20px;
		padding-left: 30px;	
		padding-top: 10px;
	}
	
	#css:before {
		content: "size 3a: @media only screen and (min-width : 640px) - notebooks";
	}
	
	#left {
		width: 45%;
	}
	
	#left.about {
		width: 90%;
	}
	
	img.home {
		background: url(/images/home/400x405.png) no-repeat;
		width: 400px; /* Width of new image */
		height: 400px; /* Height of new image */
		padding-left: 400px; /* Equal to width of new image */	
	}	

	img.about_me {
		background: url(/images/about-me/300x300.jpg) no-repeat;
		width: 300px; /* Width of new image */
		height: 300px; /* Height of new image */
		padding-left: 300px; /* Equal to width of new image */	
	}	
	
	img.what-is {
		background: url(/images/what-is/300x859.jpg) no-repeat;
		width: 300px; /* Width of new image */
		height: 859px; /* Height of new image */
		padding-left: 300px; /* Equal to width of new image */	
	}	
	
	img.my-practice {
		/* background: url(/images/my-practice/400x388.jpg) no-repeat; */
		background: url(/images/my-practice/400x533.jpg) no-repeat;
		width: 400px; /* Width of new image */
		/* height: 388px; */
		height: 533px; /* Height of new image */
		padding-left: 400px; /* Equal to width of new image */	
	}	
	
}


/* iPads (portrait and landscape) ----------- */
/* size 4 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

	#headline {
		background-image: url(/images/banner-wallpaper-yellow-512x250.png);
	}
	#css:before {
		content: "size 4: @media only screen and (min-device-width : 768px) and (max-device-width : 1024px)";
	}

}

/* iPads and Kindle Fire (landscape) ----------- */
/* size 5 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	#headline {
		background-image: url(/images/banner-wallpaper-yellow-512x250.png);
	}
	
	#css:before {
		content: "size 5: @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)";
	}

	#headline div {
		margin-left: 20px;
		padding-left: 30px;	
		padding-top: 10px;
	}
	
	#left {
		width: 45%;
	}

	#left.what-is {
		width: 55%;
	}

	#left.about {
		width: 55%;
	}

	#map_canvas {
		width: 400px;
		height: 400px;
		background-color: #CCC;
		float:right;
		margin-top:10px;
		margin-right:10px;	
		margin-bottom:10px;
	}
		
	img.home {
		background: url(/images/home/400x405.png) no-repeat;
		width: 400px; /* Width of new image */
		height: 400px; /* Height of new image */
		padding-left: 400px; /* Equal to width of new image */	
	}	

	img.about_me {
		background: url(/images/about-me/300x300.jpg) no-repeat;
		width: 300px; /* Width of new image */
		height: 300px; /* Height of new image */
		padding-left: 300px; /* Equal to width of new image */	
	}	
	
	img.what-is {
		background: url(/images/what-is/300x859.jpg) no-repeat;
		width: 300px; /* Width of new image */
		height: 859px; /* Height of new image */
		padding-left: 300px; /* Equal to width of new image */	
	}	
	
	img.my-practice {
		/* background: url(/images/my-practice/400x388.jpg) no-repeat; */
		background: url(/images/my-practice/400x533.jpg) no-repeat;
		width: 400px; /* Width of new image */
		/* height: 388px; */
		height: 533px; /* Height of new image */
		padding-left: 400px; /* Equal to width of new image */	
	}	

}

/* Kindle (portrait) ----------- */
/* size 6 */
@media only screen and (min-device-width : 600px) and (max-device-width : 768px) and (orientation : portrait) {

	#headline {
		background-image: url(/images/banner-wallpaper-yellow-512x250.png);
	}
	#css:before {
		content: "size 6: @media only screen and (min-device-width : 600px) and (max-device-width : 768px) and (orientation : portrait)";
	}

	#headline div {
		margin-left: 20px;
		padding-left: 30px;	
		padding-top: 10px;
	}
	
	#navigation {
		margin-left:40px;
	}
	
	#section1 {
		padding-left:20px;
		padding-right:20px;
	}
	
	.nav li a {
		padding: 5px 10px;
	}

	img.about_me {
		background-image: none;
	}
	
	img.about_me {
		background: url(/images/about-me/180x180.jpg) no-repeat;
		width: 180px; /* Width of new image */
		height: 180px; /* Height of new image */
		padding-left: 180px; /* Equal to width of new image */	
	}	

	div.quote {
		
	}

	#left.home {
		width:90%;
	}

	#left.about {
		width:55%;
	}

	#left.what-is {
		width:90%;
	}

	#left.my-practice {
		width:90%;
	}
	
	#left.contact {
		width:90%;
	}

	#right.home {
		display:none;
	}

	#right.what-is {
		display:none;
	}
	
	#right.contact {
		float:left;
	}
	
	#map_canvas {
		width: 490px;
		height: 400px;
		background-color: #CCC;
		float:right;
		margin-top:10px;
		margin-left:10px;
		margin-right:10px;	
		margin-bottom:10px;
	}
	
}

/* iPads (portrait) ----------- */
/* size 7 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

	#headline {
		background-image: url(/images/banner-wallpaper-yellow-512x250.png);
	}
	#css:before {
		content: "size 7: @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)";
	}

	#headline div {
		margin-left: 20px;
		padding-left: 30px;	
		padding-top: 10px;
	}
	
	#navigation {
		margin-left:100px;
	}

	.nav li a {
		padding: 7px 28px;
	}
	
	#right.my-practice {
		float:left;
	}
}

/* Desktops and laptops ----------- */
/* size 8 */
@media only screen and (min-width : 1224px) {
	#headline {
		/* background-image: url(/images/crosshatch_in_grey.jpg); */
		background-image: url(/images/banner-wallpaper-yellow.png);
		min-height:200px;
	}

	#headline div {
		margin-left: 70px;
		padding-left: 30px;	
		padding-top: 10px;
	}
		
	#main {
		border: 10px none;
		margin: -75px 100px 20px;
	}

	#css:before {
		content: "size 8: @media only screen and (min-width : 1224px)";
	}
	
	#left {
		width: 45%;
	}

	#left.about {
		width: 55%;
	}

	#left.what-is {
		width: 55%;
	}
	
	img.home {
		background: url(/images/home/400x405.png) no-repeat;
		width: 400px; /* Width of new image */
		height: 400px; /* Height of new image */
		padding-left: 400px; /* Equal to width of new image */	
	}	
	
	img.what-is {
		background: url(/images/what-is/300x859.jpg) no-repeat;
		width: 300px; /* Width of new image */
		height: 859px; /* Height of new image */
		padding-left: 300px; /* Equal to width of new image */	
	}	

	img.my-practice {
		/* background: url(/images/my-practice/400x388.jpg) no-repeat; */
		background: url(/images/my-practice/400x533.jpg) no-repeat;
		width: 400px; /* Width of new image */
		/* height: 388px; */
		height: 533px; /* Height of new image */
		padding-left: 400px; /* Equal to width of new image */	
	}	

	img.about_me {
		background: url(/images/about-me/300x300.jpg) no-repeat;
		width: 300px; /* Width of new image */
		height: 300px; /* Height of new image */
		padding-left: 300px; /* Equal to width of new image */	
	}	
	
	#map_canvas {
		width: 400px;
		height: 400px;
		background-color: #CCC;
		float:right;
		margin-top:10px;
		margin-right:10px;	
		margin-bottom:10px;
	}
	
}


/* Desktops and laptops ----------- */
/* size 9 */
@media only screen and (min-width : 1680px) {

	#headline {
		background-image: url(/images/banner-wallpaper-yellow.png);
		min-height:200px;
	}

	#headline div {
		margin-left: 270px;
		padding-left: 30px;	
	}

	#main {
		border: 10px none;
		margin: -75px 300px 20px;
	}
	
	#left {
		width: 50%;
	}
	
	#css:before {
		content: "size 9: @media only screen and (min-width : 1680px)";
	}
	
}

/* Large screens ----------- */
/* size 10 */
@media only screen and (min-width : 1824px) {

	#headline {
		background-image: url(/images/practice_room800x483.png);
	}
	
	#css:before {
		content: "size 10: @media only screen and (min-width : 1824px)";
	}
	
	#headline div {
		margin-left: 110px;
		padding-left: 30px;	
	}
	
}

/* iPhone 4 and HTC one ----------- */
/* size 11 */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5) and (orientation : portrait), only screen and (min-device-pixel-ratio : 1.5) and (orientation : portrait) {

	#css:before {
		content: "size 11: @media only screen and (-webkit-min-device-pixel-ratio : 1.5) and (orientation : portrait), only screen and (min-device-pixel-ratio : 1.5) and (orientation : portrait";
	}

	#footer-right {
		float: none;
	}

	#left.home {
		padding-left:20px;
		padding-bottom:20px;
	}

	#left.about {
		width: 90%;
	}

	#right.home {
		clear:both;
		display:none;
	}
		
	img.about_me {
		background: url(/images/about-me/300x300.jpg) no-repeat;
		width: 300px; /* Width of new image */
		height: 300px; /* Height of new image */
		padding-left: 325px; /* Equal to width of new image */	
		margin-bottom: 20px;
		float:left;
	}	
	
	img.my-practice {
		/* background: url(/images/my-practice/300x300.png) no-repeat; */
		background: url(/images/my-practice/300x400.png) no-repeat;
		width: 300px; /* Width of new image */
		/* height: 300px; */
		height: 400px; /* Height of new image */
		padding-left: 325px; /* Equal to width of new image */	
		margin-bottom: 20px;
	}	
	
}

/* iPhone 4 and HTC one ----------- */
/* size 12 */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5) and (orientation : landscape), only screen and (min-device-pixel-ratio : 1.5) and (orientation : landscape) {

	#css:before {
		content: "size 12: @media only screen and (-webkit-min-device-pixel-ratio : 1.5) and (orientation : landscape), only screen and (min-device-pixel-ratio : 1.5) and (orientation : landscape";
	}

	#footer-right {
		float: right;
	}

	img.home {
		background: url(/images/home/300x300.png) no-repeat;
		width: 300px; /* Width of new image */
		height: 300px; /* Height of new image */
		padding-left: 300px; /* Equal to width of new image */	
	}	

	img.about_me {
		background: url(/images/about-me/180x180.jpg) no-repeat;
		width: 180px; /* Width of new image */
		height: 180px; /* Height of new image */
		padding-left: 180px; /* Equal to width of new image */	
	}	

	img.what-is{
		background-image: none;
	}	
	
	img.my-practice {
		/* background: url(/images/my-practice/300x300.png) no-repeat; */
		background: url(/images/my-practice/300x400.png) no-repeat;
		width: 300px; /* Width of new image */
		/* height: 300px; */
		height: 400px; /* Height of new image */
		padding-left: 300px; /* Equal to width of new image */	
	}	
	
	#left.home {
		width: 40%;
		padding-bottom:20px;
		padding-left:20px;
	}
	
	#left.about {
		width: 65%;
	}

	#left.my-practice {
		width: 40%;
		padding-bottom:20px;
		padding-left:20px;
	}

	#right.what-is{
		display:none;
	}
	
}

/* iPhone 4 ----------- */
/* size 13 */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {

	#css:before {
		content: "size 13: @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5)";
	}
	
	#headline {
		background-image: url(/images/banner-wallpaper-yellow.png);
	}

	#headline div {
		margin-left: 10px;
		padding-left: 10px;	
	}
	
	#section1 {
		background: #BCE2EB;
		margin-top:-44px;
		padding-left:0px;
		padding-right:0px;
	}

	#inner_section {
		padding: 0px;
	}
	
	#left {
		width: 90%;
	}

	#left.home {
		width: 90%;
	}

	#left.about {
		width: 90%;
	}
	
	#right.home {
		clear:both;
		display:none;
	}

	#right.about {
		float:left;
		padding-left:10px;
		padding-bottom:10px;
		padding-right:10px;
	}

	#right.my-practice {
		float:left;
		padding-left:10px;
		padding-bottom:10px;
	}
	
	img.home {
		background-image: none;
	}	

	img.what-is {
		background-image: none;
	}	
	
	img.my-practice {
		/* background: url(/images/my-practice/200x200.png) no-repeat; */
		background: url(/images/my-practice/200x267.png) no-repeat;
		width: 200px; /* Width of new image */
		/* height: 200px; */
		height: 267px;
		padding-left: 200px; /* Equal to width of new image */	
	}	
	
	footer {
		padding-left:10px;
		padding-right:10px;
	}
	
}

/* Large screens ----------- */
/* size 14 */
@media only screen and (min-width : 1920px) {

	#headline {
		background-image: url(/images/banner-wallpaper-yellow.png);
	}
	
	#device_details {
		font-size:x-large;
	}
	
	#css:before {
		content: "size 14: @media only screen and (min-width : 1920px)";
	}
	
	#headline div {
		margin-left: 268px;
		padding-left: 30px;	
	}
	
	#left {
		padding-left: 20px;
		padding-right: 0px;
	}	

	#left.home {
		width:40%;
		padding-top: 20px;
	}	

	#left.what-is {
		width:70%;
		padding-left: 20px;
		padding-top: 20px;
	}	

	#left.about {
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 70%;
	}

	#left.contact {
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 40%;
	}
	
	#right.about {
		float:right;
		padding-top: 20px;
		padding-right: 20px;
	}

	#right.home {
		clear:none;
		display:block;
		float:right;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}

	#right.my-practice {
		float:right;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}

	#right.my-practice {
		float:right;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	
	#right.what-is{
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;		
		display:block;
	}

	img.home {
		background: url(/images/home/400x405.png) no-repeat;
		width: 400px; /* Width of new image */
		height: 400px; /* Height of new image */
		padding-left: 400px; /* Equal to width of new image */	
	}	

	img.what-is {
		background: url(/images/what-is/300x859.jpg) no-repeat;
		width: 300px; /* Width of new image */
		height: 859px; /* Height of new image */
		padding-left: 300px; /* Equal to width of new image */	
	}	

	img.my-practice {
		/* background: url(/images/my-practice/400x388.jpg) no-repeat; */
		background: url(/images/my-practice/400x533.jpg) no-repeat;
		width: 400px; /* Width of new image */
		/* height: 388px; */
		height: 533px; /* Height of new image */
		padding-left: 400px; /* Equal to width of new image */	
	}	

	img.about_me {
		background: url(/images/about-me/300x300.jpg) no-repeat;
		width: 300px; /* Width of new image */
		height: 300px; /* Height of new image */
		padding-left: 300px; /* Equal to width of new image */	
	}	
	
	#map_canvas {
		width: 600px;
		height: 400px;
		background-color: #CCC;
		float:right;
		margin-top:10px;
		margin-right:10px;	
		margin-bottom:10px;
	}
		
}
