/* -----------------------------------------
	RE-DEFINES
   -----------------------------------------  */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #e1efef;
}
p {
	line-height: 18px;
	margin: 5px 0 10px 0;
}
hr {
	display: none;
}
ul {
	margin: 0;
	padding-left: 15px;
}
a.normal {
	color: #7fbaba;
	text-decoration: none; 
}
a.normal:hover {
	background: #eff7f7;
}
/* -----------------------------------------
	CONTAINERS
   -----------------------------------------  */
#master_container {
	width: 758px;
	padding: 0 32px;
	background: url("../cynthiacupples.com/images/backgrounds/bg_outsides.gif") repeat-y;
	margin: 0 auto;
}
#top_bar {
	width: 758px;
	height: 115px;
	background: #FFFFFF url("../cynthiacupples.com/images/backgrounds/bg_top.gif") no-repeat left top;
}
#top_bar h1 {
	display: none;
}
#bottom_bar {
	width: 758px;
	height: 87px;
	background: #FFFFFF url("../cynthiacupples.com/images/backgrounds/bg_bottom.gif") no-repeat left bottom;
	text-align: right;
}
#bottom_bar .legal {
	font-size: 11px;
	color: #d8f0f0;
	display: block;
	padding: 47px 15px 0 0;
}
#content_container {
	background: #ffffff;
	display: table;
	width: 758px;
	padding-bottom: 30px;
}	


/* -----------------------------------------
	MENU
   -----------------------------------------  */
#menu {
	float: left;
}
#menu ul {
	margin: 0;
	padding: 0 0 0 24px;
}
#menu li {
	list-style: none;
}	
#menu li a {
	font-size: 0px;
	color: #ffffff;
	display: block;
	width: 93px;
	height: 28px;
	padding-bottom: 13px;
	border-bottom: 1px solid #e2e2e2;
}
#menu li a:hover {
	border-bottom: 1px solid #b7b7b7;
}
#menu .about {
	background: #ffffff url("../cynthiacupples.com/images/menu/btn_about.gif") no-repeat 0 13px;
}
#menu .artwork {
	background: #ffffff url("../cynthiacupples.com/images/menu/btn_artwork.gif") no-repeat 0 13px;
}
#menu .events {
	background: #ffffff url("../cynthiacupples.com/images/menu/btn_events.gif") no-repeat 0 13px;
}
#menu .contact {
	background: #ffffff url("../cynthiacupples.com/images/menu/btn_contact.gif") no-repeat 0 13px;
}


/* -----------------------------------------
	CONTENT
   -----------------------------------------  */
#content {
	margin-left: 200px;
	width: 510px;
	padding-top: 13px;
}

