/*
Copyright 2005 perige.com. All Rights Reserved.
Author: matt garner, russ roberts
------------------------------------------------------
General Elements
Page Structure
Navigation
Flash Placement
Typography
Links
Images
Forms
------------------------------------------------------ */

/* GENERAL ELEMENTS - Parents. */
html,body {
	background: url(../images/bkrdRepeat.gif);
}
html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset {
	margin: 0;
	padding: 0;
}
/* PAGE STRUCTURE - Framework. */
#container {
	margin: 20px auto 2px auto;
	background: #369;
	width: 800px;
	padding: 6px;
}
/* NAVIGATION - Main level, sub level and footer navigation. */


/* FLASH PLACEMENT - Containers, no flash styles. */
#flashVersionCheck {
	text-align: center;
	color: #ccc;
	font: 11px tahoma, arial narrow, helvetica, sans-serif;
}
#flashVersionCheck a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#flashVersionCheck a:hover {
	border-bottom: none;
}
#flashMovie {
	width: 800px;
	background: #369;
}
/* TYPOGRAPHY - Type and spacing. */


/* LINKS - Appearance of internal & external links. */


/* IMAGES - Visuals, thumbs, dividers. */


/* FORMS - text, fields, inputs. */