*{
	font-size:13px;
	font-weight:normal;
	font-family:/*"monotype corsiva",harrington,*/georgia,serif;
	color: #333333;
	margin: 0px 0px 0px 0px;
	border: 0px solid white;
	padding: 0px 0px 0px 0px;
}

b {
	font-weight: bold;
}

h1, h1 span {
	font-size: 32px;
	font-weight: bold;
}

body {
	background-color: #DCCD9A;
}

div#myPage {
	background-image: url('../images/beer_bg.png');
	background-color: white;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 955px;
}

div#logo {
	background-image: url('../images/logo.png');
	width: 511px;
	height:144px;
	left:33px;
	position:relative;
	top:6px;
	width:511px;	
}

div#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

div#address {
	background-image:url(../images/header_tab.png);
	background-repeat:no-repeat;
	height:86px;
	left:775px;
	margin-bottom:-10px;
	margin-top:-90px;
	position:relative;
	width:249px;
}

h1 {
	
}

h3 {
	font-weight: bold;
}

.img-hdr span {
	display: none;
}

div#pageContentContainer {
	margin:62px 40px 25px;
}

.form-error {
	font-weight: bold;
	color: red;
}

button, input[type="submit"] {
	cursor: pointer;
}
