/* CSS Document */

/*
-----------------------------------------------
MACRO STYLE SHEET (author-bio-structure.css)

Site: www.SalasGift.com
Company:  AuthorsOnTheWeb.com
Author:   Eric P Rhodes (eric@bookreporter.com)
Version:  31 October 2006
File Path: ../css/autor-bio-structure.css
----------------------------------------------- */

	
/* = Micro Structure - #subcol
------------------------------------------*/
	
#subcol { 
	width: 450px;
	}

#subcol_header {
	width: 450px;
	padding-top: 20px;
	}
	
#subcol_content {
	width: 431px;
	padding-right: 2px;
	padding-left: 17px;
	}

#subcol_footer {
	width: 450px;
	}

#sc2 {
   height: 800px;
  	}


/* = Micro Structure - #subcol
------------------------------------------*/
	
#maincol { 
	width: 300px;
	}

#maincol_header {
	width: 300px;
	height: 44px;
	padding-top: 20px;
	}
	
#maincol_content {
	width: 265px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 25px;
	}

#maincol_footer {
	width: 300px;
	}

#mc2 {
    height: 800px
  	}


/* =Subnav
------------------------------------------*/

#subnav {
	width: 450px;
	float: left;
	}


#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#subnav li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	}

#subnav a {
	border-width: 0;
	padding: 0;
	margin: 0;
	}

#subnav_barA { 
	width: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
	}



	




