*, html, body {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 14px;
	color: black;
}

.blue {
	color: #02A9E0;
}

.centerbox {
	width: 800px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
}

.logo {
#	width: 353px;
	width: 735px;
#	height: 123px;
	height: 256px;
	margin: 0px auto 30px auto;
	background-image: url(../GRAPHICS/logodesignersinc.jpg);
}

.menu {
	width: 150px;
	float: left;
}

.menu a {
	font-family:  "courier new", courier, serif;
	display: block;
	width: 90%;
	padding-left: 10%;

	line-height: 40px;	
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.menu a.active {
	background-color: #C1E9FA;
}

.menu a.submenu {
	width: 75%;
	padding-left: 25%;
}

.content {
	width: 620px;
	padding-left: 30px;
	margin-left: 150px;
}
