﻿/* v1.0 | 20080212 */

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;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image: url('../New%20Steels/files%20and%20links/images/backgroundTile.gif');
	background-repeat: repeat-x;
	background-color: #f3efef;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */

/* remember to highlight inserts somehow! */

/* tables still need 'cellspacing="0"' in the markup */
/* CSS layout */
#header {
	height: 130px;
	margin-top: 7px;
	position: relative;
	font-size: 4em;
	font-variant: small-caps;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
}
#links {
}
#content {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	background-image: url('../New%20Steels/files%20and%20links/images/corner.png');
	background-repeat: no-repeat;
	padding-top: 20px;
	font-size: 1.2em;
	padding-bottom: 200px;
	padding-left: 25px;
}
#footer {
	border: thin dashed #808080;
	width: 665px;
	font-size: xx-small;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	right: auto;
	left: auto;
}


