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

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, font, 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 {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	color: #333;
	background: #000 url(/_assets/lemongrass/images/bg_body.jpg) repeat-x left top;
}

a {
	color: #555;
	text-decoration: none;
	border-bottom: solid 1px transparent;
}

a:hover {
	color: #600;
	border-bottom: solid 1px #ccc;
}

/* Miscellaneous conveniences: */

form label {
	cursor: default;
}

fieldset {
	border: none;
}

/* Form field text-scaling */

input, select, textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */

a, :link, :hover, :visited { text-decoration: none; }


/* whoever thought blue linked image borders were a good idea? */

img { border: 0; }
img a { border: 0; }
img a:hover { border: 0; }

object {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/*Original Styles */

#flashobject {
	background-color: #FFF;
	width: 450px;
	float: left;
	margin-left: 50px;
	border: 1px solid #999;
	height: 450px;
}
#maintext {
	z-index:1;
	overflow: auto;
	background-color: #FFF;
	height: 320px;
	width: 410px;
}
#navigation {
	width: 900px;
	padding-top: 6px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50px;
	clear: both;
}
#address {
	text-align: right;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	float: right;
	clear: both;
	margin: auto;
}
#footercontainer {
	text-align: center;
	width: 1000px;
	margin: auto;
	padding-top: 6px;
	height: 50px;
}
#copyright {
	float: left;
	text-align: left;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#design {
	color: #555;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#background {
	color: #FFF;
	height: 251px;
	clear: none;
	float: none;
	background-image: url(images/redfadebg.jpg);
	background-repeat: repeat-x;
}
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container {
	width: 1000px;
	background-color: #FFF;
	border: medium groove #999;
	margin-top: -225px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.red {
	color: #660505;
}
#content {
	background-color: #FFF;
	width: 425px;
	float: right;
	border: 1px solid #999;
	margin-right: 50px;
	height: 450px;
	padding-left: 6px;
}
body {
	background-color: #000;
}
p {
	margin-top: 0px;
	margin-bottom: 4px;
}
.menunotes {
	font-size: x-small;
}
