/* 
  -------------------------------------
  The Baby Show New York
  www.terrabona.com
  -------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F7EEF7;
	padding: 0;
	margin-top: 12;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
#navbar {
	font-size: 0.8em;
	zoom: 1;
	margin-top: 10px;
}
#columntop {
	clear: both;
	background-image: url(../_img/thebabyshow_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 760px;
	background-image: url(../_img/thebabyshow_middle.jpg);
	background-repeat: repeat-y;
}
#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 526px;
	background-image: url(../_img/baby.jpg);
	background-repeat: no-repeat;
	background-position: 380px bottom;
}
#c1 .content {
	font-size: 0.75em;
	padding: 16px 28px 16px 34px;
	vertical-align: bottom;
}
#c2 .content {
	color: #000;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 16px;
	padding-left: 26px;
	margin: 0px;
}
h1 {
	font-size: 1em;
	letter-spacing: 0.2em;
	color: #09F;
}
h2 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 1em;
	color: #333;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(../_img/thebabyshow_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 760px;
}
#footercontent {
	padding: 14px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #000;
}
.content a:hover, .content a:focus, .content a:active {
	color: #000;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
