/* CSS Document */

*{
	margin: 		0;
	padding: 		0;
 	}

body {
	background-image:url(../assetts/images/backgrounds/pink_white_2000.jpg);
	text-align:		center;
	font-family: 	Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:		12px;
	color:			#666666;
	}

#wrapper {
	height: 		px;
	width:	 		1000px;
	margin-left:	auto;
	margin-right:	auto;
	text-align:		left;
	}

#masthead {
	height:			100px;
	width:			649px;
	background:		#FFFFFF;
	float:			left;
	clear:			both;
	display:		inline;
	margin-top:		25px;
	margin-left:	25px;
	border-right:	1px dotted #CCCCCC; 
	}
	
#masthead img {
	vertical-align:bottom;
	}

#menu {
	height:			100px;
	width:			300px;
	background-image:url(../assetts/images/backgrounds/pink_white_100.jpg);
	float:			left;
	margin-right:	;
	margin-top:		25px;
	}
	
#latest {
	height:			1700px;
	width:			200px;
	background-image:url(../assetts/images/backgrounds/pink_white_2000.jpg);
	float:			left;
	display:		inline;
	clear:			both;
	margin-left:	25px;
	border-right:	#CCCCCC solid 1px;
	text-align:		center;
	}
	
#content {
	height:			1700px;
	width:			448px;
	background-image:url(../assetts/images/backgrounds/pink_white_2000.jpg);
	float:			left;
	border-right:	#CCCCCC solid 1px;
	text-align:		center;
	}

#gallery {
	height:			1700px;
	width:			300px;
	background-image:url(../assetts/images/backgrounds/pink_white_2000.jpg);
	float:			left;
	display:		;
	clear:			;
	margin-right:	;
	text-align:		center;
	}

#copyright {
	clear:			both;	
	}
/*---------------------------main headings-----------------------------------*/
.label {
	text-align:		right;
	background-image:url(../assetts/images/backgrounds/blue_white_25.jpg);
	font-weight:	bold;
	color:			#999999;
	display:		block;
	height:			25px;
	}
	
/*------------------------------navigation-----------------------------------*/
#menu .nav {
	display:		block;
	list-style:		none;
	text-align:		right;
	line-height: 	17px;
	border-bottom:	1px dotted #CCCCCC;
	}
	
#menu .nav a {
	text-decoration: none;
	color:			#999999;
	display: 		block;
	}
	
#menu .nav a:hover {
	display:		block;
	background-image:url(../assetts/images/backgrounds/pink_white_25_light.jpg);
	font-weight: 	bold;
	filter: Light;
	}


/*------------------------------main headings placement----------------------*/	
#gallery table {
	margin-top:		20px;
	line-height:	25px;
	}

#content table {
	margin-top:		20px;
	line-height:	25px;
	}
#latest table {
	margin-top:		20px;
	line-height:	25px;
	}
	
/*-----------------------------large picture editing-------------------------*/
/*---images should be 350px wide and set on a white background with 25px border all the way round---*/
#content img {
	border:			#000000 2px solid;									
	margin-top:		20px;
	margin-bottom:	20px;
	}
	
/*-----------------------------minor placement editing------------------------*/
.first_paragraph {
	margin-top:		20px;
	margin-bottom:	20px;
	}
	
.first_paragraph_home {
	margin-top:		20px;
	margin-bottom:	20px;
	text-align:		justify;
	padding:		0px 5px 0px 5px;
	}	
	
.bio {
	margin-top:		20px;
	margin-bottom:	20px;
	padding :		5px;
	text-align:		justify;
	}
	
.area_header {
	text-align:		left;
	text-indent: 	10px;
	padding-top:	10px;
	}

/*-----------------------------gallery details---------------------------------*/

#gallery img {
	margin:			px;
	}
	
/*------------------------------latest details------------------------------------*/
#latest img {
	margin:			2px;
	}	
