/*this is the core style sheet for Trendy Garden.com*/

body {
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 10pt; 
	font-family: verdana, sans-serif;
 
	}

a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:11pt;
	font-weight: bold;
	color: #3d2c7a;
	}
a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:11pt;
	font-weight: bold;
	color: #3d2c7a;
	}
a:hover { 
	text-decoration: underline; 
	}

/* specific divs 
#main_border {
	width:750px;
	height: 720px;
	border:4px solid #1a81b0;
	float: left;
	}*/

#inside_background {
	background: url('images/backgnda.jpg') no-repeat top left;
	}
.inside_background2 {
	background: url('images/backgnd2b.jpg') no-repeat top left;
	}
.small_logo	{
	margin-top: 3px;
	margin-left: 4px;
	}	
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal; 
	font-size:10pt;
	color: #000000;
	}
.title {
	margin-top: 375px;
	color: #75240f;
	font-family: "cooper black", sans-serif;
	font-size : 200%;
	font-weight: bold;
	font-style : italic; 
	}
.title2 {
	margin-top: 290px;
	margin-left: 20px;
	color: #75240f;
	font-family: "cooper black", sans-serif;
	font-size : 175%;
	font-weight: bold;
	font-style : italic;
	}
.title3 {
	margin-top: 375px;
	margin-left: 20px;
	color: #75240f;
	font-family: "cooper black", sans-serif;
	font-size : 175%;
	font-weight: bold;
	font-style : italic;
	}
.content {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 10pt; 
	font-family: verdana, sans-serif;
	}
.head span {
	display:none
	}