/*///////////
Title: Profile.html Master StyleSheet
Author: Rodel P
Client Name: Dr Pepper
Last modified: 08/14/08

!!! Adjust Values according to your project specifics !!! Detailed according to importance and section !!!

//////////*/
/*****-- iE Png Hack --*****/
#panel02, #panel03 {
	behavior: url(http://creative.myspace.com/Client/DrPepper/Dr2/iepngfix.htc);
 border-collapse:
}
/*****-- Ie Png Hack --*****/

/*-------General Declarations------*/
body {
	color:#fff;
	background-color: transparent;
}
.SEO {
	display: none;
	visibility: hidden;
}
div#container {
	width: 800px;
	height: 570px;
	background-color: transparent;
	margin-top: 0;
	padding-top: 0;
}

/*--Panel 1--*/
div#panel01 {
	width: 800px;
	height: 81px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #090b0f;
}

/*--Panel 2--*/
div#panel02 {
	width: 800px;
	height: 276px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(Images/contactLinksBg.png) no-repeat 0 top;
}

/*Contact Box*/
div#contactLinks {
	width: 500px;
	height: 91px;
	margin: 0 0 0 254px;
	padding: 0;
	float: left;
	/*background: url(Images/contactLinksBg.png) no-repeat left top;*/
}
*html div#contactLinks {
	width: 754px;
	height: 91px;
	padding: 0 0 0 254px;
	margin: 0;
	float: left;
	/*background: url(Images/contactLinksBg.png) no-repeat right top;*/
}
a#addToFriends, a#addToFavorites, a#addToGroups, a#forwardToFriends {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
a#addToFriends {
	width: 125px;
	height: 90px;
}
a#addToFavorites {
	width: 122px;
	height: 83px;
}
a#addToGroups {
	width: 121px;
	height: 72px;
}
a#forwardToFriends {
	width: 123px;
	height: 64px;
}


/*--Panel 3--*/
div#panel03 {
	width: 800px;
	height: 213px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(Images/prizeBoxBg.png) no-repeat 0 top;
}

a#prizeBox {
	width: 433px;
	height: 150px;
	padding: 0;
	float: left;
	display: block;
	margin: 0 0 0 188px;
}
html a#prizeBox {
	width: 621px;
	height: 150px;
	padding: 0 0 0 188px;
	margin: 0;
	float: left;
	display: block;
}

/*---------- optional ----------*/
body {
	margin-left:0;
	margin-top:0;
}
/*---------- End Profile.html Controls ----------*/
