/* CSS Document */

	#main {
	float:left;
	width:520px;
	margin-top: 0px;
	margin-bottom: 10px;
	background: url(images/design/navBG.gif);
	margin-left: 10px;
	border-left: none;
	border-top: none;
	border-right: thin dotted #838AA3;
	border-bottom: none;
	}
	#sidebar {
	background:url(images/design/taekwondoOverlay.gif) repeat-y;
	float:right;
	width:210px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 900px;
	}
	
	#textDiv {
	width:180px;
	position:relative;
	margin-top:20px;
	margin-left:20px;
	margin-right: 10px;
		}
	#sidebar ul {
		margin-bottom:0;
    }
	
    #sidebar h3, #sidebar p {
	margin: 10px 10px 10px 15px;
	color: #000066;
	
    }
	#sidebar h3 {
		padding-top:10px;
		}