/*--------------------------------------------------------

Project:	LCDENY-Total Woman Business Conference
Date:		February 2008
Version:	3.0
Author:		Christopher K Wright
Email:		info@christopherkwright.com
Website:	http://www.christopherkwright.com/
	
*** HOMEPAGE STYLE SHEET ONLY ***

--------------------------------------------------------*/


#homewrapper { 
 	margin: 0 auto;
 	width: 900px;
	height: 324px;
	background: #fff url(../images/home.jpg) top center no-repeat;
}

#home { 
 	width: 515px;
	padding-left: 383px;
	padding-top: 263px;
}


/* Columns -----------------------------------------*/

#colWrapper { 
 	margin: 0 auto;
 	width: 764px;
}


/* Text --------------------------------------------*/

p {
	margin-bottom: 10px;
}
em, i {
	color: #000;
}

h3 {
	font-size: 11px;
	color: #000;
}

strong {
	margin-top: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}


/* Links -------------------------------------------*/

a:link, a:visited {
	font-size: 10px;
	color: #ff0000;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}


/* Miscellaneous ----------------------------------------*/
	
.pik {
	padding: 7px;
	margin-bottom: 10px;
	background: #ccc;
}
.header {
	padding-top: 15px;
}	


