/* font styling */
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#FFe;
	background-image:url(images/canvas_bg.jpg);
	background-repeat:repeat;
}

p {
	font-size:9pt;
	text-align:left;
}

h1 {
	font-weight: normal;
	color: #7e2522;
	font-size: 1.5em;
	padding: 0 5px 5px 0;
}

h2 {
	font-weight: bolder;
	color: #26445d;
	font-size: 1.3em;
	padding: 10px 5px 0 0;
}

h3 {
	font-weight: normal;
	color: #7e2522;
	font-size: 1.2em;
	padding: 5px 5px 5px 5px;
}

h3 a,h3 a:visited {
	color:#c00;
}

h3 a:hover {
	color:#666;
}

h4 {
	font-weight: bolder;
	color: #26445d;
	font-size: 1.1em;
	padding: 4px 5px 4px 5px;
}

li {
	font-size:9pt;
}

/* link colouring and styling */

a, a:visited {
	color:#26445d;
}

a:hover {
	color:#7e2522;
}

/* Setting up position for table */
div.container {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left:-350px;
	top: 0px;
}


/* table to hold entire contents */

table#holder {
	width:700px;
	height:500px;
	text-align:center;
	margin-top:30px;
	border: 1px solid #634232;
}

/* Setting up header cell */

table#holder td#canvas {
	background-image:url(images/header_brown1.gif);
	background-repeat:repeat;
	height: 150px;
	text-align:left;
}

table#holder td#canvas h1 {
	font-size: 2em;
	color:#fff;
	padding: 5px 0 0 20px;
}

.smallh1 {
	font-size:0.7em;
}

/* menu table */

table#menu {
	width:90px;
	padding-bottom:10px;
}

table#menu td#menu1 {
	background-image:url(images/button_red.gif);
	background-repeat:no-repeat;
	height:70px;
	text-align:center;
}

table#menu td#menu2 {
	background-image:url(images/button_green.gif);
	background-repeat:no-repeat;
	height:70px;
	width:90px;
	text-align:center;
}

table#menu td#menu3 {
	background-image:url(images/button_brown.gif);
	background-repeat:no-repeat;
	height:70px;
	width:90px;
	text-align:center;
}

table#menu td#menu4 {
	background-image:url(images/button_yellow.gif);
	background-repeat:no-repeat;
	height:70px;
	width:90px;
	text-align:center;
}

table#menu td#menu5 {
	background-image:url(images/button_blue.gif);
	background-repeat:no-repeat;
	height:70px;
	width:90px;
	text-align:center;
}

a.menu, a.menu:visited {
	padding: 20px 5px 20px 5px;
	color:#fff;
	text-decoration:none;
}

a.menu:hover {
	color:#999;
}

/* end of menu styling */

table#gallery {
	text-align:center;
}

table#gallery td {
	vertical-align:top;
	padding:0 30px 0 0;
	font-size:7pt;
}

table#gallery td#final {
	padding-right:0;
}

table#gallery td img {
	cursor:pointer;
}

table#gallery tr td a img, table#gallery1 tr td a img {
	border:none;
}

table#gallery1 {
	text-align:center;
}

table#gallery1 td {
	vertical-align:top;
	padding:0 60px 0 0;
	font-size:7pt;
}

table#gallery1 td img {
	cursor:pointer;
}

table#gallery1 td#final {
	padding-right:0;
}

table#img {
	font-size:7pt;
	color:#333;
	padding:5px;
	margin:5px;
	cursor:pointer;
}

table#img img {
	padding-bottom:5px;
}

/* move content away from links */

td#content {
	padding: 5px 60px 5px 40px;
	text-align:left;
}

/*  Macademy link */

.mac {
	font-size: 7pt;
	color:#999;
}

a.mac, a.mac:visited {
	color: #666;
}

a.mac:hover {
	color: #63c;
}


.gall {
	background-image: url(images/greybg.png);
	position:absolute;
	z-index:1;
	visibility: hidden;
	cursor:pointer;
}

.gall img {
	padding:0 20px 20px 20px;
}

.gall p {
	float:right;
	margin-top:0px;
	padding-right:5px;
	color:#eee;
}