/*///////////
Title: Profile.html Master StyleSheet
Author: RR |
Client Name:
Last modified: 08/21/07

!!! Adjust Values according to your project specifics !!! Detailed according to importance and section !!!

//////////*/


/*-------General Declarations------*/
body {
	color:#fff;
	background-color:#000;
}
div#container {
	width:852px;
	height:2500px;
	background-color:none;
	margin:0px auto;
	padding:6px 0 0 0px;
}
*html div#container {
	margin:6px auto;
	padding-top:6px;
}
div#contactLinks{
	width:702px;
	height:42px;
	margin:auto;
	text-align:center;
	padding:0px;
	background-color:#000;
}

*html div#contactLinks{
	width:702px;
	margin-top:0px;
}
div#contactLinks a{
	float:left;
	padding:0px;
	margin:0px;
	border:none;
}
a#addToFriends{
	float:left;
	padding:0px;
	margin:0px;
	width:89px;
	height:42px;
	background-image:url('../Images/Contact/contact_01.jpg');
	background-repeat:no-repeat;
}
a#addToFavorites{
	float:left;
	padding:0px;
	margin:0px;
	width:135px;
	height:42px;
	background-image:url('../Images/Contact/contact_04.jpg');
	background-repeat:no-repeat;
}
a#forwardToFriends{
	float:left;
	padding:0px;
	margin:0px;
	width:129px;
	height:42px;
	background-image:url('../Images/Contact/contact_02.jpg');
	background-repeat:no-repeat;
}
a#addToGroups{
	float:left;
	padding:0px;
	margin:0px;
	width:90px;
	height:42px;
	background-image:url('../Images/Contact/contact_05.jpg');
	background-repeat:no-repeat;
}
a#official{
	float:left;
	padding:0px;
	margin:0px;
	width:259px;
	height:42px;
	background-image:url('../Images/Contact/contact_03.jpg');
	background-repeat:no-repeat;
}

/*-------Panel_01 Controls------*/
div#panel01 {
	height:460px;
	width:auto;
	background-image:url();
	padding-top:0px;
}

/*-------Panel_02 Controls------*/
div#panel02 {
	height:487px;
	width:auto;
	background-image:url();
	padding-top:0px;
}
/*-------Panel_03 Controls------*/
div#panel03 {
	height:720px;
	width:auto;
	background-image:url();
	padding-top:0px;
}
/*-------Panel_04 Controls------*/
div#panel04 {
	height:480px;
	width:auto;
	background-image:url();
	padding-top:0px;
}
div#panel04Btm{
	width:852px;
	height:117px;
	padding-top:10px;
	margin:0px;
	background:url('../Images/rushmore.jpg');
}
*html div#panel04Btm{
	margin-top:-3px;
	height:177px;
}
div#links{
	width:530px;
	height:28px;
	margin:auto;
	text-align:center;
}
div#getStarted{
	width:342px;
	height:34px;
	margin:8px auto 7px auto;
	text-align:center;
}
*html div#getStarted{
	padding-top:6px;
	margin:2px auto 4px auto;
}
*html div#links{
	width:542px;
}
div#links img{
	float:left;
	margin:0px -5px 0px -5px;
	padding:0px;
}
/*---------- optional ----------*/
div#legalDiv {display:none;}
div#legalDiv iframe {display:none;}
/*---------- End Profile.html Controls ----------*/
