html, body {
	margin: 0px auto;
	height:100%; /* needed for container min-height */
}
body {
	text-align: center;
	font-size: 65%;
	background-color: #CCCCCC;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3,p {
	font-family: Arial, Helvetica, sans-serif;
}

/* LAYOUT :: SHELL */
#shell {
	width: 768px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCC99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 9px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccc99;
	border-right-color: #cccc99;
	border-bottom-color: #cc9900;
	border-left-color: #cccc99;
}

/* LAYOUT :: MASTHEAD */
#mastHead {
	width: 768px;
	background-image: url(img/masthead_bg.jpg);
	background-repeat: repeat-x;
	height: 155px;
	overflow: hidden;
}
/* MASTHEAD :: MAINMENU */
#mastHead #mainMenu {
	width: 200px;
	height: 58px;
	float: right;
	margin-top: 91px;
	list-style: none;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 285px;
}
#mastHead #mainMenu li {
	width: 99px;
	height: 33px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5B548;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

#mastHead #mainMenu li a {
	line-height: 33px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
	background-color: #CC9900;
}
#mastHead #mainMenu li a:hover {
	background-color: #333333;
	color: #CC9900;
}

/* MASTHEAD :: BRANDBOX */
#mastHead #brandBox {
	width: 283px;
	background-image: url(img/brandbox_bg.jpg);
	height: 155px;
	float: right;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
	text-indent: -1000px;
}

/* LAYOUT :: MAINCONTENT */
#mainContent {
	width: 768px;
	overflow: hidden;
}

/* LAYOUT :: FOOTER */
#footer {
	width: 768px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/* MAINCONTENT :: COLUMNS */
#mainContent #leftCol, 
#mainContent #rightCol {
	padding-top: 5px;
	padding-bottom: 20px;
	float: left;
	text-align: left;
}
#mainContent #leftCol {
	width: 350px;
	padding-left: 20px;
	padding-right: 14px;
}
#mainContent #rightCol {
	width: 350px;
	padding-right: 20px;
	padding-left: 14px;
}
/* MAINCONTENT :: ELEMENTS :: HIGHLIGHTBOX */
#mainContent #rightCol .highlightBox {
	width: 255px;
	background-color: #D5B548;
	padding: 10px;
	border: 10px solid #CC9900;
	margin-left: 55px;
}
#mainContent #rightCol .highlightBox h2 {
	font-size: 1.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent #rightCol .highlightBox p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0px;
}
/* MAINCONTENT :: ELEMENTS :: IMAGES */
#mainContent #rightCol img {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CCCC99;
}
#mainContent #rightCol img.small {
	margin-left: 55px;
	display: block;
}
/* MAINCONTENT :: ELEMENTS :: TEXT */
#mainContent h1 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent h2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#mainContent p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 10px;
}
#mainContent ul {
	list-style-type: disc;
	padding: 0px;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}
#mainContent li {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
a {
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC9900;
}
/* MAINCONTENT :: ELEMENTS :: TEXT */
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: right;
}
