/*
	Dark purple: #74306E
	Light purple: #9A5793
	Light gray: #CCC
*/

html, body {
	color: Black;
	font-family: 'Lucida Grande', Helvetica, Verdana, Arial, Sans-Serif;
	font-size: small;
	margin: 0;
	padding: 0;
	background: url(../_gfx/bg.gif) repeat-x #CCC;
}

h1 {
	font-size: 160%;
	text-transform: uppercase;
	font-weight: 100;
	color: #333;
	margin-top: 1.2em;
	padding-top: 0;
	margin-bottom: 0.1em;

}

h2 {
	font-size: 130%;
	font-weight: 100;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid red;
}

h3 {
	font-size: 120%;
	font-weight: lighter;
}

p {
}

a {
	color: #74306E;
	text-decoration: none;
}

a:hover, a:active {
	color: #9A5793;
	text-decoration: underline;
}

.left {
	text-align: left;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

#wrap {
	margin: 30px auto 10px auto;
	width: 600px;
}

/* This is a must for the background color and still have it centered */
#wrapInner {
	background-color: white;
	float: left;
	margin-bottom: 20px;
	width: 600px;
	border-bottom: 5px solid #9A5793;
}

/*
	Header
*/

#logo {
	padding: 20px 50px 0 50px;
	margin-bottom: 10px;
	float: left;
}

/*
	Main Menu
*/

#menuPadding {
	float: left;
	width: 50px;
	border-right: 1px solid white;
	padding: 0.2em 0;
}

#navcontainer ul {
	float: left;
	padding-left: 0;
	margin-left: 0;
	background-color: #74306E;
	color: White;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	
	margin-bottom: 0;
}

#navcontainer ul li {
	display: inline;
	
}

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #74306E;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid white;
}

#navcontainer ul li a:hover, #navcontainer ul #active, #navcontainer ul li #current {
	background-color: #9A5793;
	color: white
}

/*
	Content
*/

#content {
	padding: 0 50px 10px 50px;
	margin-top: 0;
	padding-top: 0;
	float: left;
	width: 500px;
}

.imgTopSpace {
	margin-top: 2em;
}

/* 
	Overrides
*/

/**
 * Adjustment for IE5, the fonts will now be in the same size
 * Check out: http://www.simplebits.com/publications/bulletproof/
 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}

html>body { /* be nice to Opera */
	font-size: small;
}	
