﻿/* CSS Document */

/* LAYOUT START */

#content {
	float: left;
	width: 740px;
}

	#content-left {
		float: left;
		width: 532px;
		padding: 20px 0 0 10px;
		line-height: 150%;
	}
	
		#content-left h1, h2, h3 {
			display: block;
			width: 100%;
			font-size: 100%;
			margin: 0;
			padding: 15px 0 0 0;
		}
		
		#content-left #crumb {
			width: 532px;
		}
		
	#content-right {
		float: left;
		width: 167px;
		padding: 0 0 0 30px;
	}
	
		#content-right ul {
			list-style: none;
			padding: 0;
			margin: 10px 0 0 5px;
		}
		
			#content-right ul li {
				padding: 0 0 3px 10px;
				background: url(http://www.brodies.com/images/v2-bullet-sub-menu.gif) no-repeat 0 .4em;
			}
			
			#content-right ul ul {
				margin: 5px 0 0 1px;
			}
		
		#content-right ul#teasers {
			list-style: none;
			margin: 0;
			padding: 20px 0 0 0;
		}
		
			#content-right ul#teasers li {
				padding: 0 0 20px 0;
			}
		
		#content-right h1 {
			width: 167px;
			height: 42px;
			margin: 0;
			padding: 0;
			text-indent: -9000px;
		}
		
			#content-right h1#cr-heading-1 {
				background: url(http://www.brodies.com/images/bg/v2-sub-menu.gif) top left no-repeat;
			}
		
			#content-right h1#cr-heading-2 {
				background: url(http://www.brodies.com/images/bg/v2-my-brodies.gif) top left no-repeat;
			}
			
			#content-right h1#cr-heading-3 {
				background: url(http://www.brodies.com/images/bg/v2-other-tools.gif) top left no-repeat;
			}

		
/* LAYOUT END */


/* TEXT START */

#content {
	font-size: 70%;
}



#content-right ul a {
	color: #5A5959;
}

/* TEXT END */
