body {
	margin: 0px;
	padding: 0px;
	background-color: #DDD2B7;
}

#container {
	position: absolute;
	left: 50%;
	margin: 10px 0px 75px -377px;
	padding: 0px 0px 0px 0px;
	width: 753px;
	height: 603px;
	top: 0px;
	background-color: #FFFFFF;
}


/***************************************************** Home **************************************************/



/* Title */
#title {
	padding: 0px;
	margin: 150px 0px 0px 60px;
	width: 300px;
}
#title h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #993300;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
#title p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}


/* Nav */
#Nav {
	padding: 0px;
	margin: 150px 0px 0px 80px;	
}

#leftColumn_internal #Nav ul{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #993300;
	list-style-type: none;
	padding: 0px;
	margin: 4px 0px 10px 15px;
}


/* Left Column */

#leftColumn {
	background-image: url(../images/home_left.jpg);
	background-repeat: no-repeat;
	height: 603px;
	width: 314px;	
	padding: 0px;
	margin: 0px;
	float: left;
}

/* Right Column */

#rightColumn {
	background-image: url(../images/home_right.jpg);
	background-repeat: no-repeat;
	height: 603px;
	width: 439px;
	padding: 0px;
	margin: 0px;
	float: right;
}

/* Content */
#content {
	width: 320px;
	padding: 0px;
	margin: 90px 0px 0px 70px;
}

#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

#content a{
	color: #993300;
	text-decoration: underline;	
}


#enter {
	padding: 0px;
	margin: 20px 0px 0px 50px;
}

#enter p{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #993300;
}

#enter p a{
	color: #993300;
	text-decoration: none;
}

#enter p a:hover{
	color: #993300;
	text-decoration: underline;
}

/***************************************************** Internal **************************************************/


/* Mast */
#mast {
	padding: 0px;
	margin: 20px 0px 0px 15px;	
}
#mast h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #993300;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
#mast p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}


/* Left Column */

#leftColumn_internal {
	background-image: url(../images/inside_left.jpg);
	background-repeat: no-repeat;
	height: 603px;
	width: 314px;	
	padding: 0px;
	margin: 0px;
	float: left;
}

#leftColumn_internal a{
	color: #993300;
	text-decoration: none;

}

#leftColumn_internal a:hover{
	color: #993300;
	text-decoration: underline;

}

/* Right Column */

#rightColumn_internal {
	background-image: url(../images/inside_right.jpg);
	background-repeat: no-repeat;
	height: 603px;
	width: 439px;
	padding: 0px;
	margin: 0px;
	float: right;
}


/* Content */
#content_internal {
	width: 320px;
	padding: 0px;
	margin: 10px 0px 0px 60px;
}

#content_internal p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

#content_internal a{
	color: #993300;
	text-decoration: underline;	
}

#content_internal td, tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#picture{
	padding: 2px 0px 2px 0px;
	margin: 0px;
	height: 45px;
}
#content_internal .copy{
	padding: 0px;
	margin: 0px 10px 0px 0px;
}

#number {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	padding: 0px;
	margin: 0px 0px 0px 415px;
	position: absolute;
	top: 520px;
}









/* Footer */

#footer {
	
}

/* Disclaimer */

#disclaimer {
	
}

/* Clearfix from positioniseverything.net; http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* Use a break with this class to clear float containers */

.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

/* sIFR al rescante! http://www.mikeindustries.com/sifr/
now with tasty 2.0.2 flava */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
/* you can edit these styles */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}
/* end sIFR goodness */
