/* Ragnaware's main stylesheet - Gary */

/* 
	- First we start with a nice, clean 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%;
	background: transparent;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

html, body {
	height: 100%;
	background: #FFFFFF;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

/*
	- Now lets make all our links look pretty -
*/

a {
	font-weight: bold;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #DDDDDD;
}

a:active {
	color: #DDDDDD;
}

a.aLink:link {	
	color: #0000FF;
}

a.aLink:visited {
	color: #0000FF;
}

a.aLink:hover {
	color: #AAAAAA;
}

a.bLink {
	font-weight: normal;
}

a.bLink:link {	
	color: #000000;
}

a.bLink:visited {
	color: #000000;
}

a.bLink:hover {
	color: #888888;
}

/*
	- Here's all the menu bar formatting -
*/

ul, li {
	display: inline;
}

.menuSep {
	position: relative;
	display: inline;
	padding-left: 14px;
	padding-right: 14px;
}

.menuSep img {
	padding-top: 0.5em;
}

.menuItem {
	position: relative;
	vertical-align: middle;
	top: -0.6em;
}

#rwLogo {
	float: left;
	display: inline;
}

#rwLogo2 {
	float: right;
	display: inline;
}

#headBar { 
	height: 40px;
	background-image: url('/images/headBar.gif'); 
	background-repeat: repeat-x; 
	background-position: top center;
	text-align: center;
}

#miniBar { 
	margin: 0;
	line-height: 30px;
	display: block;
	width: 500px;
	height: 30px;
	background-image: url('/ragnaro/images/links.jpg'); 
	text-align: center;
	color: #FFFFFF;
}

#headerShove {
	height: 40px;
}

/*
	- Moving onto our main content... -
*/

#contentWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: -40px auto -15px;
}

#contentMain {
	margin: 0px auto 0px;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	width: 750px;
	background: #FFFFFF;
}

/*
	- ...and finishing with the footer stuff -
*/

#footBar {
	height: 15px;
	background-image: url('/images/footBar.gif'); 
	background-repeat: repeat-x; 
	background-position: top center;
	text-align: center;
}

#footerPush {
	height: 15px;
}