/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	line-height:1.4em;
}
body {
background:#FFF url(images/body_bg.jpg) repeat-y top center;
margin:0;
padding:0;
}
a {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
	margin-bottom:.1em;
	line-height:1.2em;
	font-weight:normal;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 130%;
	
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
#container {
width:960px;
margin:0 auto;
}
#left_content {
float:left;
margin-left:200px;
width:415px;
margin-top:0px;
}
#logo {
background:url(images/baby_buds_logo.jpg) no-repeat top left;
height:225px;
width:200px;
text-indent:-9000px;
overflow:hidden;
float:left;
margin-bottom:30px;
}
#coming_soon {
float:left;
width:200px;
margin-top:60px;
margin-left:10px;
}
#right_sidebar {
width: 200px;
margin-left:50px;
float:left;
}
#footer {
margin-right:80px;
font-size:80%;
}
.clear {
clear:both;
}
.pink {
color:#eea5a5;
}
.green {
color:#9fc367;
}
.blue {
color:#5488b6;
}
.yellow {
color:#efe997;
}