/*
 * Derek Clayton
 *   www.DerekClayton.com
 * January 2010
 * (c) Copyright Derek Clayton 2008-2009
 * asapCMS Copyright 2008-2009 Derek Clayton and DerekClayton.com, All rights Reserved.
 * Use of this code, in whole or in part, is expressly forbidden without the prior written permission of DerekClayton.com.
 */

body {
	padding: 5px 10px 10px 10px;
}

/* BLOCKS */
.block_content {
	background: none;
	width: auto;
	min-width: 100%;
	max-width: none;
	min-height: 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	margin-bottom: 15px;
}

.title {
	border-bottom: 1px solid #000088;
}

