body {
	font-family: "Century Gothic", "Helvetica Neue Light", Helvetica;
	font-size: 100%;
	background-color: #272727;
}
* {
	margin: 0px;
	padding: 0px;
}

p, li {
	color: #FFFFFF;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.4em;
}

h1 {
	color: #FFF;
	font-size: 1.2em;
	margin-bottom: 1em;
	font-variant: small-caps;
}

h2, h3, h4, h5, h6 {
	font-size: 1.2em;
	font-weight: normal;
	color: #CCC;
	padding-top: 0.8em;
	padding-bottom: 0.2em;
}

a {
   outline: none;
}

a:link, a:active {
	text-decoration: underline;
	color: #CCFF00;
}
a:visited {
	color: #CCFF00;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CCFF00;
}

#background {
	background-repeat: repeat-x;
	height: 514px;
	background-image: url(images/gradient.png);
}

#wrapper {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

#navbar {
	background-image: url(images/navbackground.png);
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-left: 60px;
	height: 137px;
}
#navbar ul {
	list-style: none;
}
#navbar ul li {
	float: left;
}
#navbar ul a {
	display: block;
	text-decoration: none;
	color: #666666;
	font-size: 18px;
	padding-bottom: 0;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 58px;
}
#navbar ul a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CCFF00;
}


#home #navbar .home a,
#purchase #navbar .purchase a,
#classes #navbar .classes a,
#about #navbar .about a,
#contact #navbar .contact a,
#blog #navbar .blog a  {
	color: #FFFFFF;
	font-weight: bold;
}


#content {
	height: 377px;
	background-image: url(images/VC.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#images {
	padding-top: 58px;
	padding-left: 212px;
	background-image: url(images/home2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#purchase ul {
	list-style-position: outside;
}

#purchase #text {
	padding-top: 100px;
	padding-right: 250px;
	padding-left: 270px;
	list-style-position: inside;
}

#classes #text {
	padding-top: 100px;
	padding-right: 260px;
	padding-left: 260px;
}

#about #text {
	padding-top: 75px;
	padding-right: 260px;
	padding-left: 260px;
}

#contact #text {
	padding-top: 120px;
	padding-left: 500px;
}

#contact #text p {
	line-height: 1.6em;
}


#footer {
	font-size: 0.7em;
	clear: both;
	margin-top: -40px;
	line-height: 0.1em;
}

#footer p {
	text-align: center;
	color: #666666;
	padding: 0px;
}
#footer a {
	text-decoration: none;
}

.orangefont {
	color: #FF9900;
}

.greenfont {
	color: #99CC00;
}

