/* michianafil-am.com/followers uniniversal CSS document */

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

body {
	background-color: #9b0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/******************  Links ******************/	

a:link {
	font-family: Arial, Helvetica;
	font-weight: none;
	text-decoration: none;
	font-size: 8pt;
	color: #9b0000
}

a:visited {
	font-family: Arial, Helvetica;
	font weight:none;
	text-decoration: none;
	font-size: 8pt;
	color: #9b0000
}

a:active { 
	color: #9b0000;
	text-decoration: underline;	
}

a:hover {
	text-decoration: underline;
}


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}

/******************  Container ******************/
#container {
	margin: 0 auto;
	padding:0;
	width: 390px;
	position:relative;
}

/******************  Columns ******************/
#col_2 {
	background-color: #FFFFFF;
	float:left;
	width:380px;
	border: 4px;
	border-color: FFCC00;
	border-style: solid;
}

#col_2_left {
	float:left;
	width:103px;
	padding:5px;
	margin-top:17px;
}

#col_2_right {
	float:left;
	width:248px;
	padding:5px;
	border-left: 1px;
	border-left-color: 000;
	border-left-style: dashed;
}

/****************** miscelaneous link settings ******************/
.clearfloats{
	clear:both;
}
