body
{
	background:#eff9f9 url('../images_new/bodyBackground.png') repeat-x 0 0;
	text-align:center;
	margin:0 auto;
	scrollbar-base-color:#296a8e;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#e2e2e2;
}

#myBody
{
	background:url('../images_new/myBodyBackground.png') repeat-x 0 0;
	margin:0 auto;
}

#myPage
{
	width:800px;
	background: #ffffff url('../images_new/myBodyBackground.png') repeat-x 0 0;
	padding: 0px;
	margin:0 auto;
}

#topNav
{
	color: #ffffff;
	display:inline;
	padding: 0px;
}

#topNav li
{
	display: inline;
	list-style-type: none;
	padding: 0px 10px 0px 10px;
	width: 110px;
	font-family: arial;
	font-size:12px;
}

#topNav ul
{
	line-height: 30px;
	height: 30px;
	width: 800px;
	margin: 0px;
}

#myContent
{
	background: #ffffff url('');
}

#myContent, td
{
	text-align:left;
	aligh: top;
	padding:0px;
	font-size: 12px;
	font-family: arial;
	color: #296a8e;
}

#myContent2
{
	text-align:left;
	padding:0px;
	font-size: 12px;
	font-family: arial;
	color: #296a8e;
}

#myMainContent
{
	text-align:left;
	padding:0px;
	font-size: 12px;
	font-family: arial;
	color: #296a8e;
	position: relative;
	top: -20px;
}

#myFooter
{
	background-color: #296a8e;
	color: #ffffff;
	font-size: 10px;
	font-family: arial;
	height: 23px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#myFooter hr
{
	position: relative;
	top: -5px;
}

#myFooter p
{
	height:15px;
	line-height:15px;
	position: relative;
	top: -10px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.myTopic
{

	/*Font-weight: bold;*/
	/*font-style: italic;*/
	text-align: right;
	position: relative;
	top: -33px;
	left: -10px;
	font-size: 14px;
	font-weight: normal;

}


.myCard_Topic
{
	font-size: 14px;
	Font-weight: bold;
	font-style: italic;
	text-align: right;
}

p
{
	padding: 0px 15px 0px 15px;
}

a
{
	color: #7f3300;
	Text-decoration: none;

}

a:hover
{
	color: #7f3300;
	Text-decoration: underline;

}

#topNav a, #myFooter a
{
	color: #ffffff;
}

#topNav a:hover, #myFooter a:hover
{
	text-decoration: underline;
}

.myQuotes
{
	color:#26c421;
	font-size:14px;
	Font-weight: bold;
}

.myBirthdays
{
	color:#cc1e97;
	font-size:14px;
	Font-weight: bold;
}

.myHistory
{
	color:#ff5e1e;
	font-size:14px;
	Font-weight: bold;
}

.myEvents
{
	color:#2c3ad3;
	font-size:14px;
	Font-weight: bold;
}

.divScroll
{
	aligh: top;
	padding:0px;
	font-size: 12px;
	font-family: arial;
	color: #296a8e;
	height: 300px;
	overflow: auto;
}

#topNav ul li a.hide 
{
	visibility:hidden;
	width:100px;
	height:20px;
}

#topNav ul li a.hide:hover 
{
	COLOR: white;
}

#SiteMeter
{
	position: relative;
	left: 386px;
	top: 47px;
}

#myBlogLink
{
	display: none;
	position: relative;
	left: -350px;
	top: 69px;
	border: 1px;
	border-color:white;
}

.imgHidden
{
	visibility:hidden;
	height: 0px;
	width: 0px;
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.selector-01 { margin: 10px; }
	.selector-02 { margin: 10px; }
	.selector-03 { margin: 10px; }
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	.selector-01 { margin: 10px; }
	.selector-02 { margin: 10px; }
	.selector-03 { margin: 10px; }
}

@media handheld {

	.selector-01 {
		padding: 0;
		margin: 0;
		}
	.selector-02 {
		padding: 0;
		margin: 0;
		}
	.selector-03 {
		padding: 0;
		margin: 0;
		}

}


