body{
	margin:0;
	padding:0;
}
#container{
	position:absolute;
	width:100%;
	height:100%;
}
#card{
	position:relative;
	margin:0 auto;
	margin-top:5%;
	width:500px;
	height:250px;
	background-color:#9A956B;
border:1px solid #c3c3c3;
}
#header{
	width:100%;
	height:40px;
	padding-bottom:20px;
}
#left{
	float:left;
	width:240px;
padding-top:10px;

}
#vert_line{
float:left;
	width:1px;
	height:180px;
	background-color:black;

}
#right{
float:left;
	width:240px;
}
#footer{
width:100%;
text-align:center;
padding-top:50px;
}
	h1{
	color:white;
	font-family:Georgia;
	font-weight:strong;
	padding-left:20px;
}
h2{
text-align:center;
font-family:Georgia;
position:top;
}
h3{
padding-left:10px;
font-family:Georgia;
}
#right p{
padding-left:20px;
font-family:Georgia;
}
.c_t{
font-family:Georgia;
font-weight:strong;
color:white;
}
.address{
margin-left:20px;
font-family:Georgia;
color:white;
}