@charset "utf-8";
/* CSS Document */

/*--------------- Page Styling ---------------*/

html, body {
	margin:0px;
	padding:0px;
	background-color: #637d98;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image:url(/assets/indplsplasticsurgery/images/bg.jpg);
	background-repeat:repeat-x;	
}

/*--------------- Text Styling ---------------*/

h1{
	margin-top:0px;
	color:#666666;
	font-size:20px;
}

h2{
	margin-top:0px;
	color:#666666;
	font-size:18px;
}

h3{
	margin-top:0px;
	color:#666666;
	font-size:14px;
}

p{
	margin-top:0px;
	}

a.topnav:link, a.topnav:visited{
	color:#666666;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	margin-top:10px;
}

a.topnav:hover{
	color:#2d85b7;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	margin-top:10px;
}

a.sidenav:link, a.sidenav:visited{
	font:"Tahoma";
	color:#666666;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	margin-top:10px;
}

a.sidenav:hover{
	font:"Tahoma";
	color:#829232;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	margin-top:10px;
}

/*--------------- Page Divs ---------------*/

#container{
	width:718px;
	margin:auto;
}

#main_top{
	width:718px;
	height:21px;
	background-image:url(/assets/indplsplasticsurgery/images/main_top.gif);
	background-repeat:no-repeat;
}

#main_mid{
	width:718px;
	background-color:#FFFFFF;
}	

#main_inner{
	width:688px;
	margin:auto;
}
	
#main_bottom{
	width:718px;
	height:21px;
	background-image:url(/assets/indplsplasticsurgery/images/main_bottom.gif);
	background-repeat:no-repeat;
}

#header{
	width:688px;
	height:161px;
	background-image:url(/assets/indplsplasticsurgery/images/header.jpg);
	background-repeat:no-repeat;
}

#mainNav{
	text-align:right;
	margin-right:23px;
	}

#sidenav_outter{
	width:199px;
	float:left;
}

#sidenav_top{
	width:199px;
	height:23px;
	background-image:url(/assets/indplsplasticsurgery/images/sidenav_top.jpg);
	background-repeat:no-repeat;
}

#sidenav_mid{
	width:199px;
	min-height:228px;
	background-image:url(/assets/indplsplasticsurgery/images/sidenav_bg.jpg);
	background-repeat:no-repeat;
	background-color:#d3df97;
}
	
#sidenav_inner{
	width:179px;
	margin:auto;
}
	
#sidenav_bottom{
	width:199px;
	height:23px;
	background-image:url(/assets/indplsplasticsurgery/images/sidenav_bottom.jpg);
	background-repeat:no-repeat;
}

#cont_outter{
	width:474px;
	float:right;
}	

#cont_top{
	width:474px;
	height:23px;
	background-image:url(/assets/indplsplasticsurgery/images/cont_top.jpg);
	background-repeat:no-repeat;
}
	
#cont_mid{
	width:474px;
	background-image:url(/assets/indplsplasticsurgery/images/cont_bg.jpg);
	background-repeat:repeat-y;
}
	
#cont_inner{
	width:454px;
	margin:auto;
}
	
#cont_bottom{
	width:474px;
	height:23px;
	background-image:url(/assets/indplsplasticsurgery/images/cont_bottom.jpg);
	background-repeat:no-repeat;
}


/*--------------- Object Classes ---------------*/

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
