/* Ink Marketing - Home stylesheet */

/* Colours:

	#7AC448 - BG Green
	#62A635 - Menu Green
	#000 - Text

*/

/* ---- CUSTOM STYLES ---- */

/* Page layout */

#tagline {
	margin-left: 23px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 18px;
	color: #CC0000;
	width: 145px;
}
#page {
	margin: 193px 0 0 79px;
}
#content {

}
#right-col {
	
}
#right-col p {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}
#right-col li {
	text-align: left;
}
#articles {
	width: 172px;
	margin-left: 19px;
	font-size: 12px;
}
#home-tip {
	position: absolute;
	top: 482px;
	left: 45px;
	width: 215px;
	height: 126px;
	background-image: url(../images/Home-Tips-BG.gif);
	background-repeat: no-repeat;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
#home-tip p {
	line-height: 1.5em;
	font-style: italic;
	margin: 38px 30px 0 38px;
}
#home-tip strong {
	font-weight: bold;
	color: #CC0000;
	font-size: 12px;
}


/* Boxes, text styles, etc */

#content ul {
	margin: 0;
}
#content h2 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

