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

/*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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end reset/*

/*Layout Divs */

#wrap {
	width:900px;
	height:100%;
	display:table;
	margin:auto;
}

#header {
	background-image:url(images/header.png);
	width:900px;
	height:54px;
	padding-top:316px;
}

#menu {
	width:auto;
	float:right;
	margin-right:10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
}

#content {
	background:url(images/content-tile.png) top left repeat;
	width:900px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

#left {
	width:280px;
	float:left;
	padding:10px;
}

#right {
	width:580px;
	float:right;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#otherpubs {
	width:900px;
	clear:both;
	height:250px;
	background:url(images/content-tile.png) top left repeat;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	}

#footer {
	width:880px;
	clear:both;
	height:20px;
	background-color:#F7E6B0;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

/*Styling */

body {
	background: url(images/bg-tile.png) top repeat-x #FFF9EC;
}

h1 {
	font-size:18px;
}

#menu a {
	padding:5px;
	font-size:18px;
	text-decoration:none;
	color:#000;
}

#menu a:hover {
	color:#FFF;
}
