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

h2 {
	line-height:110%;
}

#rightsidebar h2, #rightsidebar p {
	width:150px;
}

#middlecontainer {
	height:600px;
}

#sidebarcontainer {
	height:600px;
}

#maincontentcontainer {
	width: 425px;
	position:relative;
	height:300px;
	float:left;
}

#rightsidebar {
	position:relative;
	width:198px;
	height:300px;
	float:right;
	margin:0px;
	margin-left:25px;
	padding:0px;
	padding-left:25px;
	border:none;
	border-left:solid;
	border-left-width:2px;
	border-left-color:#FFF;
}

ul {
	margin-left:-20px;
}