/***************************************/
/*  EDMUND BURNEY - WEBSITE CSS THEME  */
/*      DESIGNED AND DEVELOPED BY      */
/*       EDMUND '-------' -----        */
/*      FOR EDMUND BURNEY WEBSITE      */ 
/***************************************/

/* BODY - EDIT BG-COLOUR & FONT COLOUR */
/***************************************/
body{
font: 12px Arial;
color: black;
margin: 20px;
background-color: #CEFFE3;
text-align: center;
}

/* CONTENT TABLES - TOP, MAIN AND BASE */
/***************************************/
#CONTTOP{
width: 800px;
height: 20px;
background-image: url(imagebin/maintop.png);
background-repeat: no-repeat;
}
#CONTENT{
width: 800px;
height: auto;
background-image: url(imagebin/mainbox.png);
background-repeat: repeat-y;
}
#CONTBASE{
width: 800px;
height: 18px;
background-image: url(imagebin/mainbase.png);
background-repeat: no-repeat;
}


/* HEADER BOX - EDIT HEADER IMAGE */
/**********************************/
#HEADER{
width: 630px;
height: 126px;
text-align: center;
margin-left: 85px;
margin-right: 85px;
background-image: url(imagebin/header.png);
background-repeat: no-repeat;
background-position: center;
}

/* NAIGATION MENU - EDIT NAVIGATION LINKS/COLOURS */
/**************************************************/
#NAVI{
width: 770px;
height: 20px;
font-size: 12px;
text-align: center;
background-image: url(imagebin/Navbar.png);
background-repeat: no-repeat;
background-position: left;
margin-left: 15px;
margin-right: 15px;
line-height: 160%;
}

	/* LEFT NAV BAR SETUP */
	/**********************/
	.NBEL a:link,
	.NBEL a:visited{
	text-align: center;
	text-decoration: none;
	display: block;
	height: 20px;
	}
	.NBEL a:active,
	.NBEL a:hover{
	text-align: center;
	font-weight: bold;
	display: block;
	height: 20px;
	background-image: url(imagebin/NBLeftO.png);
	background-repeat: no-repeat;
	}

	/* MAIN NAV BAR SETUP */
	/**********************/
	.NBMAIN a:link,
	.NBMAIN a:visited{
	text-align: center;
	text-decoration: none;
	display: block;
	height: 20px;
	}
	.NBMAIN a:active,
	.NBMAIN a:hover{
	text-align: center;
	font-weight: bold;
	display: block;
	height: 20px;
	background-image: url(imagebin/NBMainO.png);
	background-repeat: no-repeat;
	}

	/* RIGHT NAV BAR SETUP */
	/***********************/
	.NBER a:link,
	.NBER a:visited{
	text-align: center;
	text-decoration: none;
	display: block;
	height: 20px;
	}
	.NBER a:active,
	.NBER a:hover{
	text-align: center;
	font-weight: bold;
	display: block;
	height: 20px;
	background-image: url(imagebin/NBRightO.png);
	background-repeat: no-repeat;
	}

	/* SELECTED NAV MENU ITEM */
	/**************************/
		/* NAV MENU HOME SELECTED */
		.NMHS{
		font-weight: bold;
		text-align: center;
		display: block;
		height: 20px;
		background-image: url(imagebin/NBLeftO.png);
		background-repeat: no-repeat;
		}	

		/* NAV MENU MIDDLE OPTIONS 2,3,4,5&6 SELECTED */
		.NMMOS{
		font-weight: bold;
		text-align: center;
		display: block;
		height: 20px;
		background-image: url(imagebin/NBMainO.png);
		background-repeat: no-repeat;
		}	
		/* NAV MENU COMMENTS SELECTED */
		.NMCS{
		font-weight: bold;
		text-align: center;
		display: block;
		height: 20px;
		background-image: url(imagebin/NBRightO.png);
		background-repeat: no-repeat;
		}	

/* SITE TEXT FORMATTING */
/************************/
.TEXTB{
font: 12px Arial;
color: #000000;
width: 460px;
height: auto;
text-align: left;
margin-left: 20px;
margin-right: 320px;
}
.TEXTF{
font: 12px Arial;
color: #000000;
width: 760px;
height: auto;
text-align: center;
margin-left: 20px;
margin-right: 20px;
}

	/* TITLE HEADING */
	/*****************/
	.TITLE{
	font: 14px Arial;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	text-align: center;
	}

	/* SUB-TITLE */
	/*************/
	.SUBT{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	text-align: center;
	}

/* SITE PHOTOS (NOT ON PHOTOS PAGE) */
/************************************/
.PHOTOS{

width: 276px;
height: auto;
margin-left: 20px;
margin-right: 20px;
float: right;
}

/* PHOTOS PAGE SETUP */
/*********************/
#SEMLEY{
text-align: center;
letter-spacing: 12px;
line-height: 12px;
margin-left: 20px;
margin-right: 20px;
}

/* NORMAL LINK SETUP */
/*********************/
a:link,
a:active{
color: #0000FF;
}
a:visited,
a:hover{
color: #0000BB;
}

/* LEGAL BOX */
/*************/
#LEGAL{
font: 10px Arial;
color: #999999;
width: 800px;
height: 70px;
background-image: url(imagebin/roundbox.png);
}