* {
	margin: 0;
	padding:0;
}

html {
	color:#555555;
	font-family:'Century Gothic',futura,'URW Gothic L',verdana,sans-serif;
	font-size:13px;
	background: #ffce51 url(/images/flipsebg.png) repeat-y center top ;
}

#logo {
	background: url(/images/logo.png) no-repeat 0 0;
	width: 250px;
	height: 80px;
	display: block;
}
#title {
	font-weight: bold;
	font-size: 20px;
}
#logo span {
	display:none;
}

#layout_wrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#header {
	height:85px;
	margin:0 auto;
	padding:5px 0;
	width:960px;
	border-bottom: 10px solid #0000ff;
}
#content {
	display:block;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:200px;
	text-align:left;
	width:950px;
}
#content_left {
	display:inline;
	float:left;
	margin-right:10px;
	width:470px;
}

#content_right {
	display:inline;
	float:left;
	margin-right:0;
	width:470px;
}

#address {
	display: none;
}

#googlemap {
	width:470px;
	height:400px;
}

#footer {
	
}

#contactFormArea {
	clear:both;
}

fieldset {
	border:0 none;
	margin:0;
	padding:0;
}
label {
	display:block;
}
input.text, textarea {
	border:1px solid #CCCCCC;
	color:#333333;
	margin:1px 0;
	padding:3px;
	width:400px;
}
#title {
display: none;
}
input {
	vertical-align:middle;
}
address {
	float:left;
	font-style:normal;
}
