/*
CSS for Rounded box based on code by Tedd Sperling at http://www.sperling.com/examples/box/
*/

body {background-color:#def;}

.nodisplay {display:none;}

.sidebar	{
	background-color: #ddd;
	padding:8px;
	border: 1px solid gray;
}


#navbar {
	width : 670px;
	height: 25px;
}


	#homepage {    /* clickable zone for Home button */
		position: relative;
		float: left;
		top: 0px;
		left: 24px;	
		width : 124px;
		height: 20px;
	}
	
	#lawpracticetips {    /* clickable zone for law practice tips button */
		position: relative;
		float: left;
		top: 0px;
		left: 24px;	
		width : 124px;
		height: 20px;
	}

	#legalcoach {    /* clickable zone for Legal Coaching button */
		position: relative;
		float: left;
		top: 0px;
		left: 24px;	
		width : 124px;
		height: 20px;
	}

	#bac {    /* clickable zone for bac button */
		position: relative;
		float: left;
		top: 0px;
		left: 24px;	
		width : 124px;
		height: 20px;
	}

	#buyirenesbook {    /* clickable zone for buyirenesbook button */
		position: relative;
		float: left;
		top: 0px;
		left: 24px;	
		width : 124px;
		height: 20px;
	}

#container {
	font-size:10px;
	width: 670px;
	margin: 0 auto;
	background-color: #fff;
	color: #000;
	line-height: 130%;
}



#centercol {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 50px;
}


#centercol h1	{
	font-size:200%;
	line-height: 4px;
}

/* Rounded Box */
#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(box/bgupleft.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(box/bgupright.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(box/bgloleft.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(box/bgloright.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(box/bgtop.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(box/bgbottom.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(box/bgright.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(box/bgleft.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
