h1 {
	color: #fff415;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 42px;
	margin-bottom: 12px;
}

h2 {
	color: #ff66ff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 6px;
}

h3 {
	color: #ff66ff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 24px;
}

p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
}

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

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

body {
	background: url(../images/background.gif) #993399 repeat-x top left;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*****************************
* Layout
*****************************/

#container {
	margin: 0 auto;
	width: 750px;
}

#header {
	float: left;
	height: 120px;
	width: 750px;
}

#page {
	background: url(../images/sidebar-background.gif) repeat-y left top;
	float: left;
	width: 750px;
}

#sidebar {
	padding-right: 554px;
}

#content {
	float: right;
	padding: 20px 0;
	width: 540px;
}

#footer {
	background: #cc33cc;
	border-top: 1px solid #660066;
	border-bottom: 1px solid #660066;
	float: left;
	height: 75px;
	margin-bottom: 20px;
	padding: 20px 0;
	position: relative;
	width: 750px;
}

/*****************************
* Header
*****************************/

#site-title {
	background: url(../images/logo.gif) no-repeat;
	float: left;
	height: 120px;
	overflow: hidden;
	text-indent: -5000px;
	width: 196px;
}

#site-title a {
	display: block;
	height: 100%;
	width: 100%;
}

#site-description {
	background: url(../images/icons.gif) no-repeat;
	height: 120px;
	overflow: hidden;
	text-indent: -5000px;
	width: 313px;
}

#site-subtitle {
	background: url(../images/tagline.gif) no-repeat;
	float: right;
	height: 120px;
	overflow: hidden;
	text-indent: -5000px;
	width: 185px;
}

/*****************************
* Navigation
*****************************/

#primary-navigation {
	background: url(../images/confetti.gif) no-repeat bottom left;
	float: left;
	height: 669px;
	list-style: none;
	width: 196px;
}

#primary-navigation li {
	width: 196px;
}

#primary-navigation li a {
	display: block;
	height: 30px;
	overflow: hidden;
	text-indent: -5000px;
	width: 196px;
}

#primary-navigation li.home a { background: url(../images/nav-home.gif) no-repeat; }
#primary-navigation li.products a { background: url(../images/nav-products.gif) no-repeat; }
#primary-navigation li.packages a { background: url(../images/nav-packages.gif) no-repeat; }
#primary-navigation li.training a { background: url(../images/nav-training.gif) no-repeat; }
#primary-navigation li.character a { background: url(../images/nav-character.gif) no-repeat; }
#primary-navigation li.news a { background: url(../images/nav-news.gif) no-repeat; }
#primary-navigation li.grants a { background: url(../images/nav-grants.gif) no-repeat; }
#primary-navigation li.ordering a { background: url(../images/nav-ordering.gif) no-repeat; }
#primary-navigation li.forms a { background: url(../images/nav-forms.gif) no-repeat; }
#primary-navigation li.clearance a { background: url(../images/nav-clearance.gif) no-repeat; }
#primary-navigation li.employment a { background: url(../images/nav-employment.gif) no-repeat; }
#primary-navigation li.about a { background: url(../images/nav-about.gif) no-repeat; }
#primary-navigation li.contact a { background: url(../images/nav-contact.gif) no-repeat; }
#primary-navigation li.videos a { background: url(../images/nav-videos.gif) no-repeat; }

#primary-navigation li a:hover {
	background-position: 0 -30px;
}

/*****************************
* Category Boxes
*****************************/

#category-boxes {
	float: left;
	margin: 0 0 0 -4px;
	width: 540px;
}

#category-boxes .item {
	background: url(../images/category-box-2.gif) no-repeat;
	float: left;
	height: 165px;
	margin: 3px;
	width: 128px;
}

#category-boxes .image {
	height: 112px;
	margin: 8px auto 0 auto;
	text-align: center;
	width: 112px;
}

#category-boxes .label {
	padding: 0 8px;
	text-align: center;
}

#category-boxes .label a {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
}

#category-boxes .box-1, #category-boxes .box-2,
#category-boxes .box-3, #category-boxes .box-4 { background: url(../images/category-box-1.gif) no-repeat; }

/*****************************
* Secondary Navigation
*****************************/

#secondary-navigation {
	margin: 0 auto 20px auto;
	text-align: center;
	width: 650px;
}

#secondary-navigation li {
	display: inline;
	line-height: 18px;
	margin: 0 6px;
}

#secondary-navigation li a {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
}

/*****************************
* Copyright
*****************************/

#copyright {
	bottom: 20px;
	color: #d9a6da;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	left: 10px;
	position: absolute;
}

/*****************************
* Developer
*****************************/

#developer {
	bottom: 20px;
	color: #d9a6da;
	float: right;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	position: absolute;
	right: 10px;
}

#developer a {
	color: #ffffff;
}