@charset "UTF-8";

/* 	######################################## 

	learntoquestion.com
	Version 3 minimalist layout CSS

	css/layout.css
	Created By: Julie Ng
	Last modified: June 20, 2007

   	######################################## */

#w-800 {
	width: 780px;
	margin: 10px auto;
}


body {
	padding: 0;
	margin: 0;
	background: #fff none;

	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}


.left {
	float: left;
}

.right {
	float: right;

}







body p {
	font-size: .75em;
	line-height: 2em;
}



a.pimg:link, a.pimg:visited, a.pimg:hover, a.pimg:active {
	text-decoration: none;
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;

}

.center {
	display: block;
	margin: 0 auto;
	
}

.clearB, .clear {
	clear: both;
}





h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h1 {
	font: normal 3em "Trebuchet MS", Arial, sans-serif;
	margin-top: 10px;
	color: #ccc;
}

h3 {
	font: normal 1em "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 0;
}

#content h3 {
	color: #333;
	font-size: .9em;
}


h4 {
	font: normal 1.1em "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 0;
}





#breadcrumb {
	vertical-align: bottom;
	padding-top: 10px;
	margin: 0;
	margin-right: 25px;
	text-align: right;

}

#breadcrumb h1 {
	font-size: 2em;
}



#breadcrumb h1, #breadcrumb h2, #breadcrumb h3 {
	display: inline;
	margin-right: 5px;
}


#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active {		
	text-decoration: underline;
}

#breadcrumb h1, #breadcrumb h2, #breadcrumb h3 {								
	letter-spacing: -1px;
	font-weight: normal;
}



#footer {
	font-size: .6em;
	color: #999;
	
	height: 4em;
	margin: 25px 0;
	
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	
}
#footer span {
	margin-top: 1.4em;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	float: left;
}

#footer a {
	color: #999;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

/* ###### general fluid 3 column layout ##### */

.col-3 {
	margin-top: 15px;
}

.col-3 div {
	width:33%;
	float: left;
}

.col-3 div#mid {
	width: 34%;
	
}

.col-3 p {
	padding: 0 25px 10px 0;
	color: #555;
}





#content img {
	padding: 10px;
	
}








