﻿@charset "utf-8";
/* CSS Document */
#content-sub{
	width:973px;
	background:url(../images/sub-content-bg.gif) repeat-y right #fff;
	}
	#content-sub-top{
		width:973px;
		height:18px;
		background:url(../images/sub-content-top.gif) no-repeat top #fff;
	}
	
	/* left nav */
	#left-nav{
		width:215px;
		float:left;
		}
		#left-nav ul{
			list-style: none;
			color:#6d6151;
			padding-left:12px;
			margin-left:12px;
			}
			#left-nav ul li ul{
				padding-top:5px;
				margin-top:5px;
				line-height:18px;
				}
				#left-nav ul li ul li ul{
					padding-top:0px;
					padding-bottom:5px;
					margin-top:0px;
					margin-bottom:5px;
				}
				
				#left-nav a{
				 font-weight:normal;
				}
				#left-nav a:hover{
				 font-weight:normal;
				 text-decoration:underline;
				}
				#left-nav .selected{
					background:#fff;
				}
				
			
	/* middle column */
	#content-sub-holder{
		width:464px;
		float:left;
		padding:0 15px;
		}
		#content-sub-holder hr{
			color:#A59480;
			border:none;
			background:#A59480;
			height:1px;
			margin:10px 0px;
		}
		#sponsors-table td{	/* table of sponsors */
			border-bottom:1px solid #A59480;
		}
			
		.workshop-info{
			/* float:left; */
			width:216px;
			text-align:center;
			padding-left:10px;
			}
			
		.popup{
			background:#E4DFD9;
			border:1px solid #7D6C5A;
			width:580px;
			padding:0px 10px 5px 10px;
			position:absolute;
			display:none;
			}
			.close{
				float:right;
				}
	
	
	/* right column */
	#right-sub-holder{
		float:right;
		margin-top:7px;
		width:245px;
		padding-right:15px;
		font-style:italic;
		}
		#right-sub-holder #comments p{
			width:217px;
			padding:14px;
			background:#D9EFB3;
			font-size:11px;
			}
	
	#sub-clear{
		height:60px;
		padding-left:40px;
		clear:both;
	}
	
#home-footer{
	width:975px;
	height:139px;
	margin:0 auto;
	padding-top:20px;
	background:url(../images/sub-footer.jpg) no-repeat top;
}



