/*YAHOO! RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,em,strong,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*
MAIN STRUCTURE
---------------------------------------------------------------------------------------------------------------- */
html{
	font-size:16px;
	height:101%;
}
body{
	font-size:62.5%;
	font-family:Verdana, Arial, sans-serif;
}
#wrapper{
	width:94em;
	margin:0 auto;
	padding-bottom:1.8em;
}
/*
TYPOGRAPHY
---------------------------------------------------------------------------------------------------------------- */
h1{
	font-family:Georgia, "Times New Roman", serif;
	font-size:2.8em;
	line-height:2.5em;
	display:block;
	font-variant:small-caps;
}
h2{
	font-family:Georgia, "Times New Roman", serif;
	font-size:1.8em;
	line-height:1em;
	margin-bottom:1em;
	color:#666;
}
pre{
	font-size:1.2em;
	overflow:auto;
	margin-bottom:1.5em;
	padding:1em;
	background:#f5f5f5;
	border:1px solid #e4e4e4;
	clear:both;
}
pre strong{
	font-weight:bold;
}
abbr{
	border-bottom:1px dotted #000;
	border-bottom-color:inherit;
	cursor:help;
}
p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
p em{
	font-style:italic;
}
p strong{
	font-weight:bold;
}
p a{
	color:#666;
}
p a:hover{
	text-decoration:none;
}

div#unfixed{
	border:1px solid lime;
	margin-bottom:1.8em;
}
div#fixed{
	border:1px solid lime;
	margin-bottom:1.8em;
	width:100%;
	overflow:hidden;
}
.leftCol{
	width:45%;
	float:left;
	border:1px solid blue;
}
.rightCol{
	width:45%;
	float:right;
	border:1px solid red;
}