/*
Theme Name:     Twenty Ten Child
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Ten theme 
Author:         Your name here
Author URI:     http: //example.com/about/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

#intro {
	float:left;
	width: 75%;
	}
	
#intro img {
	float:right;
	margin:3px;
	border: 1px solid #000;
	}
	
#intro p {
	font-family:"Trebuchet MS","Myriad Web",Tahoma,Geneva,Helvetica,Arial,sans-serif;
	font-size:14px;
	color:black;
	}
	
#intro p b {
	font-size:18px;
	}
	
body {
	font-family:"Trebuchet MS","Myriad Web",Tahoma,Geneva,Helvetica,Arial,sans-serif;
	font-size:14px;
	}

#content h2,p {
	font-family:"Trebuchet MS","Myriad Web",Tahoma,Geneva,Helvetica,Arial,sans-serif;
	font-size:14px;
	}

.widget-area {
	background:#f5f5f5;
	border: 1px solid #000;
	padding:1px;
	}
