/* CSS Document with markup for use on a monitor or flat-screen */
* {
	margin:0;
	padding:0;
}
/* first reset all defaults in diff browsers */
html {
	font-size:125%;
	font-family:Arial, Helvetica, sans-serif;
}
/* the shorthand is 1. font-weight, -style, -variant 2. font-size and 3. font-family */
body {
	font-size:50%;/*	behavior:url("csshover.htc"); => this seems to be an invalid property*/
	background-color:#606060;
}
/* now 1em becomes 10 points so .9em is 9 points */
img {
	border:0;
}
#content {
	background:#ffcc00;
}
.tab {
	margin-left:755px;
}
/* HEADER */
#header {
	width:960px;
	height:235px;
	padding:0 0 20px 0;
}
/* CONTENT */
#wrapper {
	text-align:left;
	padding:0;
	border:0;
	width:960px;
}
#left-a {
	float:left;
	height:400px;
	width:320px;
	background-color:#000;
	margin-left:73px;
}
#left-b {
	float:left;
	width:320px;
	height:400px;
	background-color:#000;
	margin-left:22px;
}
#right {
	float:left;
	width:150px;
	background-color:#ffcc00;
}
#right img {
	margin:30px 0 0 22px;
}
.boxtitle {
	padding-bottom:10px;
	background-color:#ffcc00;
}
.boxcontent {
	padding:10px;
	background-color:#ff0000;
	color:#FF00FF;
}
.center {
	padding:0 0 10px 10px;
}
#fb-box {
	width:280px;
	background-color:#eceff6;
	border:1px solid #94a1c1;
	margin:12px 20px 0 20px;
}
#product-title {
	margin-bottom:-4px;
	padding-top:100px;
	background-color:#ffcc00;
}
#footer {
	background-color:#FFFFFF;
	clear:both;
	padding-top:20px;
}
.shakebox {
	margin:0 0 0 73px;
}
#footer-left {
	float:left;
}
#footer-right {
	width:185px;
	margin-left:680px;
}
#footer-right img {
	margin-bottom:6px;
}
#legal {
	background-color:#606060;
	color:#FFFFFF;
	clear:both;
	font-size:1.1em;
	line-height:4em;
	padding-left:73px;
}
#legal a {
	text-decoration:underline;
	color:#FFFFFF;
}
#legal a:link {
}
#legal a:visited {
}
#legal a:hover {
	text-decoration:none;
}
#legal a:active {
}
#about {
	float:left;
	height:600px;
	width:320px;
	background-color:#000;
	margin-left:73px;
	color:#FFFFFF;
}
#history {
	float:left;
	height:1900px;
	width:341px;
	background-color:#000;
	margin-left:73px;
	color:#FFFFFF;
}
#history-right {
	float:left;
	width:321px;
	height:1870px;
	background-color:#000;
	margin-top:30px;
	color:#FFFFFF;
}
#about-right {
	float:left;
	width:320px;
	height:570px;
	background-color:#000;
	padding-left:22px;
	margin-top:30px;
	color:#FFFFFF;
}
#about-right p, #history-right p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.4em;
	letter-spacing:0.04em;
	padding:10px 30px 20px 0;
}
#about p, #history p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.4em;
	letter-spacing:0.04em;
	padding:10px 30px 20px 20px;
}
#about-right h1, #history-right h1 {
	padding:18px 30px 0 0;
}
#about h1, #history h1 {
	padding:4px 30px 0 20px;
}
#about-right a, #about a, #history-right a, #history a {
	text-decoration:underline;
	color:#ffcc00;
}
#about-right a:link, #about a:link, #history-right a:link, #history a:link {
}
#about-right a:visited, #about a:visited, #history-right a:visited, #history a:visited {
}
#about-right a:hover, #about a:hover, #history-right a:hover, #history a:hover {
	text-decoration:none;
}
#about-right a:active, #about a:active, #history-right a:active, #history a:active {
}
.incontent {
	margin:8px 0 2px 20px;
	border:1px solid #333333
}
.incontent-right {
	margin:8px 0 10px 0;
	border:1px solid #333333
}
.break {
	margin:14px 0 0 0;
}