/**************************************************************

	Rounded Corners
	v 1.1

**************************************************************/


.boxFloat, .imageFloat {
	float: left;
}

/***********************************/


.boxTopLeft {
	background: url(Images/topLeft.gif) top left no-repeat;
}
.boxTop {

	background-color: #e6e6e6;
}
.boxTopRight {
	background: url(Images/topRight.gif) top right no-repeat;
}
.boxMiddleLeft {
	background-color: #e6e6e6;
}
.boxMiddle {
	background-color: #e6e6e6;
}
.boxMiddleRight {
	background-color: #e6e6e6;
}
.boxBottomLeft {
	background: url(Images/bottomLeft.gif) bottom left no-repeat;
}
.boxBottom {
	background-color: #e6e6e6;
}
.boxBottomRight {
	background: url(Images/bottomRight.gif) bottom right no-repeat;
}





/***********************************/

.imageTopLeft {
	background: url(Images/topLeft.png) top left no-repeat;
}
.imageTopRight {
	background: url(Images/topRight.png) top right no-repeat;
}
.imageBottomLeft {
	background: url(Images/bottomLeft.png) bottom left no-repeat;
}
.imageBottomRight {
	background: url(Images/bottomRight.png) bottom right no-repeat;
}
.imageTop, .imageMiddleLeft, .imageMiddle, .imageMiddleRight, .imageBottom {
	border: 0;
}

/***********************************/

.roundedContent {
	width: 452px;
	background-color: #e6e6e6;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 13px;
	color: #333;
}


.roundedContentSide {
	width: 177px;
	background-color: #ccc;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}


.boxTop {

	background-color: #e6e6e6;
}
.boxTopRight {
	background: url(Images/topRight.gif) top right no-repeat;
}
.boxMiddleLeft {
	background-color: #e6e6e6;
}
#sidebar1.boxMiddle {
	background-color: #F00;
}
.boxMiddleRight {
	background-color: #e6e6e6;
}
.boxBottomLeft {
	background: url(Images/bottomLeft.gif) bottom left no-repeat;
}
.boxBottom {
	background-color: #e6e6e6;
}
.boxBottomRight {
	background: url(Images/bottomRight.gif) bottom right no-repeat;
}

/*************************************************************/
