/*	-------------------------------------------------------------
	investorsuperconference.com, 2-Col Fixed Layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	.autor         Ryan Yu
	.email         ryan@killerdesign.com
	.version       1.0
	.url           investorsuperconference.com/
	.timestamp     05/05/2008 .. 05/05/2008
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	FR, Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. BODY LAYOUT
	2. MARGIN & PADDING STYLE
	3. FONT
	4. FONT CLASSES
	5. IMAGE STYLE
*/



/*	-------------------------------------------------------------
	1. BODY LAYOUT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body {
	font-family:Arial, Helvetica, sans-serif;
}

#header {
	background:url(images-isc/header_bg.jpg);
	width:100%;
	height:114px;
}

#logo {
	width:900px;
	margin:0 auto;
}

#wrapper {
	width:970px;
	margin:0 auto;
	padding-top:20px;
}

#sidebar {
	width:265px;
	float:right;
	padding:0 40px;
	border-right:2px solid #CCCCCC;
}

#content {
	width:590px;
	float:left;
	padding:0px 0px 0px 0px;
	border-right:2px solid #CCCCCC;
	border-left:2px solid #CCCCCC;
}

#footer2 {
	clear:both;
	background:#E6E6E6 url(images-isc/footer.jpg) repeat-x;
	height:120px;
	text-align:center;
	padding:20px 0 0 0;
}



/*	-------------------------------------------------------------
	2. MARGIN & PADDING STYLE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.newLine {
	padding-top:20px;
}



/*	-------------------------------------------------------------
	3. FONT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body {
	font-family:Arial, Helvetica, sans-serif;
}

#mainContent {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:25px;
	font-weight:bold;
	color:#C00000;
	text-align:center;
}



/*	-------------------------------------------------------------
	4. FONT CLASSES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.px12 {
	font-size:12px;
}
.px14 {
	font-size:14px;
}
.px16 {
	font-size:16px;
}
.px17 {
	font-size:17px;
}
.px18 {
	font-size:18px;
}
.px20 {
	font-size:20px;
}

.strong {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.red {
	color:#C00000;
}

.left {
	text-align:left;
}
.center {
	text-align:center;
}



/*	-------------------------------------------------------------
	5. IMAGE STYLE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.image {
	float:right;
	padding:0 0 10px 10px;
}