/* CSS Document */
body
	{
		font-family:arial;
	}

#img
	{
		top:0;
		left:0;
	}
	
#imgText
	{
		position:absolute;
		top:20px;
		left:250px;
	}

/*The box hack model for IE, so they will look the same in all browers*/	
* html #imgText 
	{
		position:absolute;
		top:40px;
		left:250px;
	} 
/*End hack*/


#welcome
	{
		position:absolute;
		top:150px;
		left:250px;
		width:530px;
	}
	
/*The box hack model for IE, so they will look the same in all browers*/
* html #welcome 
	{
		position:absolute;
		top:175px;
		left:250px;
		width:530px;
	} 
/*End hack*/


#navBar
	{
		position:absolute;
		top:310px;
		left:35px;
	}
	
/*The box hack model for IE, so they will look the same in all browers*/
* html #navBar 
	{
		position:absolute;
		top:330px;
		left:35px;
	} 
/*End hack*/


#imgBoy
	{
		position:absolute;
		top:335px;
		left:250px;
	}
	
/*The box hack model for IE, so they will look the same in all browers*/
* html #imgBoy 
	{
		position:absolute;
		top:332px;
		left:309px;
	} 
/*End hack*/

#updates
	{
		position:absolute;
		top:290px;
		left:490px;
		width:320px;
	}

/*The box hack model for IE, so they will look the same in all browers*/
* html #updates 
	{
		position:absolute;
		top:318px;
		left:533px;
		width:320px;
	} 
/*End hack*/

#contactUs
	{
		position:absolute;
		top:441px;
		left:530px;
	}
	
/*The box hack model for IE, so they will look the same in all browers*/
* html #contactUs 
	{
		position:absolute;
		top:462px;
		left:541px;
	} 
/*End hack*/


#headingStyle
	{
		color:FF0000;
	}

#hr1
	{
		position:absolute;
		top:440px;
		left:500px;
		width:250px;
	}

* html #hr1
	{
		position:absolute;
		top:450px;
		left:500px;
		width:250px;
	}

#navBar li 
	{
		padding:3;
		list-style:none;
	}

#updates li
	{
		list-style:none;
	}

#navBar a:hover
	{
		font-weight:bold;
	}
a
	{
		color:#0000CC;
		text-decoration:none;
	}


a:hover
	{
		color:#FF0000;
		text-decoration:none;
	}
