/* CSS Document */



body {
background-color: #CCCCCC;
background-image: url(gradient.jpg);
background-repeat: repeat-x;
}

div#footerinfo {
font-family: "century gothic";
	font-size: 9px;
	color: #FFFFFF;
}
div#maincontent {
	font-family: "century gothic";
	font-size: 12px;
	color: #000000;
	background-color:#FFFFFF;
}
div#maincenter {
	font-family: "century gothic";
	font-size: 12px;
	color: #000000;
	background-color:#FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 16px;
}
div#rightcontent {
	font-family: "century gothic";
	font-size: 11px;
	color: #000000;
	background-color:#FFCCFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 5px;
}

div#portfolioheader {
	font-family: "century gothic";
	font-size: 16px;
	color: #000000;
	background-color: #FF84D5;
	background-image: url(http://www.lauraannbaker.com/headerbg.jpg);
	width: 500px;
}
div#subheader {
	font-family: "century gothic";
	font-size: 12px;
	color: #000000;
	background-color: #FF84D5;
	background-image: url(http://www.lauraannbaker.com/headerbg.jpg);
	width: 398px;
	height: 14px;
}
table {
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ff66cc;
	border-left-color: #ff66cc;
}
div.menuBarmain,
div.menuBarmain a.menuButton {
  font-family: "Century Gothic";
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
	font-variant:small-caps;
}

div.menuBarmain {
	text-align: center;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
}

div.menuBarmain a.menuButton {
  cursor: default;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBarmain a.menuButton:hover {
    background-color:#ff66cc;
 	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
  text-align: right;
  color: #FFFFFF;
}
a {
text-decoration:none;
color:#ff66cc;
font-weight:bold;
}
#videotitle {
text-decoration:none;
color:#ff66cc;
font-weight:bold;
}

div#upcomingevents {
 	display: none;
}