
	/*
	/* +++++++++++++++++++++++ Main structural elements follow ++++++++++++++++++++
	*/

body {
	font-family: Georgia, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #303030;
	margin: 0em;
	background: url(../images/815.gif) repeat fixed; /* Animated Italian flag, very naff! Only works on MS Explorer */
	cursor: url(../images/ITALY.ani);
}
	/*
	define attributes for Heading Style = h1
	color=Red
	*/
h1 {
		color:rgb(255,000,000);
		padding:1em 0 0 0.5em;
      font-family: georgia, Verdana, Geneva, Arial, helvetica, sans-serif;
		font-style: italic; 
		font-weight: bold;
	   font-size: 125%;
		text-decoration:none;
}
	/*
	define attributes for Heading Style = h2 through h4
	color=Red
	*/
h2 {
		color:rgb(255,000,000);
		padding:1em 0 0 0;
		font-family: georgia, Verdana, Geneva, Arial, helvetica, sans-serif;
		/*font-style: italic; */
		font-weight: bold;
	  font-size: 115%;
		text-decoration:none;
}
	/*
	define attributes for Heading Style = h3 & h4
	color=Red
	*/
/*	h3, {
		color: rgb(255,000,000);
		padding: 1em 0 0 0;
		text-decoration: none;
		font: large;
	}
  h4 {
		color: rgb(255,000,000);
		padding: 1em 0 0 0;
		text-decoration: none;
		font: medium;
		text-align: center;
	}
	/*
   +++++++++++++++++++++++++++++++ H3 & H4 from property_layout.php Follow ++++++++++++++++++++++++++
   Color = Red
	*/
h3 {
	font-size: 19px;
	color: rgb(255,000,000);
	padding: 0px;
	  font-family: georgia, Verdana, Geneva, Arial, helvetica, sans-serif;
	/*	font-style: italic; */
		font-weight: bold;
	  font-size: 100%;
	margin-top: 10px;
	margin-bottom: 6px;
}	
h4 {
	font-size: 18px;
	color: rgb(255,000,000);
	padding: 0px;
	  font-family: georgia, Verdana, Geneva, Arial, helvetica, sans-serif;
	/*	font-style: italic; */
		font-weight: bold;
	  font-size:85%;
	margin-top: 18px;
	margin-bottom: 4px;
}
	/*
	/* ++++++++++++++++++++++++ Classes Follow ++++++++++++++++++++++++++++++++++
	*/
	
	/*
	define attributes for "Class = wrapper/wrap"
	*/
.wrapper .wrap{
	   font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
		width:780px;
		margin: 0em auto;
		text-align: center;
}

	/*
	define attributes  "id = footer "
	This ID is used to display copyright section at bottom of the main page
	background color=black, text=White
	*/
#footer {
		clear: both;
		color: rgb(255,255,255);
		width: 780px;
		/*border:.05em solid rgb(0,0,0);*/
		/*border-top:none;*/
		background:rgb(0,0,0);
		/*margin: 0 auto;*/
		/* height: 5em; g*/
		text-align: center;
		/* vertical-align:middle; G*/
		padding-top:12px;
		/*	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;*/
		font-size: .75em;
}

	/*
	define attributes for anchors within "id = footer "
	This ID is used to display copyright section at bottom of the main page
	color=black, underline in color=Yellow if hovered over
	*/
#footer a:active, {
		color: #ffff00;
		text-decoration: none;
}
	/*
	define attributes for anchors within "id = footer "
	This ID is used to display copyright section at bottom of the main page
	color=black, underline in color=Yellow if hovered over
	*/
#footer a:hover{
		color: #ffff00;
		text-decoration: underline;
}
	/*
	define attributes for "class = content_box"
	*/
.content_box {
		font-size:.8em;
		text-align:justify;
		clear:left;
		margin:.05em 1em 2em 1em;
/*		background:rgb(255,255,255); this is white */
				background:white;
}
	/*
	define attributes for "class = content_box"
	unvisited links color=blue
	*/
.content_box a:link {
		font-size:1em;
		font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
		color:rgb(0,0,255);
		text-decoration:none;
		text-align:right;
		/* vertical-align:bottom; G*/
}

	/*
	define attributes for "class = content_box"
	visited links color=purple
	*/
.content_box a:visited{
	font-size: 1em;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	color: Black;
	text-decoration: none;
	text-align: right; /* vertical-align:bottom; G*/
	font-weight: bold;
}
	/*
	define attributes for "class = content_box"
	hovered over links - Red with dashed grey underline
	*/
.content_box a:hover {
	font-size: 1em;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	color: Black;
	text-decoration: none;
	text-align: right; /* vertical-align:bottom;
		border-bottom:.05em dashed rgb(200, 200, 200); G*/
	font-weight: bold;
}
	/*
	define attributes for "class = content_box"
	clicked on links - Red with dashed grey underscore
	*/
.content_box a:active{
	font-size: 1em;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	color: Black;
	text-decoration: none;
	text-align: right; /* vertical-align:bottom;
		border-bottom:.05em dashed rgb(200, 200, 200); G*/
	font-weight: bold;
}

.img_left{
		float:left;
		margin:.05em .5em .05em .05em;
		padding:.05em;
		border:.05em solid rgb(0,0,0);
}

.img_right{
		float:right;
		margin:.05em .05em .05em .5em;
		padding:.05em;
		border:.05em solid rgb(0,0,0);
}

	/*
	.clearer {
		clear: both;
	}
	*/

.clearer {
		display: block;
		clear: both;
		visibility: hidden;
}
	/*
	following entries copied from original style.css file
	*/
.pagination{
	/* padding: 2px 5px; */
	font-size: 12px;
	/* color = black to hide spacing bullet points - was white */
	color: black;
	text-align: center;
	font-weight: bold; /*background-color: #FFFFFF; */
	background-color: #000000;
	width: inherit; /*margin-top: 10px;
		margin-bottom: 10px; 
		border: 1px solid #E6E6E6;*/
}

.pagination a, .pagination a:active, .pagination a:link,.pagination a:visited  {
	color: #00FF00;
	text-decoration: none;
}

.pagination em{
	text-decoration: none;
	font-style: normal;
	color: red;
	font-weight: bolder;
	font-size: large;
}
.pagination A:hover{
      color: white;
		text-decoration: underline;
}
/* 
     Following Classes used to display property detials in property_layout.php	
*/	
.detailslabel {
	font-weight: bold;
	color: #CC0000;

}
.firstcontents p{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color:#000000;
	text-align: justify;
}

.firstcontents ul{
 list-style-type: square;
 padding-bottom: 2px;
 font-size: 12px;
}

.firstcontents ul ul{
 list-style-type: disc;
}

.firstcontents ul ul ul{
 list-style-type: none;
}


.firstcontents{
	
	font-weight: bold;	
	font-size:100% ;
}
.details{
	font-size: 95% ;
	text-align: left;
	color: Black;
	font-family:  Georgia, Verdana,  Arial, Helvetica, sans-serif;
	display: block;
/*	background-color: #F7F7F7; */

}
.details em{
	font-size: 120%;
	Color: Black;
	/* Georgia and Verdna do not display well in Firefox!? */
	font-family: Arial, Helvetica, sans-serif;
	display: block; /*	background-color: #F7F7F7; */
	font-weight: bold;
	font: normal 200;
}
.details img{
	background-color: #6495ED;
	Padding: 0px 0px 0px 0x; /* border: 3px solid Fuchsia; */
/*	background-color: #F7F7F7; */
	border-color: Red red red red;
	border-width: 3px; /* margin: 3PX, solid #0AB14B; */
	margin: 3px 3px, solid #0AB14B;
}
.thumbbox img {
	background-color: Black; /* #ea1b23;  Red */
	Padding: 1px 1px 1px 1px; /* border: 3px solid Fuchsia; */
/* margin: 3PX, solid #0AB14B; */
	margin: 0px;
	border-width: 4px 4px 4px 4px;
	border: #00FF00; /* #33CC33 Green */
	border-style: outset;
}

.detailstwo{
	font-size: 10px;
	Color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}


/*.detailstwo{
	font-size: 11px;
	border: none;
	line-height: 18px;
}*/

.detailstwo em{
	font-style: normal;
	color: #ea1b23;
	font-weight: bold;
}

.details a:link, .details a:visited{
	color: red;
}

.details a:hover{
	color: red;
	text-decoration: none;
}

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
}

.propertybar img {
	display: inline;
	text-align: center;
}

.propertybar {
	text-align: center;
	margin-bottom: 5px;
}
	/*
	/* define attributes for "id = very_top" 
	/* background=Black
	
/* .property_layout_nav_background {
		float: left; 
		margin: 0; 
		padding: 0;
		width: 780px;
		height: 2em; G 
		ist-style-type: none;
		background:rgb(0,0,0);
		height:4em;
}	*/
.property_layout_nav {
   background-color: Black; /* #ea1b23;  Red */
/*	Padding: 1px 1px 1px 1px; /* border: 3px solid Fuchsia; */
/* margin: 3PX, solid #0AB14B; */
	margin: 0px;
	border-width: 4px 4px 4px 4px;
	border: #00FF00; /* #33CC33 Green */
	border-style: outset;
	background: rgb(0,0,0); /* margin: 0 auto; */
/* border:.00em solid rgb(0,0,0); */
/*	border: none; */
	float: none;
	text-align: center;
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: capitalize;
	color: #00FF00; /*height:2em; G */
}
	/*
	define attributes for "ID = very_top_nav"
	Green/White/Red "Puglia Residential Italy" uses this ID
	*/
/* .property_layout_nav a:link, .property_layout_nav a:visited { */
.property_layout_nav a:link, .property_layout_nav a:active, .property_layout_nav a:visited {
	font-family: georgia,"Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #00ff00;
	font-weight: bold;
	font-size: 1.15em; /*color: rgb(200,200,200);*/
	text-decoration: none;
	float: none;
	text-align: center; /* vertical-align:bottom; g*/
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: middle;
}
	/*
	define attributes for "ID = very_top_nav"
	Green/White/Red "Puglia Residential Italy" uses this ID
	Underline in Yellow when hovered over
	*/
.property_layout_nav a:hover {
	font-family: georgia,"Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	color: rgb(255,255,255); /* Green changes to White */
	text-decoration: underline;
	float: none; /*text-align: justify;  vertical-align:bottom; G*/
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	vertical-align: middle;
}
	/*
	define attributes for "ID = very_top_nav"
	Green/White/Red Puglia Residential Italy uses this ID
	*/
/*	font-family: georgia, "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	color: #00FF00;
	text-decoration: none; /*text-align: justify;  vertical-align:bottom; 
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	vertical-align: middle;
} */
#property_layout_nav ul {
	float: none;
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px; /* width: 750px; */
	list-style-type: none;
	text-align: center;
	color: #00FF00;
	background: rgb(0,0,0); /* height:5em; G*/
	vertical-align: middle;
}
#property_layout_nav_left  {
	float: none;
	text-align: left;
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	color: #00FF00;
	vertical-align: middle;
}
#property_layout_nav_center  {
	float: none;
	text-align: center;
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	color: #00FF00;
	vertical-align: middle;
}
#property_layout_nav_right  {
	float: none;
	text-align: right;
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	color: #00FF00;
	vertical-align: middle;
}
.imagecell {
	width: 240px;
	color: #000000;
	float: none;
} 

.imagecell img {
	background-color: Black; /* #ea1b23;  Red */
	Padding: 1px 1px 1px 1px; /* border: 3px solid Fuchsia; */
/* margin: 3PX, solid #0AB14B; */
	margin: 0px;
	border-width: 4px 4px 4px 4px;
	border: #00FF00; /* #33CC33 Green */
	border-style: outset;
	float: none;
}

.detailstwo{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	display: block;
}
.firstcontents{
	font-weight: bold;
}

.detailstwo{
	font-size: 11px;
	border: none;
	line-height: 18px;
}

.detailstwo em{
	font-style: normal;
	color: #ea1b23;
	font-weight: bold;
}
/* This is used for the text underneath thumbnails in property_results(sale.php) */
.details a:link, .details a:visited{
	/* color: #0AB14B; */
	color: red;
}
/* This is used for the text underneath thumbnails in property_results(sale.php) */
.details a:hover{
	/* color: #0AB14B; */
	color: red;
	text-decoration: none;
}

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
}

	/*
	/* +++++++++++++++++++++++++++++++ IDs Follow ++++++++++++++++++++++++++
	*/
	/*
	define attributes for "id = very_top"
	background=Black
	*/
#very_top {
		/*border-bottom:none; G*/
		background:rgb(0,0,0);
		margin: 0 auto;
		/*height: 2em; G*/
		width: 780px;
		border:.00em solid rgb(0,0,0);
}
	/*
	define attributes for "ID = very_top_nav"
	Green/White/Red "Puglia Residential Italy" uses this ID
	*/
#very_top_nav{
		/* float:right; */
		text-align:right; 
		/*vertical-align:bottom; G*/
		padding-right:.75em;
		text-transform:capitalize;
		color:rgb(255,255,255);
		/*height:2em; G */
		/* style="width: 781; height: 32" */
}
	/*
	define attributes for "ID = very_top_nav"
	Green/White/Red "Puglia Residential Italy" uses this ID
	*/
#very_top_nav a:link, #very_top_nav a:visited{
		font-family: "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
		font-size:.8em;
		color:rgb(200,200,200);
		text-decoration:none;
		float:left; 
		text-align: center;
		/* vertical-align:bottom; g*/
		padding-left:.75em;
		padding-right:.75em;
}
	/*
	define attributes for "ID = very_top_nav"
	Green/White/Red "Puglia Residential Italy" uses this ID
	Underline in Yellow when hovered over
	*/
#very_top_nav a:hover {
		font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
		font-size:.8em;
		color:#FFFF00; /* color:#33cc33; Green changed to Yellow */
		text-decoration:none;
		text-align: left;
		/* vertical-align:bottom; G*/
		padding-left:.75em;
		padding-right:.75em;
}
	/*
	define attributes for "ID = very_top_nav"
	Green/White/Red Puglia Residential Italy uses this ID
	*/
#very_top_nav a:active{
		font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
		font-size:.8em;
		color:rgb(255,255,255);
		text-decoration:none;
		text-align: left;
		/* vertical-align:bottom; G*/
		padding-left:.75em;
		padding-right:.75em;
}
	/*
	define attributes for "ID = welcome_img_background"
	background=Black
	Main image images/welcome_02.jpg uses this
	*/
#welcome_img_background {
		/*border-bottom:none;*/
		background:rgb(0,0,0);
		/*	margin: 0 auto; */
		/* height: 225px; */
		width: 780px;
		text-align:center;
		border:0;
}
	/*
	define attributes for "welcome_img"
	Main image images/welcome_02.jpg uses this
	*/
#welcome_img {
		display: block ;
		border: 0;
		border-style: solid;
		border-left-width: 1px;
		border-right-width: 1px;
		width: 778px;
		text-align:center;
		margin: 0 auto;
		/* height: 221px; */
}
	/*
	define attributes for "ID = navigation_background"
	This id may not be in use
	*/
#navigation_background {
		float: left; 
		/* margin: 0; */
		padding: 0;
		width: 780px;
		/* height: 2em; G */
		/*list-style-type: none;*/
		background:rgb(0,0,0);
		/*	height:4em;*/
}
#navigation ul {
		float: left;
		margin: 0;
		padding: 0;
		width: 780px;
		list-style-type: none;
		text-align: center;
		color: purple;
		background:rgb(0,0,0);
		/* height:5em; G*/
	}
	#navigation li {
		float: left; 
		text-align: center;	
		margin: 0;
		padding: 0;
}
#navigation a {
		float:left; 
		font-weight: bold;
		text-align: center;
		/* vertical-align: middle; */
		text-decoration: none;
		color:#00ff00; /* lime green */
		margin:0;
		padding-top:0em;
		width:8.0em;
		background: rgb(0,0,0);
}

#navigation a:hover {
	float: left;
	color: White; /* Yellow */
	text-decoration: underline;
}

#navigation a:current {
		float:left;
		color: rgb(255,255,255);
}

/*
	define attributes for "ID = navigation ul"

	#navigation ul
	{
		float: left;
		margin: 0;
		padding: 0;
		width: 780px;
		list-style-type: none;
		background:rgb(0,0,0);
		height:4em;
	}
/*
	define attributes for "ID = navigation li"

	#navigation li {
		float: left;
		margin: 0;
		padding: 0;
	}
	/*
	define attributes for "ID = navigation a"

	#navigation a {
		float:left;
		font-weight: bold;
		text-align: center;
		vertical-align:middle;
		text-decoration: none;
		width: 780px;
		color: #00FF00;
		margin:0;
		padding-top:2em;
		/*width:8.0em;
		background: rgb(0,0,0);
	}
	/*
		define attributes for "ID = navigation a:hover"

	#navigation a:hover {
		float:left;
		/*color: rgb(255,255,255); Yellow*
		color: #FFFF00;
		font-size: 100% ;
		text-decoration: underline;
	}

	define attributes for "ID = navigation a#current"
	This id may not be in use

	#navigation a#current {
		float:left;
		color: rgb(255,255,255);
	} */


#property_navigation_background {
	float: none;
	border: 1px; /* margin: 0; */
	padding: 0;
	width: 778px; /* height: 2em; G */
	background: rgb(0,0,0); /*	height:4em;*/
}
#property_navigation a {
	float: none;
	font-weight: bold;
	text-align: center; /* vertical-align: middle; */
	text-decoration: none;
	color: #00ff00; /* lime green */
	margin: 0;
	padding-top: 0em;
	width: 8.0em;
	background: rgb(0,0,0);
}

#property_navigation a:hover {
	float: none;
	color: White; /* Yellow */
	text-decoration: underline;
}

#property_navigation a:current {
	float: none;
	color: rgb(255,255,255);
}

/*
	define attributes for "ID = navigation ul"

	# property_navigation ul
	{
		float: left;
		margin: 0;
		padding: 0;
		width: 780px;
		list-style-type: none;
		background:rgb(0,0,0);
		height:4em;
	}
/*
	define attributes for "ID = navigation li"

	#navigation li {
		float: left;
		margin: 0;
		padding: 0;
	}
	/*
	define attributes for "ID = navigation a"

	#navigation a {
		float:left;
		font-weight: bold;
		text-align: center;
		vertical-align:middle;
		text-decoration: none;
		width: 780px;
		color: #00FF00;
		margin:0;
		padding-top:2em;
		/*width:8.0em;
		background: rgb(0,0,0);
	}
	/*
		define attributes for "ID = navigation a:hover"

	#navigation a:hover {
		float:left;
		/*color: rgb(255,255,255); Yellow*
		color: #FFFF00;
		font-size: 100% ;
		text-decoration: underline;
	}

	define attributes for "ID = navigation a#current"
	This id may not be in use

	#navigation a#current {
		float:left;
		color: rgb(255,255,255);
	} */



#content {
	width: 778px;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif; /*		background:rgb(255,255,255); this is white! */
	background: white;
	font-weight: normal; /*		border:.01em solid rgb(255,255,255); this is white */
	border-style: solid;
	border-width: 1px;
	border-top-color: black;
	border-bottom-color: black;
	border-right-color: #0AB14B;
	border-left-color: #0AB14B;
}
	/*
	define attributes for "ID = quote_box"
	This ID is used to display property images at bottom of the main page
	color=white
	*/
	/*#quote_box{
		float: both;
		text-align: center;
		vertical-align: middle; 
		margin:3em;
		padding:.05em 1em .05em 1em;
		border:.05em solid rgb(200,200,200);
		/* background is Red  
		background:rgb(245,245,245);
	}*/
	/*
	define attributes for paragraphs within "ID = quote_box "
	This ID is used to display property images at bottom of the main page
	color=grey
	*/
#quote_box p {
		color:rgb(100,100,100);
		text-align: center;
		width=780;
     height=175; 
	  vertical-align: middle; 
		font-size:.9em;
}

.bottompics {
	clear: both;
	color: rgb(255,255,255);
	width: 780px; /*border:.05em solid rgb(0,0,0);
		 border-top:none; 
		background:rgb(0,0,0);
		/*margin: 0 auto;*/
	text-align: center; /* vertical-align:middle; G*/
	padding-top: 12px; /*	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;*/
	font-size: .75em;
	background: black;
}
/*
	define attributes for "class = bottompics"
	unvisited links color=blue
	*/
 .bottompics a:link {
		font-size:1em;
		font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
		color:rgb(0,0,255);
		text-decoration:none;
		text-align:right;
		/* vertical-align:bottom; G*/
}
	/*
	define attributes for "class = bottompics"
	visited links color=purple
	*/
	
.bottompics a:visited{
		font-size:1em;
		font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
		color:rgb(128,0,128);
		text-decoration:none;
		text-align:right;
		/* vertical-align:bottom; G*/
}
	/*
	define attributes for "class = bottompics"
	hovered over links - Red with dashed grey underline
	*/
.bottompics a:hover {
	font-size: 1em;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	color: White;
	text-decoration: underline;
	text-align: center; /* vertical-align:bottom;
		border-bottom:.05em dashed rgb(200, 200, 200); G*/
}
	/*
	define attributes for "class = bottompics"
	clicked on links - Red with dashed grey underscore
	*/
.bottompics a:active {
		font-size:1em;
		font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
		color:rgb(255,0,0);
		text-decoration:none;
		text-align:right;
		/* vertical-align:bottom;
		border-bottom:.05em dashed rgb(200, 200, 200); G*/
}


	/*
	/* ++++++ The following ID from original style.css are used for property_results.php ++++++
	*/
.detailslabel {
	font-weight: bold;
	color: #CC0000;
}
#firstcontents p{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color:#000000;
	text-align: justify;
}
#firstcontents ul{
 list-style-type: square;
 padding-bottom: 2px;
 font-size: 12px;
}
#firstcontents ul ul{
 list-style-type: disc;
}
#firstcontents ul ul ul{
 list-style-type: none;
}
.details{
	color: #000000;
/*	background-color: #F7F7F7; */
}
.details img{
	background-color: #6495ED;
	Padding: 10px 10px 10px 10x; /* border: 3px solid Fuchsia; */
/*	background-color: #F7F7F7; */
	border-color: White;
	border-width: 3px; /* margin: 3PX, solid #0AB14B; */
	margin: 3px 3px, solid #0AB14B;
}
