/* // Layout CSS // */

* {margin:0; padding:0;}

body {
	background:url(/Sites/aturnerplasticsurgerycomau/assets/images/bg.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0; padding:0;
}

img {border:none;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // page wrapper */
#page {
	width:925px;
	margin:0 auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // head regions */
#head {
	display:none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // navigation regions */
#navigation {
	width:925px;
}
#navigation ul {
	width:530px;
}

.menulist li.currentpage {
	display:none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // billboard regions */
#billboard {
	display:block;
}
#swf {
	display:none;
}
#alt {
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // breadcrumb region */
#breadcrumbs {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8a8989;
	font-size:9px;
}
#breadcrumbs a {
	color:#8a8989;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // content regions */
#container {
	padding:0;
	width:925px;
}
#left {
	display:none;
}
#content {
	width:515px;
	text-align:justify;
	margin:0 auto;
	float:none;
}
#right {
	display:none;
}

#news-Preview {
	width:200px;
	margin:0 auto;
}
#news-PreviewItem {margin:.5em 0; padding-bottom:5px;}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // foot regions */
#details {
	display:none;
}
#footer, #copyright {
	text-align:center;
}
#footer {
	display:none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Clearfix */
