/* CSS Document */

/************************************************************************

	Site:		BuildABusinessInADay.com

	Author:		eROI		[www.eroi.com]  

	Client:		Starve-Ups		[http://www.starveups.com/starveups/]

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Main Content
	4 - Sub Navigation
	5 - Left Navigation
	6 - Footer Navigation
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body {
	background: #000;
	font: 67%/1.6em Arial, Helvetica, Verdana, sans-serif;
	color: #838282;
	text-align: left;
}

html, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td { 
	margin: 0; 
	padding: 0; 
}

a {
	text-decoration	: none;
	color: #838282;
}

a:hover {
	text-decoration	: underline;
}

a img {
	border: none;
}

.clearer {
	clear: both;
	line-height: 0;
}

.disappear {
	display: block;
	margin-left: -9999px;
}

p {
	padding-bottom: 1.4em;
}

/***********************************************************************
	2 - STRUCTURE/LAYOUT STYLES
************************************************************************/

div#container {
	width: 400px;
	padding: 20px 50px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}