body {
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-size:			medium;
	color:				#666666;
	margin:				0px;
}

h1 {
	font-family:		"Monotype Corsiva","Apple Chancery", cursive;
	font-size:			130%;
	color:				#990066;
}

h2 {
	font-size:			110%;
	color:				#990066;
}

h3 {
	font-size:			100%;
	color:				#990066;
}

hr {
	color:				#666666;
	background-color:	#666666;
	border:				1px solid #666666
}

/*All Pages*/

#allcontent {
	width:				800px;
	padding:			5px;
	
	margin-left:		auto;
	margin-right:		auto;
}

#main {
	margin-left:		155px;
	padding:			0px 5px 5px 5px;
}

#navigation {
	float:				left;
	width:				160px;
	text-align:			left;
}

#navigation ul { 
    margin: 			0; 
    padding: 			5px; 
    list-style-type: 	none; 
    text-align: 		left; 
    line-height:		1.3;
} 

#navigation ul li a { 
    text-decoration: 	none; 
    padding: 			.2em 1em; 
    color:			 	#990066;
} 

#navigation ul li a:hover { 
    color: 				#666666; 
} 

#sidebar {
	float:				right;
	width:				160px;
}	

#header {
	text-align:			right;
}

#footer {
	clear:				both;
	border-top:			2px solid #666666;
	text-align:			center;
	color:				#666666;
	font-size:			80%;
}

/*Artwork Page*/

#artwork {
	margin-left:		155px;
	padding:			0px 5px 5px 5px;
	text-align:			justify;
}
#artwork h1 {
	text-align:			left;
}
#artwork img {
	border:				1px solid #000000;
	text-align:			justify;
}
#pricing {
	margin-left:		155px;
	padding:			0px 5px 5px 5px;
}
#pricing p{
	margin:				0px;
	padding:			0px;
}
#pricing h2{
	font-style:			italic;
	font-size:			110%;
	color:				#666666;
	margin:				0px;
	padding:			0px;
}
#pricing h3{
	font-weight:		bold;
	color:				#666666;
	margin:				0px;
	padding:			0px;
}

/*Apparel*/

#apparel {
	margin-left:		155px;
	text-align:			justify;
}

#apparel p{
	text-align:			center;
}

#apparel img{
	border:				1px solid #000000;
	text-align:			justify;
}

/*Show Schedule*/

#schedule p{
	text-align:			center;
}

#schedule th{
	color:				#000000;
}

/*About*/

.year {
	color:				#990066;
	font-weight:		bold;
}

/*Contact*/

#contact p{
	text-align:			center;
}