/* Big Iron Drilling Copyright 2005 Cascading Style Sheet */

/* Elements */
body {
	background: #fc0;
	margin: 25px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
}

p,td {
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

a {
	text-decoration: none;
}

a:link {
	color: #ffcc00;
}

a:visited {
	color: #ffcc00;
}

a:hover {
	color: #fc0;
}

a:active {
	color: #fc0;
}

/* Structure */
div#masterwrap {
	position: relative;
	margin: 0px auto;
	max-width: 714px;
	width:expression(document.body.clientWidth > 714? "714px": "auto" );
	text-align: left;
	background: #2d5e7c;

}

#master_Table {
	border: 3px double #778163;
	padding: 4px 4px 4px 4px;
	margin: 15px 15px 15px 15px;
	background-color: #fff;
}

.content_Table {
	width: 670px;
}

#header {
	width: 394px;
	height: 199px;
	background: #fff url(../images/headerbg.jpg) repeat-x; background-position: bottom center;
}

#navigation {
	width: 142px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#dynamic_Image {
	width: 132px;
	height: 199px;
	background-color: #ea241e;
}

#spacer {
	width: 394px;
	height: 22px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #292929;
}

#spacer1 {
	width: 276px;
	height: 22px;
	background-color: #292929;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#caption {
	width: 670px;
	height: 35px;
	background: #fff url(../images/captionbg.jpg) repeat-x;
	border-bottom: 1px solid #fff;
}

#caption p {
	padding: 10px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
}

#content {
	width: 670px;
	padding: 20px 20px 20px 20px;
	background-color: #ea241e;
	background: #fff url(../images/bg.jpg) repeat-y;
}

#footer1L {
	width: 276px;
	height: 20px;
	background-color: #000;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#footer1L p {
	padding: 3px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

#footer1R {
	width: 394px;
	height: 20px;
	background-color: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#footer2 {
	height: 20px;
	background-color: #000;
}

#footer2 p {
	padding: 3px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}