/* Road to Real*/

body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	color:#009;
}

#wrapper {
	
	width: 780px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:5px;
	padding-top:5px;
	background: #009;
	text-align:left;
}

#container {
	
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;	
}

#top{ 
	width: 780px;
	float:left;
	height:10px;
	border-right:2px solid #000;
	border-top:2px solid #000;
	margin-right:auto;
	margin-left:auto;
	background:#000000  url(../images/bg_grey.jpg);
}



#bottom{ 
	width: 780px;
	float:left;
	height:10px;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	margin-right:auto;
	margin-left:auto;
	background:#000000  url(../images/bg_grey.jpg);
}


a:link {
  	font-weight: bold; 
  	text-decoration: none; 
  	color: blue;
  	background-color: transparent; 
}

a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: purple;
	background-color: yellow;
}

a:hover {
   font-weight: bold;
   color: blue;
   background-color: yellow;  
   text-decoration: underline; 
}

a:active {
   font-weight: bold; 
   text-decoration : none; 
   color: green;
   background-color: transparent; 
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #1d4791;
	text-align: center;
	/* Be kind to Netscape 4 */
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #1d4791;
	text-align: center;
	font-size: 32px;
	font-style: italic;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #1d4791;
	/* Be kind to Netscape 4 */
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	padding-right: 10px;
}

h4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #1d4791;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.red {
color: #800000;
}

ul
{
list-style-type: disc;
}

li 
{	
	font-family:"Times New Roman", Times, serif;
	font-size:18pt;
	background-color: #FF0;
	border: 1px solid #00F;
	text-align:left;
	padding: 2px 2px 2px 5px;
	width: 90%;
}

hr
{
	border: 3px double #FF9966;
	width: 95%;
}

P	{
	text-indent: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18pt;
	text-align: left;
	
}
P.copyright
{
/*font-style: italic;*/
margin-left: 10px;
margin-right: 10px;
font-size: 11px;
text-align: center;
}

/*  Navagational Bar */

#globalNav{
position: relative;
width: 770px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(../images/glbnav_background.gif);
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

#home a#homeLink,
#mov1 a#mov1Link,
#mov2 a#mov2Link,
#mov3 a#mov3Link,
#mov4 a#mov4Link,
#mov5 a#mov5Link,
#mov6 a#mov6Link,
#mus1 a#mus1Link,
#mus2 a#mus2Link,
#mus3 a#mus3Link,
#friends a#friendsLink,
#linksPage a#linksLink,
#welcomePage a#welcomeLink,
#photoPage a#photoLink
 {
	background-color:#FBEF99;
	}
	
	
@media handheld{
h1 	{font-size:16px !important;}
h2 	{font-size:14px !important;}
h3 	{font-size:12px !important;}
p	{font-size:10px !important;}
body {background: white !important;}
img {display:none !important;}
	}

@media print{
h1 	{font-size:16pt !important;}
h2 	{font-size:14pt !important;}
h3 	{font-size:12pt !important;}
p	{font-size:10pt !important;}
body {background: white !important;}
img {display:none !important;}
	}
	
