/*
 * Theme Name: LoanShak Theme
 * Theme URI: http://www.mev.com
 * Author: MEV, LLC
 * Description: LoanShak Theme, transferred from TypePad and adopted to WordPress by <a href="http://mev.com">MEV Team</a>
 * Version: 1.0
 */

/* base css */
@import url(http://shakadoo.com/css/typepad.css);

/* user css */
@import url(http://shakadoo.com/css/style.css);

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	background-image:url(http://shakadoo.com/images/bkg/bkg_banner_loan.gif);
	background-position: center top;
	background-repeat:no-repeat;
	color: black;
	line-height: 16px;
	background-color: white;
}

#contentSub {
	width:1000px !important;

}

#copySub {
	width: 490px !important;
}

.footHold {
	width:auto;
}
.navigation {
	padding-top:10px;
	font-size:12px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}

