/* COPYRIGHT INFO 
CSS by Matt Garcia Design Studio / mattgarcia.com
*/

/* COLOUR PALETTE

Rich Red: c0151b
Sunny Yellow: ecd201

*/

/* STARTS HERE */

body { 
	width: 931px;
	margin: auto;
	font: .8em/165% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode";
	color: #000000;
	text-align: left;
	}
		
/* FRAMEWORK */

#container {
	background-color: #ffffff;
	width: 1000px;
	height: 100%;
	padding: 0;
	}

#header {
	margin-top: 20px;
	}
	
#mainimage {
	width: 926px;
	height: 291px;
	}

#nav {
	float: left;
	width: 207px;
	margin-left: 0;
	}
	
#rightside {
	float: right;
	width: 132px;
	margin-right: 120px;
	}

#rightside p {
	margin-bottom: -13px;
	}

#content {
	margin: 0 0 0 207px;
	width: 480px;
	padding: 0 50px 0 30px;
	line-height: 2em;
	}
	
/* TITLES */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #c0151b;
	text-align: left;
	}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	}

h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	display: block;
	padding: 20px;
	background-color: #c0151b;
	margin-bottom: 30px;
	}
	
h4 {
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	display: block;
	padding: 20px;
	background-color: #c0151b;
	margin-bottom: 30px;
	}
	
h4 a:link, h4 a:visited, h4 a:active	{
	font-size: .8em;
	color: #ffffff; 
	font-weight: normal; 
	text-decoration: underline;
	}

h4 a:hover {
	text-decoration: none;
	}

/* LINKS */

a:link, a:visited, a:active	{
	color: #c0151b; 
	font-weight: normal; 
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.footer	{
	font-size: 11px;
	color: #c1c1c1; 
	text-align: center;
	margin: 20px 0 20px 0;
	}

a.footernav:link, a.footernav:visited, a.footernav:active	{
	font-size: 11px;
	color: #c1c1c1; 
	font-weight: normal; 
	text-decoration: none;
	}

a.footernav:hover {
	color: #e75757;
	}

/* ROLLOVERS */

.rollover_home {
	display: block;
	width: 207px;
	height: 34px;
	background: url(../images/nav_home.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_home:link, a.rollover_home:visited, a.rollover_home:active {
	background: url(../images/nav_home.gif) no-repeat;
	}
a.rollover_home:hover {
	background-position: -207px 0;
	}

.rollover_classes {
	display: block;
	width: 207px;
	height: 34px;
	background: url(../images/nav_classes.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_classes:link, a.rollover_classes:visited, a.rollover_classes:active {
	background: url(../images/nav_classes.gif) no-repeat;
	}
a.rollover_classes:hover {
	background-position: -207px 0;
	}

.rollover_times {
	display: block;
	width: 207px;
	height: 34px;
	background: url(../images/nav_times.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_times:link, a.rollover_times:visited, a.rollover_times:active {
	background: url(../images/nav_times.gif) no-repeat;
	}
a.rollover_times:hover {
	background-position: -207px 0;
	}

.rollover_location {
	display: block;
	width: 207px;
	height: 34px;
	background: url(../images/nav_location.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_location:link, a.rollover_location:visited, a.rollover_location:active {
	background: url(../images/nav_location.gif) no-repeat;
	}
a.rollover_location:hover {
	background-position: -207px 0;
	}

.rollover_trainers {
	display: block;
	width: 207px;
	height: 34px;
	background: url(../images/nav_trainers.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_trainers:link, a.rollover_trainers:visited, a.rollover_trainers:active {
	background: url(../images/nav_trainers.gif) no-repeat;
	}
a.rollover_trainers:hover {
	background-position: -207px 0;
	}

.rollover_history {
	display: block;
	width: 207px;
	height: 34px;
	background: url(../images/nav_history.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_history:link, a.rollover_history:visited, a.rollover_history:active {
	background: url(../images/nav_history.gif) no-repeat;
	}
a.rollover_history:hover {
	background-position: -207px 0;
	}

.rollover_images {
	display: block;
	width: 207px;
	height: 34px;
	background: url(../images/nav_images.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_images:link, a.rollover_images:visited, a.rollover_images:active {
	background: url(../images/nav_images.gif) no-repeat;
	}
a.rollover_images:hover {
	background-position: -207px 0;
	}

.rollover_faq {
	display: block;
	width: 207px;
	height: 34px;
	background: url(../images/nav_faq.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_faq:link, a.rollover_faq:visited, a.rollover_faq:active {
	background: url(../images/nav_faq.gif) no-repeat;
	}
a.rollover_faq:hover {
	background-position: -207px 0;
	}

.rollover_articles {
	display: block;
	width: 207px;
	height: 34px;
	background: url(../images/nav_articles.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_articles:link, a.rollover_articles:visited, a.rollover_articles:active {
	background: url(../images/nav_articles.gif) no-repeat;
	}
a.rollover_articles:hover {
	background-position: -207px 0;
	}

.rollover_links {
	display: block;
	width: 207px;
	height: 34px;
	background: url(../images/nav_links.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_links:link, a.rollover_links:visited, a.rollover_links:active {
	background: url(../images/nav_links.gif) no-repeat;
	}
a.rollover_links:hover {
	background-position: -207px 0;
	}
	
/* MISC */

.floatright {
	float: right;
	margin: 20px 20px 20px 20px;
	}

.floatleft {
	float: left;
	margin: 20px 40px 20px 20px;
	}

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}

.strong {
	font-weight: bold;
	}
	
a {
	outline: none;
	}
	
p {
	background-color: #ffffff;
	}

li {
	background-color: #ffffff;
	text-indent: 10pt;
	}

img {
	border:0;
	}

h1 + p {
	font-weight: bold;
	}


