* {
	margin: 0;
	padding: 0;
	}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #292929;
	background-image: url(../images/pagebackground.gif);
	}
p {
	padding-bottom: 10px;
	line-height: 12pt;
	}
#container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 754px;
	text-align: left;
	}
	#buttons {
		width: 754px;
		height: 43px;
		background-color: #e81461;
		font-size: 105%;
		}
		#buttons a, #buttons a:visited {
			color: #fff;
			float: left;
			text-decoration: none;
			background: none;
			padding: 13px 10px 13px 10px;
			}
		#buttons .dropdown {
			color: #fff;
			float: left;
			text-decoration: none;
			background: none;
			padding: 13px 10px 13px 10px;
			}
		#buttons a:hover {
			text-decoration: none;
			background: #eb567b;
			}
			
		#buttons div.dropdown {
			float: left;
			color: #fff;
			position: relative;
			text-decoration: none;
			background: none;
			padding: 13px 10px 13px 10px;
			}
			#buttons div.dropdown:hover {
				text-decoration: none;
				background: #eb567b;
				}
			#buttons div.dropdown ul {
				display: none;
				}
			#buttons div.dropdown:hover ul {
				display: block;
				position: absolute;
				z-index: 9999;
				list-style: none;
				background-color: #e81461;
				border: 1px solid #EB567B;
				}
				#buttons div.dropdown ul li {
					display: block;
					}
					#buttons div.dropdown ul li a {
						padding: 5px 8px;
						float: none;
						display: block;
						border-bottom: 1px solid #EB567B;
						}
		#phone {
			padding: 18px 10px 0 10px;
			float: right;
			font-size: 130%;
			color: #fff;
			margin-top: -7px;
			padding-right: 15px;
			}
	#content {
		width: 750px;
		background-color: #fff;
		border-right: 2px solid #EB567B;
		border-left: 2px solid #EB567B;
		}
		#photo {
			width: 539px;
			float: left;
			margin-bottom: -2px;
			}
			#photo img {
				border: 7px solid #b1323c;
				}
		#text {
			width: 161px;
			float: right;
			padding: 25px;
			padding-bottom: 100px;
			height: 100%;
			font-size: 110%;
			}
		#line {
			height: 2px; 
			max-height: 2px;
			background-color: #EB567B; 
			clear: both;
			}
		#text2 {
			width: 744px;
			padding: 5px;
			padding-top: 25px;
			padding-bottom: 100px;
			}
		#footer {
			color: #EB567B;
			height: 30px;
			clear: both;
			padding: 5px 20px 0 20px;
			text-align: right;
			}
			#footer a, #footer a:visited {
				color: #EB567B;
				text-decoration: none;
				font-weight: bold;
				}
			#footer a:hover {
				text-decoration: underline;
				}
				
.gallery img {
	border: none;
	}
.gallery td {
	background: #FFEEEE;
	}
.news td {
	padding: 10px;
	}
.dhtmlgoodies_answer {
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	}
.dhtmlgoodies_answer_content {
	padding:5px;
	padding-bottom: 12px;
	margin-left: 10px;
	margin-top: 10px;
	background-color:#FFEEEE;
	position:relative;
	}
.dhtmlgoodies_question {
	overflow:hidden;
	cursor:pointer;
	color: #E81461;
	font-size: 130%;
	}
a, a:visited {
	color: #E81461;
	}
img a, a:visited {
	color: #E81461;
	}
a:hover {
	text-decoration: none;
	}
	
.thumbnail
{
	width: 120px;
	height: 90px;
	border: 0px;
}
.dropdown
{
	width: 80px;
	height: 15px;
}
.dropdown .menu
{
	display: none;
}
.dropdown:hover .menu
{
	display: block;
	position: absolute;
	left: 6px;
	top: 30px;
}
.menu
{
	margin:0px;
	list-style:none;
	padding:0px 2px 2px 0px;
}
.menuitem
{
	height: 20px;
	padding-bottom: 2px;
}
