body {
	max-width: 1050px;
	background: #B1B1C0 url(../img/background.gif) repeat-x ;
	font-family: Arial, Verdana, sans-serif;
	font-size: 93%; /*leave this...it sets the overall size of your fonts.*/
	color: #000;
	margin:auto;
	padding:0;
	text-align:center;
}
.max-width {
width:expression(document.body.clientWidth > 1052? "1050px": "auto" );
}
table {
	font-size:100%; /*leave this font size, change the individual cells below, if the default size isnt to your liking*/
	color:inherit;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*class to set thinner horizontal rule. Change color if you like.*/
hr {
	border: 0;
	color:inherit;
	background-color: #999;
	height: 1px;
	width: 80%;
	text-align: center;
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 10px;
}
li.custom {
	background: url(http://www.love-of-roses.com/images/bullet2.gif) left center no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}
a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #000099;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	/*background-color: #000066;*/
	color: #000099;
}
h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 150%;
	color: #000;
	text-align:center;
}
h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 116%;
	color: #000;
	text-align:center;
}
h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 108%;
	color: #000;
	text-align:center;
}
td.logo {
	background-color:#cccccc;
	font-size: 100%;
}
td.headerbg {
	background-color:#FFFFFF;
	font-size: 93%;
}
td.spacerbg {
	background-color:#FFFFFF;
	font-size: 93%;
}
td.contentbg {
	background-color:#fff;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 93%;
	color:inherit;
	padding:10px;
}
td.rightbg {
	font-family: Arial, Verdana, sans-serif;
	font-size: 86%;
	color:inherit;
	background-color:#e0e0e6;
	padding:5px;
}
td.leftbg {
	font-size: 86%;
	color:inherit;
	margin-left: 5px;
	background-color:#e0e0e6;
	padding:0px;
}
td.footerbg {
	font-size: 86%;
	color:inherit;
	background-color:#fff;
	padding:5px;
}
/* This is for the heading background color....your H1, H2, and H3 tags*/
.hbg {
	background-color:#1d1d4a;
	color:#fff;
	width: auto;
}
a.jumplink {
	text-decoration: none;
	font-size: 100%;
	background-color: transparent;
	color: #000;
}
a:hover.jumplink {
	text-decoration: none;
	font-size: 100%;
	background-color: transparent;
	color: #000;
}

.housebutton {
	line-height: 90%;
}
.housebutton a {
	font-size: 93%;
	font-family:  Verdana, sans-serif;
}
.housebutton a:hover {
	font-size: 93%;
	font-family:  Verdana, sans-serif;
}
.housebutton {
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
}
.housebutton a {
	padding: 4px;
	text-decoration: none;
	display: block;
	color: #407495;
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
}
.housebutton a:hover {
	color: #333300;
	background-color: #ccc;
	border-top:  none;
	border-left: none;
	border-bottom:  none;
	border-right: none;
}
div.full-width-box {
	background-color: #ffffff;
	margin: 15px 0px 10px 0px;
	padding: 15px;
	border: 1px solid #000066;
}
div.full-width-box-blue {
	background-color: #1d1d4a;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #1d1d4a;
}
div.extra-width-box-blue {
	background-color: #1d1d4a;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #1d1d4a;
}

div.full-width-box2 {
	background-color: #ffffaa;
	margin: 15px 0px 10px 0px;
	padding: 15px;
	border: 1px solid #000066;
}
div.half-width-box-left {
	background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: left;
}
div.half-width-box-right {
	background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: right;
}
/* the border of the image inside your half width textbox can be changed.
Its set to #5F8B8C at the moment. You can also change the solid
to either dashed or dotted if you want to*/

/*** Picture inside the text ***/


/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}
.button_Like_Link
{
    font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #000099;
	text-decoration: underline;
    background-color:White;
    width:auto;
    cursor:pointer;
    border-width:0px;
    text-align:left;
}
.button_Like_Link_Two
{
    font-family: Arial, Verdana, sans-serif;
	/*font-size: 100%;*/
	color:White;
	text-decoration: underline;
    background-color:#1d1d4a;
    width:auto;
    cursor:pointer;
    border-width:0px;
    *text-align:center;
    font-weight:bold;
    *width:300px;    
        
}
.button_Like_Link:hover
{
    font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #fff;
	text-decoration: underline;
    background-color:#000066;
    width:auto;
    cursor:pointer;
    border-width:0px;
    text-align:left;
   
}
.DivInner 
{		 	
	margin-left:auto; 
	margin-right:auto;
}
.change
{
	background-color:#000033; 
	color:#fff; 
	font-family:Verdana,Geneva,sans-serif; 
	font-size:12px; 
	text-align:center; 
	font-weight:bold;
}
.tableBorder
{
width:100%;
height: auto;
background-color:#eeeeee;
}
.tableBorder tr 
{
	background:#eeeeee;
	color:#000; 
	font-family:Verdana,Geneva,sans-serif; 
	font-size:12px;
}