@charset "utf-8";

#col1 {
	float:left;
	width:39px;
	height:3800px;
	position:relative;
	
	overflow:hidden;
	background-image:url(../images/border_left.gif);
	background-repeat:repeat-y;
}
#col2 {
	float:left;
	width:250px;
	height:3800px;
	position:relative;
	
	overflow:hidden;
	background:white;
}
#col3 {
	float:left;
	width:467px;
	height:3800px;
	position:relative;
	overflow:hidden;
	background-color:white;
	padding-left:10px;
}
#col4 {
	float:left;
	width:44px;
	height:3800px;
	position:relative;
	
	overflow:hidden;
	background-image:url(../images/border_right.gif);
	background-repeat:repeat-y;
}



/* layout */
#background 
{ 
	background-image:url(../images/bg.gif); 
	background-repeat:repeat-x; 
	background-position:top; 
	background-color: #816d6d;
}

div.container
{
	width:810px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:50px;
}

div.border_top
{
	color:white;
	width:810px; 
	height:44px;
	background-image:url(../images/border_top_new.gif);
	clear:left;
}

div.border_bottom
{
	color:white;
	width:810px;
	height:57px;
	background-image:url(../images/border_bottom_new.gif);
	clear:left;
}

div.border_left
{
	float:left;
	margin:0;
	padding:0em;
	width:44px;
	height:3800px;
	background-image:url(../images/border_left.gif);
}

div.border_right
{	
	clear:left;
	float:left;
	margin-left:756px;
	padding:0em;
	width:44px;
	height:3800px;
	background-image:url(../images/border_right.gif);
}


div.sidebar
{
	float:left;
	background:red;
	width:250px;
	height:3800px;
	margin:0;
}

div.content
{
	float:left;
	width:467px;
	height:3800px;
	background:green;
	margin-left:0px;
	position:relative;
	left:-44px;
}



h1{ 	
    FONT-SIZE: 36px;
	COLOR: #990000;
	FONT-FAMILY: "Arial Black";
	line-height: 1.35em;
	margin-bottom: 34px;
	font-family: Tahoma;
	font-weight: bold;
}

h2{ 	
    FONT-SIZE: 20px;
	COLOR: #990000;
	FONT-FAMILY: "Arial Black";
	line-height: 1.35em;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-weight: bold;
}

.sub-header{
     font: 12pt; 
     COLOR: #990000;
	 text-align:center;
	 font-weight:bold;
	 text-decoration:underline;
}



p { font-family: Arial, Helvetica, sans-serif; font-size: medium; }

ul 
{
list-style-image:url(http://www.millionairemindsetsecrets.com/images/redtick_new.gif);
text-decoration:underline;
}

#list-box{
  width:517px;
  margin-left: 0.25px;
  font: 14pt; 
  font-family: Arial, Helvetica, sans-serif;
}

.dashed-box{
	background-color:#fff0f0;
    width:430px;
    font: 14pt; 
	font-family: Arial, Helvetica, sans-serif;
	border-style: dashed; 
	border-width: 3px;
	padding:9px;
	border-color:#990000;
}

.footer-grey {
	color: #393535;
	font-size: x-small ;
	text-align:center; 
}
a:link {color:#393535}
a:visited {color:#393535}

	
.secret_heading{
     font: 20pt; 
     COLOR: #990000;
	 font-weight: bold;
	 font-family: Arial, Helvetica, sans-serif;
}	


.header-grey {
	position:relative;
	top:50px;
	color: #ffffff;
	font-size: x-small ;
	text-align:center;
}

.yellow_background{
	background-color:yellow;
}

.dashed_signup
{
	background-color:#ffffff;
  	width:235px;
    font: 14pt; 
	font-family: Arial, Helvetica, sans-serif;
	border-style: dashed; 
	border-width: 3px;

}

.submit_style
{
	font-variant:normal; font-weight:bold; height:30;
        font-size:10pt;
}

#submit_lable
{
	margin-left:50px;
	float:left;
	font-size:18px;
	text-align:left;
	width:200px;
}

#submit_input
{
	float:left;
	text-align:left;
}

}  