/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

li {
	list-style-type: none;
}

.designerImg {  
  border :solid 2px Black;
  height:185px;
}

.designerCell {  
	font-size: 18px;
	font-style: italic;
	line-height: 25px;
	font-weight: bold;
	background-color:Transparent;
  text-align:center;
}

.event_title {
	font-size: 18px;
	font-style: italic;
	line-height: 25px;
	font-weight: bold;
	background-color: #CAA846;
	background-image: url(../images/eventContainer_bg.png);
	background-repeat: repeat;
	text-indent: 10px;
}
.event_container {
	width: 500px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 2px outset #B78900;
}
.event_content {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.event_description {
	font-style: normal;
	padding: 5px;
}

.eventLink {color: #000000;	text-decoration: underline;}
.eventLink:visited {text-decoration: underline;}
.eventLink:hover {text-decoration: none;	color: #006666;}
.eventLink:active {text-decoration: underline;}

.wrapper {
	width: 500px;
	margin-left: 60px;
}
.form_container {
	width: 200px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 2px outset #B78900;
}

.contact_container {
	width: 250px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 2px outset #999999;
}

.contact_title {
	font-size: 18px;
	font-style: italic;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006666;
	background-image: url(../images/contactContainer_bg.png);
	background-repeat: repeat;
	text-indent: 5px;
}

.contact_content {
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.event_contentText {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	padding-bottom: 0px;
}

.designerName 
{
  font-size:18px;
  font-weight:bold;
}

.designerBio
{
  font-size:14px;
  font-weight:normal;
}

a.designerBio
{
  font-size:14px;
  font-weight:normal;
  color:#006563;
  font-family:Helvetica CondensedLight, Times New Roman;
}

a.designerBio:hover
{
  color:Navy;
  cursor:auto;
}

a.designerBio:visited
{
  color:#006563;
  cursor:auto;
}

.designerBio li 
{
  list-style-type:square;
}


.designerImage
{
  float:right;
  vertical-align:text-top;
  padding:8px;
}
