@charset "utf-8";
/* CSS Document */
h1 {
	margin-right: 38px;
}
p {
	margin-right: 38px;
}

/* Sidebar ID */
#sidebarDR {
	float: right; 
	width: 400px; /* since this element is floated, a width must be given */
	padding: 0 0; /* top and bottom padding create visual space within this div */
	margin-right:38px;
}

/* Main Content IDs */
#mainDR {
	width:542px;
	margin-left: 38px;
} 

#bottomDR {
	width:982px;
	margin-left: 38px;
	margin-right: 38px;
}
