
@import url(layout.css);
@import url(nav.css);
@import url(deco.css);
@import url(form.css);
@import url(slimbox2.css);
@import url(thickbox.css);

/*  General 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,
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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Body Standard */
body{
	font-family: Rockwell, 'Palatino Linotype', 'Book Antiqua', Georgia, 'Courier New' ;
	font-size:12px;
	background: url(../graphics/bg.jpg) repeat top left;
}

hr.hr1 {
background-color:#FFFFFF;
border-bottom:1px solid #000;
border-top:1px dashed #000;
color:#FFFFFF;
height:4px;
}

hr {
border:0 none;
width:80%;
}

a{
color:#666666;
text-decoration:none;
}

a:hover{
color:#999999;
}

/* Selection Colours */

::-moz-selection{
  background:#333333;
	color:#fff;
}

::selection {
	background:#333333;
	color:#fff;
}

code::-moz-selection {
	background: #333333;
}

code::selection {
	background: #333333;
}


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

