@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #080808;
}
#wrapper {
	width: 1020px;
	margin: 10px auto 20px auto;
	text-align: left;
	background-image: url(images/Wrapper_Bkgd.png);
	background-repeat: repeat-y;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	border: thin solid #666;
}
#header {
	background-color: #010101;
	background-image: url(www/p7pmm/img/pmm_carbon_root.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	border: thin solid #333;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-style: italic;
}
a:visited {
	color: #999;
	text-decoration: none;
}
#mainContent {
	padding: 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 90%;
	background-color: #000;
	background-image: url(images/BalletSlippers_Faded.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#divLeft {
	width: 460px;
	float: left;
	padding: 0 20px 0 0;
	background-image: url(images/Arabian.png);
	background-repeat: no-repeat;
	background-position: right;
}
#divLeft2 {
	width: 460px;
	float: left;
	padding: 0 20px 0 0;
}
#divRight {
	width: 460px;
	float: right;
}
#divRight2 {
	width: 900px;
	float: left;
}
#clearFloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#footer {
	padding: 0 10px;
	background-color: #151515;
	color: #999;
	line-height: 0.2em;
	border: thin solid #666;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 65%;
	color: #BBB;
	line-height: 0.1em;
}
#box {
	width: 590px;
	height: 100px;
	background-color:#6B86A6;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
