
/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: inherit;
	text-decoration: inherit;
}

/* END RESET */

@font-face {font-family:lato;src:url(Lato-Light.ttf);}
@font-face {font-family:freestyle;src:url(FreestyleScriptStd.otf);}

body {
	width: 100%;
	min-width: 1008px;
	background-color: #E5E5E5;
}

#container {
	width: 100%;
	height: 620px;
	min-width: 1008px;
	margin: 0 auto;
	background-image: url("images/arcanecoffee.png");
	background-repeat: no-repeat;
	background-position: center;

}

#navigation {
	width: 100%;
	min-width: 1008px;
	height: 10px;
	font-family: lato;
	text-align: center;
	margin: 30px auto;
	padding: 10px 0;
}

#navigation a {margin:0px;padding:15px 24px 7px 24px;}

.aboutbutton:hover {background-image:url("images/about-border.png");background-repeat:no-repeat;background-position:center;}
.aboutbuttonpageon {background-image:url("images/about-border.png");background-repeat:no-repeat;background-position:center;}
.requestbutton:hover {background-image:url("images/request-border.png");background-repeat:no-repeat;background-position:center;}
.requestbuttonpageon {background-image:url("images/request-border.png");background-repeat:no-repeat;background-position:center;}
.locationbutton:hover {background-image:url("images/location-border.png");background-repeat:no-repeat;background-position:center;}
.locationbuttonpageon {background-image:url("images/location-border.png");background-repeat:no-repeat;background-position:center;}
.contactbutton:hover {background-image:url("images/contact-border.png");background-repeat:no-repeat;background-position:center;}
.contactbuttonpageon {background-image:url("images/contact-border.png");background-repeat:no-repeat;background-position:center;}
.babylogo {opacity:0.6;}

a.underline {text-decoration:underline;}

#contentbg {
	margin: 0 auto;
	width: 958px;
	height: 547px;
	opacity: 0.8;
	border-radius: 4px 0;
	text-align:center;
	background-image: url("images/static.gif");
	background-position:center;
	background-repeat:no-repeat;
	position: relative;
}

#content {
	margin: -553px auto 0;
	width: 968px;
	height: 558px;
	opacity: 0.8;
	font-family: lato;
	text-align:center;
	background-image: url("images/content-border.png");
	background-position:center;
	background-repeat:no-repeat;
	position: relative;
}

#content a {margin:auto;color:#F0F0F0;}
#content p {margin:auto;color:#F0F0F0;}
#content a.bold {font-weight:bold;}

#script {
	font-family: freestyle;
	font-size: 220%;
}
