* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-color:  white;	
	min-width: 1024px;
	font-size: .8em;
	height: 100%;
	padding: 0;
}

#menubox{
	position: relative;
	top: -254px; 
	left: 250px;
}
#menubox a{
	font-size:12px;
	font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;
	color: yellow;
	text-decoration: none;
}
#menubox a:hover{
	text-decoration: underline;
}

#footer {
	position: relative;
	text-align: center;
	clear: both;
	top:-930px;
}
#prod_carousel{
	position: relative;
	top:-50px;
	left:-105px;
}
#holder {
	position: absolute;
	top:0px;
	left:0px;
	width: 1024px;
	height:768px;
	text-align: left;
}
#companyinfo{
	color:white;
	font-family:arial;
	left:-212px;
	position:relative;
	text-align:right;
	top:-275px;
	
}

#companyinfo a{
	color:yellow;
}

#starburst{
	position: relative;
	top:-140px;
	left:870px;
	height:135px;
	width:152px;

}

#admin {
	position: relative;
	text-align: center;
	top: 50px;
	margin: 0 auto;
	font-size: .8em;
	font-family: Helvetica;
	color : black;
/* 	background-color: white; */
}

#admin td {
	text-align: center;
	font-size: .6em;
	width:50px;
}

#help {
	position: relative;
	top: 50px;
	margin: 0 auto;
	font-size: 1.2em;
	font-family: Helvetica;
	color : black;
	background-color: #EEEEEE;
	width: 800px;
}

#logo {
	position:relative;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 148px;
	width:1024px;
	top:0px;
	left:0px;
	z-index:-1;
}

#content {
	position: relative;
	top: -235px;
	left: 50px;
	background-image: url(../images/mc-bg.png);
	background-repeat: no-repeat;
	height:594px;
	width:820px;;

}
#newsarticle{
	position: relative;
	top: 15px;
	left: 0px;
	margin: 0 auto;
	font-size: 1.2em;
	font-family: Helvetica;
	color : black;
	height: 544px;
	width : 719px;
	overflow:auto;
}
#content2 {
	position: relative;
	top: -235px;
	left: 20px;
	background-image: url(../images/mc2-bg.png);
	background-repeat: no-repeat;
	height:667px;
	width:1150px;

}
#newsarticle2{
	position: relative;
	top: 15px;
	left: 0px;
	margin: 0 auto;
	font-size: 1.2em;
	font-family: Helvetica;
	color : black;
	height: 544px;
	width : 1085px;
	overflow:auto;
}

#dashytable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

#paws {
	position:relative;
	background-image: url(../images/paws.png);
	background-repeat: no-repeat;
	height: 737px;
	width:719px;
	z-index: -1;
	top:-960px;
	left:210px;
}

#menu {
	position: relative; 
	top: -256px; 
	left: 35px;
}

