@charset "UTF-8";
body {
	background-color:#000000;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	height:100%;
	margin-bottom:1px;
	color:#888888;
}
html {
	height:100%;
	margin-bottom:1px;
}

/*main construction elements*/
#container { /*contains every page element*/
	margin-left: auto;
	margin-right:auto;
	height:100%;
	min-height: 100%;
	width: 800px;
	position: relative;
	z-index:20;
}
/*contains all banner elemnts*/
#banner {
	height:150px;
	width:800px;
	margin-bottom:20px;
	border-bottom:dotted;
	border-bottom-color:#00DEFF;
	border-bottom-width:thin;
}
#mrp_header {
	width:575px;
	height:120px;
	position:absolute;
	left:0px;
	top:30px;
}
#navlinksbox {
	width:620px;
	height:50px;
	position:absolute;
	left:0px;
	top:115px;
}
#headart {
	width:200px;
	height:150px;
	position:absolute;
	right:0px;	
}

#maincontent { /*all editorial content goes in this - banner and footer outside of it*/
	width:800px;
	height:auto;
	margin-bottom:100px;
}

/*home page elements*/
#left580 {
	width:580px;
	height:auto;
	float:left;
	margin-bottom:20px;
}
#right200 {
	width:200px;
	height:auto;
	float:right;
	
}
#right200y {
	width:180px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	float:right;
	background-color:#F0FF00;
}

/*main column elements to divide page*/
#top800 {
	width:800px;
	height:auto;
	margin-bottom:10px;
	border:dotted;
	border-color:#00DEFF;
	border-width:thin;
}
#left_large {
	width:480px;
	height:auto;
	float:left;
}
#right_small {
	width:300px;
	height:auto;
	float:right;
}

#left500 {
	width:500px;
	height:auto;
	float:left;
}
#right280 {
	width:280px;
	height:auto;
	float:right;
}

/**/
.box_rule {
	height:auto;
	width:100%;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:dotted;
	border-bottom-color:#00DEFF;
	border-bottom-width:thin;
}

/**/
#flashbtn_150 {
	width:150px;
	height:150px;
	position:absolute;
	top:300px;
	left:10px;
	z-index:501;
}
#base_btn {
	width:100px;
	height:100px;
	position:absolute;
	bottom:0px;
	left:10px;
	z-index:505;
	background-color:#FF0000;
}

/*boxout styles*/
.boxout_clear {
	width:100%;
	height:auto;
	border-style:dotted;
	border-width:thin;
	border-color:#00DEFF;
	margin-bottom:20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pic {
	margin-top:25px;
	margin-bottom:10px;
}
