@charset "UTF-8";
/* CSS Document */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content {
	color:#222222;
	width:740px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

<!-- change margin top to move down from top -->
#imageholder {
	width:740px;
	margin-top:50px;
	clear:both;
}

#leftimage {
	width:49%;
	float:left;
}

#rightimage {
	width:49%;
	float:left;
}

#textcontent {
	width:740px;
	margin:0px;
	clear:both;
	font-size:12px;
}


#leftcontent {
	width:370px;
	margin:0px;
	float:left;
}

#rightcontent {
	width:370px;
	margin:0px;
	float:left;
}

<!-- this is the link colour in all other states -->
a:link, active, visited {
	color: #222222;
	text-decoration:none;
}

<!-- hover is the mouse over colour-->
a:hover {
	color: #CCCCCC;
}

div img {
margin:0 auto;
}

#show {
margin-bottom:40px;
}
