/* layout.css - www.christianmontoya.com */
/* this is an open source design */

* { padding:0; margin:0; border:none; }

html { font-size:100.01%; }

body { font-size:1em; }

img { border:1px solid #ccc; }

#container {
font-family:Verdana, sans-serif;
position:relative;
width:98%;
max-width:922px;
}

* html #container { width:740px; }

#left { width:35%; float:left; }

#right { width:64%; float:left; margin-left:1px; overflow:hidden; }

#bottom { clear:both; width:98%; }
#bottom { padding:10px; }
#bottom p { padding:0 10px 0 10px; display:inline; border-right:1px dashed #ccc; }
#bottom .lastp {border-right:none;}
#bottom a {color:#000;}

#minheight { width:100%; height:11em; }