/********************************************



   AUTHOR:  			Annie Alpert 



   WEBSITE:   			http://www.robopug.com/            



   HTML ELEMENTS



********************************************/ 



/* Top Elements Global whitesapce reset */

* {
	margin: 0;
	padding: 0;
	border: 0;
	
}
body {
	background-repeat: repeat;
	text-align: center;
	width: 100%;
	background-image: url(/images/backgroundfill.gif);

}

#wrap {
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	width: 800px;
	background-color:#000000;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}
#mainbody {
	border:0;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 5px;
	right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.5em;
	font-variant: normal;
}
	

#header {
	height: 115px;
	width: 800px;
	border: 0;

}

.colorbar {
	background-image: url(images/robopug_bar.gif);
	background-repeat: repeat-x;
	height: 11px;
	width: 800px;
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: medium;
	border-top-style: ridge;
	border-top-color: #999999;

}

.tablebody {
	background-color: #000000;
	width: 768px;
	text-align: center;
	height: 450px;

}

h1 {
	font-size: 160%;
	font-weight: normal;
	color: #FFFFFF;
}



h2 {
	font-size: 135%;
	/* text-transform: uppercase; */
	color: #BFD305;
}

h3 {
	font-size: 115%;
	color:#CCCCCC	

}

h1, h2, h3, p {

	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;


}


/* footer*/



#footer {
	clear: both;
	width: 800px;
	color: #CCCCCC;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	font-size: xx-small;
	background-color: #AA002B;
	border-top-width: thick;
	border-top-style: dotted;
	border-top-color: #999999;
	float: left;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
