
body {
	background: #8CBD90 url("/img/cannabuds_top.gif") repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
	font-size: 100%;
	padding: 0;
	margin: 0 auto;
	height:100%
}

html {height:100%;} 

.menubar {
	background-image: url(img/cannabuds_menubar.gif);
	padding-top: 5px;
	height: 19px;
	text-align: center;
}

.menubar a {
	padding-left: 15px;
	padding-right: 15px;
}

.maindiv {
	width: 750px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-image: url(img/cannabuds_mainbg.gif);
}

#rightdiv {
	width: 275px;
	float: right;
	text-align: right;
	background-image: url(img/cannabuds_shiplet.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#leftdiv {
	width: 474px;
	float: left;
	text-align: left;
	background-color: #679F6B;
	padding-bottom: 15px;
	padding-top: 12px;
}

#footerdiv {
	width: 740px;
	height: 30px;
	background-color: #6AB1B4;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	text-align: left;
	padding-left: 10px;
	line-height: 150%;
}

.bodytable {
	background-color: #BAFF98;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-image: url(img/cannabuds_block_background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-right: 1px solid black;
	border-left: 1px solid black;
	width: 444px;
}

.bold {
	font-weight: bolder;
}

.normaltext {
	font-size: 82%;
}

.smalltext {
	font-size: 70%;
}

.bigtext {
	font-size: 130%;
}

a {
	color: Black;
	text-decoration: none;
}

a:hover {
	color: #005AFF;
	text-decoration: underline;
}

form {
	background-color:#66CC66;
	border:1px solid black;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:-5px;
	margin-top:-5px;
}

select {
	background-color:#CCFF99;
	border:1px solid black;
	font-size:65%;
}


