body {
	margin:0px;
	padding:0px;
	background:#fff url(./images/bg.jpg) repeat-x;
}

.mymain {

	background:transparent url(./images/main_bg.jpg) no-repeat top;
	margin:0px auto;
	min-height:710px;
	padding:0px;
}


/********* HEADERS *************/
.myheader{
	background:transparent url(./images/header_home.jpg) no-repeat top;
	height:329px;
	margin:0px auto;
	padding:0px;
}

.myheaderProfile{
	background:transparent url(./images/header_profiles.jpg) no-repeat top;
	height:329px;
	margin:0px auto;
	padding:0px;
}

.myheaderContact{
	background:transparent url(./images/header_contact.jpg) no-repeat scroll center top;
	height:329px;
	margin:0px auto;
	padding:0px;
}


/********* HYPERLINKS *************/
.myheaderContact a,
.myheaderProfile a,
.myheader a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#e9bb0c;
	text-decoration:none;
}

.myheaderContact a:hover,
.myheaderProfile a:hover,
.myheader a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#ffe404;
	text-decoration:none;

}


/********* NAVIGATION *************/
.nav01 {left:135px; position:relative; top:10px;}
.nav02{ left:184px; position:relative; top:10px;}
.nav03{ left:226px; position:relative; top:10px;}

.mynav_HOME,
.mynav_Profile,
.mynav_Contact{
	height:45px;
	margin:0pt auto;
	padding-top:284px;
	position:relative;
	right:211px;
	width:647px;
}



/********* CONTENT *************/
.mycontent{
	background:transparent none repeat scroll 0%;
	color:#504325;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.9em;
	margin:0px auto;
	height:920px;
	position:relative;
	right:155px;
	top:20px;
	width:600px;
}

.mytitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	color:#504325;
}

.subtitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:.7em;
	color:#504325;
}


/********* PROFILE PAGE *************/
.legend{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#504325;
	background:transparent url(./images/legend.jpg) no-repeat top;
	width:587px;
	height:138px;
}

.myROW{
	clear:both;
	text-align:center;
	width:600px;
	margin:0px auto;
}

.myCELL{
	float:left;
	padding-right:26px;
}

.myProfile{
	height:88px;
	width:94px;
	background:transparent url(./images/profile_photobg.jpg) no-repeat top;
}

.myProfile img{
	background:transparent;
	padding:6px 0px 0px 0px;
}

.myProfileTitle{
	font-size:.7em;
	font-weight:bold;
}

