 /*///////////
Title: Dr.Pepper
Author: Rodel P
Client Name: Dr.Pepper
Last modified: 12/17/08
//////////*/

/*--General Declarations--*/
#container {
	width: 801px;
	height: 560px;
	margin: 0;
	padding: 0;
}
/***Common Values***/
#panelTop, #panel01, #panel02, a#addToFriends, #panel03, #panel04, #panel05, #panel06 {
	margin: 0;
	padding: 0;
	float: left;
}
/*--Panel_Top Controls--*/
#panelTop {
	height: 75px;
	width: 801px;
}
/*--Panel_01 Controls--*/
#panel01 {
	height: 57px;
	width: 801px;
}
/*--Panel_02 Controls--*/
#panel02 {
	height: 40px;
	width: 801px;
	text-align: right;
}
/*Contact Box*/
#contactLinks {
	width: 551px;
	height: 40px;
	margin: 0;
	padding: 0;
	float: right;
}
a#addToFriends {
	display:block;
	width: 80px;
	height: 40px;
}
a#addToFavorites {
	display:block;
	width: 100px;
	height: 40px;
	margin: 0 0 0 40px;
	padding: 0;
	float: left;
}
a#addToGroups {
	display:block;
	width: 90px;
	height: 40px;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
}
a#forwardToFriends {
	display: inline-block;
	width: 90px;
	height: 40px;
	margin: 0 0 0 32px;
	padding: 0;
	float: left;
}
/*--Panel_03 Controls--*/
#panel03 {
	width: 790px;
	height: 100px;
}
/*--Panel_04 Controls--*/
#panel04 {
	width: 790px;
	height: 130px;
	background: transparent url(Images/topCopy.jpg) no-repeat left top;
}
/*--Panel_05 Controls--*/
#panel05 {
	width: 120px;
	height: 160px;
	background: transparent url(Images/pepperBttn.jpg) no-repeat right top;
}
/*--Panel_06 Controls--*/
div#panel06 {
	width: 801px;
	height: 61px;
	background-image: url(Images/friendTop.gif);
	background-color: transparent;
}
/*--optional--*/
body {
	margin-left:0;
	margin-top:0;
}
/*--End Profile.html Controls--*/