
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img {
	
	border: 0;
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset IE page zoom */
div {
	zoom: 1;
}
/* remove dotted border */
a:active, a:focus { 
	outline: none; 
}




/* General
+-------------------------------------------*/
	/* Basic Tags
	+---------------------------------------*/
	
* {
}
html {
}
body {
	font-family: 'Droid Sans', arial, serif;
}
span, p, blockquote, li {
	font-family: 'Droid Sans', arial, serif;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 22px;
}
em {
	font-style: italic;
}

span {
}
small {
	font-size: 10px;
	line-height: 16px;
}
strong {
	font-weight: bold;
}
q {
}
blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, 
ins, kbd, s, samp, small, strike, strong, sub, sup, tt, var, caption {
}


sub { 
	vertical-align: sub 
}
sup { 
	vertical-align: super 
}
	sub, sup {
		font-size: 12px;
		line-height: inherit;
		text-transform: inherit;
	}
blockquote {
	padding:4px;
	margin-left:10px;
	background: url('http://www.yourcoach.com/media/1039/website/yourcoach/quote.png') no-repeat;
	background-position: 0 0;
	color: #555;
	
	}


	/* Headings
	+---------------------------------------*/
	
h1,h2,h3,h4,h5,h6 {
	font-family: 'Molengo', arial, serif;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 10px;
}
	h1 {
		font-size: 24px;
		clear:none;
	}
	h2 {
		font-size: 19px;
	}
	h3 {
		font-size: 16px;
		font-weight: 900;
	}
	h4 {
		font-size: 14px;
		font-weight: 900;
		text-transform: none;
		text-align: left;
	}
	h5 {
		font-size: 14px;
		font-weight: bold;
		font-style: none;
		text-transform: none;
		text-align: left;
		color:#555;
		text-decoration: none;
	}
	h6 {
		font-size: 12px;
		font-weight: bold;
		font-style: normal;
		letter-spacing: normal;
		text-transform: uppercase;
		text-align: left;
		text-decoration: none;
	}
		
	/* Anchors (Links)
	+---------------------------------------*/
	

	
	
#area2
{ float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	margin:0px 0 0 100px;
	vertical-align: top;

}

#area1
{ width: 540px;
float: left;
	vertical-align: top;
	zoom: 1;
	height: 100%;
	margin:0px;
	padding: 0px 0;
}


.page {

	width: 600px;
	height: 100%;
	padding-right:20px;

	}

.sidebar {

	width: 250px;
	height: 100%;
	border-left: 1px solid #D2D2D2;
	padding-left:19px;
	margin-top:30px;
	padding-right:20px;

	}


.clearfloat { 
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}	
	