.MainContainer {
	width: 960px;
	padding: 0px;
}

.Logo {
	text-align: left;
	float: left;
	padding: 0px;
}

.LogoBar {	 
	padding: 0px;
	 height: 85px;
}

.LogoBarCenter {
	background: url(menu_white_top.jpg) repeat-x bottom;	 
}

.LogoBarRight {
	padding: 0px;
	text-align: right;
}

.MenuSearchBox { 
	width: 200px;
	height: 25px;
	position: relative;
	float: right;
	top: -16px;
}

.Menu {
	height: 37px;
}

.MenuLeft {
	background: url(menu_left.jpg) repeat-x bottom;	
	width: 9px; 
}

.MenuRight {
	background: url(menu_right.jpg) repeat-x bottom;	
	width: 10px; 
}

.MenuCenter {
	background: url(menu_bg.jpg) repeat-x bottom;	
	color: white;
   font: 13px Tahoma, Arial, sans-serif;
	text-align: center;
}

.MenuCenter A:link, .MenuCenter A:active, .MenuCenter A:visited {
	color: white;
	text-decoration: none;
}

.MenuCenter A:hover {
	text-decoration: underline;
}

.LeftNavigation {
	width: 193px;
	background: url(vertical_border.jpg) repeat-y right;	
	text-align: left;
}

.LeftNavigation A:link, .LeftNavigation A:visited, .LeftNavigation A:active {
	color: #666;
	font: 13px Tahoma, Arial, sans-serif;
	text-decoration: none;
}

.LeftNavigation A:hover {
	text-decoration: underline;
}

.MainContent {
	text-align: left;
}

.CraigBlurl {
	text-align: left;
}

.LoginCheckout {
	background: url(horizontal_border.jpg) repeat-x top;		
}

.FooterLinks {
	margin: 15px 0px 0px 0px;
	color: #999;
	font: 12px Tahoma, Arial, sans-serif;
}

.FooterLinks A:link, .FooterLinks A:active, .FooterLinks A:visited {
	color: #999;
	text-decoration: none;
}

.FooterLinks A:hover {
	text-decoration: underline;
}

.NormalText {
	color: #333;
	font: 13px Tahoma, Arial, sans-serif;
}

.NormalText A:link, .NormalText A:visited, .NormalText A:active {
	color: #333;
}

.NormalText A:hover {
	color: #ffcf3e;
}

.Heading {
	color: #999;
	font: 16px Tahoma, Arial, sans-serif;
	font-weight: bold;
}

.TopBorder {
	background: url(horizontal_border.jpg) repeat-x top;	
}