@charset "UTF-8";
/* CSS Document */

html{
font-size: 100%;
} 

body{
font-size: 1em;
font-family: georgia, serif;
text-align: center;
color: #000;
background: url(images/blackstripe_bg.jpg);
padding: 0;
margin: 0;
}

#menu{
	width: 10em;
	height: 18.375em;
	padding: 10em 0 0 3.25em;
}

#wrap{
width: 60.25em;
height: 31.313em;
margin: 4.344em auto;
font: #000;
border: none;
background: url(images/creambg.jpg) no-repeat;
text-align: left;
position: relative;
}

p{
	font-size: 0.750em;
	line-height: 1.5em;
	margin: 1.5em;
	text-align: left;
	position: absolute;
	top: 1.5em;
	right: 1.5em;
	width: 53.625em;
	
}
a{
	border: none;
}
a img{
	border: none;
}

h1{
font-size: 1.125em;
line-height: 1em;
margin: 1em;
padding: 1em 0 0 18em;
font-weight: 300;
position: absolute;
top: 1em;
}

p img{
width: 18.75em;
height: 6.25em;
margin: 2.5em 1.5em 1.5em 0;
float: left;
}



