body {
	background:url(images/bg.png) repeat-x;
}

p {
	font-family: Lucida Sans, verdana, arial, helvetica, sans-serif;
	
}

.container{
	width:670px;
}

.header {
	margin-top:50px;
	height:139px;
}

.content {
	background:url(images/content_outline.png) no-repeat;
	height:345px;
}

.content .text {
	width:280px;
	margin: 20px 0 0 30px;
	float:left;
	text-align:left;
	color:#333333;
	font-size:14px;
	line-height:18px;
}

.content .text p {
	color:#333;
	font-size:14px;
	line-height:18px;
}

.content .text p a {
	color:#6DA69F;
}

.content .text p.contact{
	color:#666;
	font-size:12px;
	line-height:14px;
	margin-top:25px;
	padding:10px;
	border:solid 1px #999;
}

.content .text .vcard a {
	float:right;
	color:#6DA69F;
	font-size:10px;
	line-height:14px;
	text-decoration:none;
	margin:15px 5px 0 0;
}

.content .pic {
	width:300px;
	height:200px;
	float:right;
	margin:30px 30px 0 0;
	background:#fdfdfd;
}

.footer {
	text-align:right;
	color:#666;
	font-size:   10px;
}