/*body text to make sure it's all controllable */
body{font-family:arial,verdana,san-serif;
font-size:1em; background-color:#fff; color:#069; margin:0; padding:0; }

/*big div to contain the whole*/
#bigdiv {align:center;
		min-width:800px;
		max-width:1000px;
		margin-top:20px;
		margin-left:10px;
		margin-right:30px;
		background-color:#fff;
		}

/* image floating to the left */
#left {float:left;
		width:240px;
		text-align:left;
		color:#069;
		}

/*list style with no bullet points */
li {list-style-type:none;
	width:300px;
	}
ul li {position:relative;
		}

ul li a {display: block;
		}

/* links colour*/
a:link {color:#069;
		text-decoration:none;
		font-weight:bold;
		}
a:visited {color:red;
			text-decoration:none;
			font-weight:bold;
			}
a:hover {color:silver;
		text-decoration:underline;
		}
a:active {color:purple;
			text-decoration:none;
			font-weight:bold;
			}

/* eliminate image link borders */
a img {border:0;}

/* space to the right with a margin of 400 px to left to create the space to left*/
#right	{margin-left:330px;
		padding:0;}

/*text down a little */
#downalittle {margin-top:25px;
				color:red;
				font-size:0.75em; 
				font-family:times, palatino, serif;
				}

/* Norman's photos & other stuff */
#normleft {float:left;
			width:180px;
			margin:0;
			padding:0;
			}
#normright {float:right;
			width:180px;
			}

/* Norman & Vero's photo */
#normvero {float:left;
			width:130px;
			margin:0;
			padding:0;
			}

/* You Tube space */
#youtube {float:left;
			max-width:580px;
			min-width:580px;
			height:400px;
			margin:0; padding:0;
			}



