/* CSS Document */

@import 'profile.css';
@import 'eportfolio.css';
@import 'files.css';
@import 'common_classes.css';
@import 'blog.css';
@import 'forms.css';
@import 'my_networks.css';
@import 'discussion.css';
@import 'mail.css';
@import '../headers/network.css';

#content_container { 
	width:980px;
	margin:0 auto 30px auto;
	padding:20px 0;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#FFFFFF;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;

	}

#full_container { 
	width:935px;
	background-color:#FFFFFF;
	background-image:url(../../../themes/default/images/bg_content_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	line-height:140%;
}
#right_col_container {
	border-left:1px solid #999999;
	width:715px;
	margin-left:220px;
	background-color:#FFFFFF;
	background-image:url(../../../themes/default/images/bg_content_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	line-height:140%;
 
}

/* GRID 1 */
#col1 {
	float:left;
	width:507px;
	padding:20px 15px;
}
#col2 {
	float:right;
	width:237px;
	padding:20px 15px;
}


/* GRID 2 */
#col1b {
	width:100%;
	padding:10px 20px 20px 20px;
}
#col2b {
	width:186px;
	padding:20px 15px;
}



/**********************
NO ADS, 2 COLUMN
///////////////////////*/

#col1c { 
	float:left;
	width:337px;
	margin:20px;
}
#col2c { 
	margin:20px 0 0 377px;
	width:337px;
}	
#page_header {
	background-color:#ffffff;
	padding:5px 15px 0px 15px;
}
#page_header h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21pt;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:100%;
}

#col1 h2,#col1b h2  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	margin:0 0 10px 0;
	font-weight:normal;
	}
#col1 h3,#col1b h3 {
	font-size:11pt;
	margin:0 0 10px 0;
	}
#col1 h5,,#col1b h5 {
	font-weight:bold;
	font-size:9pt;
	margin:0 0 0 0;
}

