body {
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #CC9900;
	background-color: #CCCCCC;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-y;
	background-position: center;
	/*background: url(file:///C|/Users/visibel/Documents/MAYNARD%20MALONE/Toy%20fair/www/images/big_bg.gif) repeat-y center;*/
}
H1, H2 {
	font-size: 12px;
	/*	color: #696969; */
	color: #67C6E2;
	font-weight:bold;
	margin-bottom: 0px;
}

H2 {
	color: #A7A210;
	margin-top: 0px;
	font-size: 14px;
}

#header {
	margin: auto;
	/*	background: white url(../images/bg_border.gif) repeat-y;  */
	width: 757px;
	height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: repeat-y;
	background-position: center;
}
#content {
	margin: auto;
	text-align: left;
	width: 757px;
	height: auto;
	font-family:"verdana", Courier, monospace;
	color: #84c341;
	font-size: 12px;
	/*background-image: url(../images/interzone_bg.jpg);*/
	background-repeat: repeat-y;
	background-position: center;
	clear: none;
	float: none;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	/*border-right-style: solid;*/
	/*border-right-color: #EF3D42;	*/
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #67C6E2;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #67C6E2;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #166176;
	text-decoration: none;
}

#picture_right {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 24px;
}
#pictureborder {
	border: 1px solid #333333;
}

#bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	float: none;
	width: 670px;
	background-position: center;
	padding: 40px;
}
ul {
	margin: 0px;
	list-style: none;
	padding-top: 0px;
	padding-left: 10px;
	line-height: 15px;
}
li {
	padding-left: 14px;
	background: url(file:///C|/Users/visibel/Documents/MAYNARD%20MALONE/Toy%20fair/www/images/bullet_point.gif) no-repeat;
}
#picture_left {
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
