body {
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	letter-spacing: normal;
}
h1 {
	color:#FFCC00;
	font-size: medium;
	font-weight: 600;
}
a:link {
	color:#000000;
	text-decoration: underline;
}
a:visited {
	color:#cccccc;
	text-decoration: none;
}
a:hover {
	color:#FF6600;
	text-decoration: none;
}
li {
	list-style-type: none;
	color:#FF6600;
}
#container {
	background: #FFFFFF;
	width: 700px;
	margin-left: auto;
	margin-right: auto;	
}
#header {
	background: #FFFFFF;
	width: 675px;
	padding-top: 0px;
	padding-bottom: 15px;
}
#header li{
	list-style-type: none;
	display: inline;
	text-decoration: none;
	font-size: 1.2em;
	padding-right: 17px;
	overflow: hidden;
}
#header a:link {
	color: #000000;
	text-decoration: none;
}
#header a:visited {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#store {
	float: right;
	background: #FFFFFF;
	width: 200px;
}
.contentconstrained {
	padding-right: 275px;
}
#footer {
	padding-top: 25px;
	clear: both;
}
hr{
	color: #CCCCCC;
	height: 2px;
}
#video {
	clear: left;
}
#video img{
	float: left;
	padding-right: 20px;
}
blockquote {
	color:#686666;
	font-size: .9em;
}
