/* CSS Document */

body {
	font-family: helvetica, sans-serif;
	
}

/* Divs
------------------------------------------------*/
#main {
	margin:0 auto;
	text-align:center;
	position:relative;
}


#lefttext {
	float:left;
	padding: 0 40px;
	font-family: helvetica, sans-serif;
	text-align:left;
	size:50%;
}

#righttext {
	float:right;
	padding: 15px 15px;
	font-family: helvetica, sans-serif;
	text-align: center;
}

#text {
	padding:0 15px;
	font-family: helvetica, sans-serif;
	size:50%;
	text-align: center;
}

#text2 {
	padding:0 35px;
	font-family: helvetica, sans-serif;
	size:50%;
}

#centertext {
float:center;
text-align:center;
}

/* Links
----------------------------------------------- */
a:link {
  color:#333333;
  font-family: helvetica, sans-serif;
  text-decoration:none;
  padding:4px 0px;
  }

a:visited {
  color:#333333;
	text-decoration:none;`
  }

a:hover {
  color:#000000;
  text-decoration:underline;
  }

#text a:hover {
border=2;
}


/*Fonts
----------------------------------------------*/

h1 {
	color: #000000;
	font-family: helvetica, sans-serif;
	size:10%;
	align:center;
	padding:15px 0px;

}

.watch1 {
color:#333333; 
text-decoration: none;
font-family:helvetica, sans-serif; 
font-weight:bold;
}

.watch2 {
color:#425762;
text-decoration: underline;
font-weight:bold;
font-family:helvetica, sans-serif; 
}

.watch3 {
color:#425762;
text-decoration: none;
font-weight:bold;
font-family:helvetica, sans-serif;
}





