/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:150%;
	background-image:url(images/tile2.gif);
	background-attachment:fixed;
	color:#888888;
}

.rubyred{
		color:#B81F27;
}


a:link {
	color: #555;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #222;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: underline;
	color: #666;
}

#placeholder{
	width:900px;
	height:650px;
	margin:0 auto;
	background-image:url(images/ruby_holder.gif);
	background-repeat:no-repeat;
}

#wrapper{
	width:970px;
	margin:10px auto;
	background:#FFFFFF;
}

#header{
	width:970px;
	height:160px;
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
}

#head_top{
	width:970px;
	height:120px;
}

#head_bot{
	width:928px;
	height:25px;
	margin:0 auto;
}

a.rubyred:link, a.rubyred:visited{
	color:#B81F27;
}

a.headnav {
	display:block;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	margin-right:45px;
	text-align:right;
	text-decoration:none;
}

#head_top a, #head_top a:link{
	display:block;
	width:450px;
	height:120px;
	
}
a.navnomar{
	margin-right:0;
}
a.headnav:link, a.headnav:visited{
	color:#FFFFFF;
}
a.rubyred:link{
	color:#B81F27;
}

a.headnav:hover{
	color:#B81F27;
}

a.headnav:active{
	color:#666;
}

a.headerhome{
	display:block;
	width:350px;
	height:110px;
}

a.ybubble{
	display:block;
	width:330px;
	height:160px;
	margin-left:-51px;
	background-image:url(images/shop_bubble.png);
	background-repeat:no-repeat;
	background-position:top;
}

a.ybubble:hover, a.ybubble:active{
	background-position:bottom;
	background-repeat:no-repeat;
}

.generic_side_bubble{
	display:block;
	width:330px;
	height:160px;
	margin-left:-49px;
	
}

a.bot_bubble{
	display:block;
	width:250px;
	float:right;
	margin-top:-150px;
	margin-right:-93px;
	height:160px;
	background-image:url(images/blue_bubble.png);
	background-repeat:no-repeat;
}

a.bot_bubble:hover, a.bot_bubble:active{
	
	background-image:url(images/blue_bubble.png);
	background-repeat:no-repeat;
}

#footer{
	width:970px;
	clear:both;
	height:85px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}

#content_wrap{
	width:970px;
	clear:both;
}


<!--LEFT COLUMN-->

#left_col{
	width:300px;
	float:left;
	z-index:1;
}

#left_column{
	width:350px;
	float:left;
	margin:30px 0;
}

#left_column p{
	width:320px;
	margin-left:20px;
	margin-top:0;
	line-height:175%;
}

#left_column h1{
	padding:0 20px;
	font-size:1.6em;
}

p.bubblepara{
	margin-top:-40px;	
}



#right_col{
	width:620px;
	float:left;
	margin:30px 0;
}

#right_col p{
	padding:5px 20px;
}

.rubybrown{
	color:#4E2507;
}

#flashbox{
	width:900px;
	height:500px;
	margin:20px auto;
}

