/*
This is how to comment CSS Style Sheets
*/
html, body {
	margin: 0;
	padding: 0;
}


/*
The code below is for setting the structure of Delicious23 Logo
*/
#logo {
	position:absolute;
	top: 0px;
	left: 30px;
	width: 300px;
	height: 60px;
	padding: 0px;
	border: 0px solid #FFFFFF;
	background-color: #046261;
}
/*---end of logo---*/	

/*
The code below is for setting the structure of Delicious23 Logo
*/
#linkblock {
	position:absolute;
	top: 61px;
	left: 30px;
	width: 750px;
	height: 30px;
	padding: 0px;
	border: 0px solid #FFFFFF;
	background-color: #046261;
}
/*---end of linkblock---*/

/*
The code below is for the formatting of the indented links
*/ 
a.indent:link, a.indent:visited{
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
}
a.indent:hover {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #009E9C;
	text-decoration: none;
	margin-left: 5px;
}
/*---end of indented links---*/

/*
The code below is for setting the structure of the strapline
*/
#strap {
	position:absolute;
	top: 106px;
	left: 30px;
	width: 500px;
	height: 60px;
	padding: 0px;
	border: 0px solid #FFFFFF;
	background-color: #046261;
}
/*---end of strap---*/
/*
The code below is for setting the gallery
*/
#gallery {
	position:absolute;
	top: 196px;
	left: 30px;
	width: 250px;
	padding: 0px;
	border: 0px solid #FFFFFF;
	background-color: #046261;
}
/*---end of gallery---*/
/*
The code below is for setting the gallery
*/
#sky {
	position:absolute;
	top: 494px;
	left: 102px;
	width: 178px;
	padding: 0px;
	border: 0px solid #FFFFFF;
	background-color: #046261;
}
/*---end of gallery---*/
/*
The code below is for setting the structure of the text
*/
#text {
	position:absolute;
	top: 196px;
	left: 280px;
	width: 230px;
	padding-left: 15px;
	border: 0px solid #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #707070;
	letter-spacing: 0px;
}
/*---end of text---*/

/*
The code below is for setting the structure of the text
*/
#text2 {
	position:absolute;
	top: 106px;
	left: 530px;
	width: 250px;
	padding-left: 15px;

	border: 0px solid #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #707070;
	letter-spacing: 0px;
}
/*---end of text---*/