/**
 * @author: James Schementi
 * @filename: commonLayout.css
 * @created: 17-Sept-2005
 * @modified: 09-Oct-2005
 * @description:
 *   This is the common layout style for the Theta Chi Rush 
 *   website redesign of 2005.  Use commonFormatting.css, 
 *   *Layout.css and *Formatting.css (where * is either 
 *   portal or standard) to correct font formatting and 
 *   alignment for that particular page.
 */

* {
	padding: 0;
	border: 0;
	margin: 0;
}

body {
	background-color: #333;
	/*background-image: url(/images/layout2005_background.png);*/
	background-repeat: repeat;
	text-align: center;
}

#container {
	position: relative;
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	top: 30px;
}

#container #body li {
	list-style-type: none;
}

/* header style */

#container #header {
	float: left;
	background-image: url(/images/layout2005_pagebgHeader-trans.png);
	width: 760px;
	height: 20px;
	padding-top: 5px;
}

/* body style */

#container #body {
	float: left;
	background-image: url(/images/layout2005_pagebgBody.png);
	background-repeat: repeat;
	width: 760px;
}


/* rounded Corners */

/*
.roundedCornersGrey, 
.roundedCornersRed-Small,
.roundedCornersWhite {
	background-color: #950105;
	color: white;
}
.roundedCornersGrey, 
.roundedCornersWhite {
	padding-left: 15px;
}

.roundedCornersRed-Small {
	padding-left: 10px;
}

.roundedCornersGrey::before, 
.roundedCornersGrey::after,
.roundedCornersWhite::before, 
.roundedCornersWhite::after {
	display: block;
	height: 8px;
	background: #950105 none no-repeat top right;
	text-align: left;
	margin-left: -15px;
	
}

.roundedCornersRed-Small::before, 
.roundedCornersRed-Small::after {
	display: block;
	height: 4px;
	background: #950105 none no-repeat top right;
	text-align: left;
	margin-top: 0;
	margin-left: -10px;
}

.roundedCornersGrey::before {
	content: url(images/roundedCorners/gray-topleft.jpg);
	background-image: url(images/roundedCorners/gray-topright.jpg);
}
.roundedCornersGrey::after {
	content: url(images/roundedCorners/gray-bottomleft.jpg);
	background-image: url(images/roundedCorners/gray-bottomright.jpg);
}
.roundedCornersRed-Small::before {
	content: url(images/roundedCorners/red-topleft.jpg);
	background-image: url(images/roundedCorners/red-topright.jpg);
}
.roundedCornersRed-Small::after {
	content: url(images/roundedCorners/red-bottomleft.jpg);
	background-image: url(images/roundedCorners/red-bottomright.jpg);
}
.roundedCornersWhite::before {
	content: url(images/roundedCorners/white-topleft.jpg);
	background-image: url(images/roundedCorners/white-topright.jpg);
}
.roundedCornersWhite::after {
	content: url(images/roundedCorners/white-bottomleft.jpg);
	background-image: url(images/roundedCorners/white-bottomright.jpg);
}
*/

/* footer style */

#container #footer {
	float: left;
	background-image: url(/images/layout2005_pagebgFooter-trans.png);
	height: 24px;
	width: 760px;
	padding-top: 7px;
}