@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:top center no-repeat url(images/main_bg.jpg) #f5f5f5;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:white;
}

h1, h2, p, ul, li { margin:0px; padding:0px; }

h2 {
	font-size:13px;
	text-transform:uppercase;
	margin:0 0 6px 0;
}

img { border:0px; }

p { padding:0 0 10px 0; }

ul { list-style:disc; margin:2px 0 10px 30px; }
li { padding:0 0 3px 0; }

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a:visited:hover { text-decoration:underline; }

#container {
	width:899px;
	margin:0 auto 30px auto;
}

#header {
	height:76px;
	padding:17px 0 0 0;
	overflow:hidden;
}

#logo { float:left; }

#contact {
	float:right;
	text-align:right;
	color:#256b10;
	font-weight:bold;
	line-height:17px;
	padding:10px 0 0 0;
}

#contact span {
	font-size:13px;
}

#contact a:link { color:#256b10; }
#contact a:visited { color:#256b10; }
#contact a:hover { color:#256b10; }
#contact a:visited:hover { color:#256b10; }

#frame {
	background:#efefef;
	padding:25px 31px 25px 31px;
}

#content {
	background:top left repeat-y url(images/page_bg.gif) #669a56;
}

#content-inner {
	background:top right no-repeat url(images/sydney_nose_clinic_dr_havas.jpg);
	overflow:hidden;
}

#left {
	width:339px;
	margin:0 27px 0 30px;
	float:left;
	padding:15px 18px 0 18px;
	display:inline;
}

#left img { margin:6px 0 0 0; }

#right {
	width:339px;
	float:left;
	padding:226px 18px 0 18px;
	display:inline;
}

#banners {
	overflow:hidden;
	width:837px;
	padding:20px 0 0 0;
}

#banners #inner { width:1000px; }

#banners a {
	display:block;
	float:left;
	margin:0 51px 0 0;
	height:107px;
}

#footer {
	text-align:right;
	font-size:12px;
	color:#44862f;
	padding:8px 0 0 0;
}

#footer a:link { color:#256b10; }
#footer a:visited { color:#256b10; }
#footer a:hover { color:#256b10; }
#footer a:visited:hover { color:#256b10; }

