@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
color: #FFFFFF;
font-family: "Trebuchet MS", Arial;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid #CCCCCC;
}
#mast {
	height: 104px;
}
#content {
	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 25px;
	line-height: 20px;
	margin-bottom: -10px;
}

h2 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: -10px;
}
p {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
}

a {
color: orange;
}

#leftContent {
	margin-top: 10px;	
	width: 523px;
	float: left;
	min-height: 400px;
	margin-bottom:20px;
}
	
#leftContent-top {

	height: 37px;
	width: 100%;

	background: url(images/left_content_top.png) 0 0 no-repeat;
}


	
#leftContent-top h1 {
	padding:20px 15px;
}

#leftContent .content_container {
	float:left;
	width:496px;
	margin:0px;
	padding:0px;
}

.content_container .content_images {
	float:left;
	width:180px;
	margin:0px 0px 20px 40px;
	
}

.content_container .content_text {
	float:left;
	width:276px;
	margin:0px;
	text-align:center;
	padding:40px 0px;
}

#leftContent-bottom {
	clear:both;
	float:left;
	height: 35px;
	width: 100%;
	background-image: url(images/left_content_bottom.png);
	}	
	
#leftContent-body {
	float:left;
	background-image: url(images/left_content_bg.png);
	background-repeat: repeat-y;
	min-height: 400px;
	padding-left: 10px;
	padding-right:10px;
	padding-top:10px;
	}	

#leftContent-body .para {
	margin-top:40px;
}

#rightContent {
	width: 202px;
	float: right;
	min-height: 400px;
	margin-top: 10px;
	}

#BlogSidebar, #PennCommContentSidebar {
width: 202px;
position: absolute;
margin-left: 550px;
	float: right;
	min-height: 400px;
	margin-top: 10px;
	}
#rightContent-top {
	height: 37px;
	width: 100%;
	background-image: url(images/right_column_top.png);
	}
#rightContent-bottom {
	height: 35px;
	width: 100%;
	background-image: url(images/right_column_bottom.png);
	}	
	
#rightContent-body {
	width: auto;
	background-image: url(images/right_column_bg.png);
	background-repeat: repeat-y;
	min-height: 400px;
	padding-left: 15px;
padding-right:15px;
padding-top:10px;

	}	
#nav {
	float: none;
	position: relative;
	color: #9B5E01;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: auto;
	left: 475px;
	top: -50px;
}
