@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Century Gothic";
	color: #DE1EFF;
	text-decoration: none;
	margin: auto;
	background-image: url(pix/hempbg.jpg);
	background-repeat: repeat;
}
.bodytext {
	color: #DE1EFF;
	text-decoration: none;
	font-size: 25px;
}
#container {
	height: auto;
	width: 760px;
	margin: auto;
	background-image: url(pix/header.png);
	background-repeat: no-repeat;
}
#contentheaderHOME {
	background-image: url(pix/home.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 80px;
	width: 760px;
}
#content {
	background-image: url(pix/bg.png);
	background-repeat: repeat-y;
	margin: auto;
	height: auto;
	width: 760px;
	float: left;
}
#leftcontent {
	height: auto;
	width: 335px;
	float: left;
	padding-left: 20px;
	padding-right: 15px;
}
#rightcontent {
	width: 340px;
	float: left;
	height: auto;
	padding-right: 20px;
	padding-left: 25px;
}
#header {
	margin: auto;
	height: 110px;
	width: 730px;
	padding-right: 30px;
	padding-top: 40px;
}
#contentheaderABOUT {
	background-image: url(pix/about.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 80px;
	width: 760px;
}
#contentfooter {
	background-image: url(pix/footer.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 60px;
	width: 760px;
	float: left;
}
.buttons {
	font-size: 32px;
	color: #DE1EFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.content {
	font-size: 12px;
	color: #828282;
}
.heading {
	font-size: 14px;
	text-transform: uppercase;
	color: #36BB00;
	font-style: normal;
	font-weight: bold;
}
.headingheader {
	font-size: 18px;
	text-transform: uppercase;
	color: #36BB00;
	font-weight: bold;
}
.headingcontent {
	font-size: 16px;
	color: #828282;
}
#info {
	font-size: 9px;
	color: #828282;
	text-decoration: none;
	margin: auto;
	height: 20px;
	width: 740px;
	padding-right: 20px;
	float: left;
}
.browncover {
	color: #CBCD96;
}
.info {
	font-size: 9px;
	color: #333;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}
#under_construction {
	height: 400px;
	width: 800px;
	margin: auto;
	background-image: url(pix/under_constraction.jpg);
}
