IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-decoration: none }


* {margin: 0px; padding: 0px; }

p.center{
	text-align: center	
}
h1.title {
	text-align: center
}

body {
    background-color: #000000;
    font: 150%/42px Angelina, Helvetica, sans-serif, Tahoma, Arial;
    color: #DAA520;
    margin-top: 0px;
    margin-bottom: 0px;
}

a:link {
	color: #DAA520;
	text-decoration:underline;
}

a:visited {
	color: #DAA520;
	text-decoration:underline;
}

a:focus {
	color:blue;
	text-decoration:none;
}

a:hover {
	color:blue;
	text-decoration:none;
}

a:active {
	color: blue;
	text-decoration:none;
}


/*menu style */

a.menu:link {
    	color: #DAA520;
	text-decoration:none;
}

a.menu:visited {
    color: #DAA520;
	text-decoration:none;
}

a.menu:focus {
    color: red;
    background-color: green;
	text-decoration:none;
}

a.menu:hover {
    color: red;
    background-color: green;
	text-decoration:none;
}

a.menu:active {
    color: #DAA520;
    background-color: green;
	text-decoration:none;
}

/* 
#########################
## Header
##########################
*/
#header {

    margin: 0px auto;
    padding: 0px 25px;
    background: #000000 url(http://www.highlandrosesdesign.com/images/header.gif);
    background-position: center center;
    height: 215px;
    clear: both;
    color: #000000;
    background-repeat: no-repeat;
	text-decoration: none;
}


.border{
	
    margin: 0px auto;
    padding: 0px 0px;
    background: #000000 url(http://www.highlandrosesdesign.com/images/border.gif);
    background-position: center center;
    height: 20px;
    clear: both;
    color: #000000;
   background-repeat: repeat-x;
}

.mborder{
	
    margin: 0px auto;
    padding: 0px 0px;
    background: #000000 url(http://www.highlandrosesdesign.com/images/mborder.gif);
    background-position: center center;
    height: 10px;
    clear: both;
    color: #000000;
    background-repeat: no-repeat;
}
/* 
#########################
## Structure
##########################
*/

#wrapper {
    width: 1000px;
    margin: 0px auto;
    padding: 0px 15px;
    background: #000000;
    clear: both;
}

#main {
    margin: 0px auto;
    padding: 0px 25px;
    width: 850px;
    clear: both;
}

#footer {

    margin: 0px auto;
    padding: 0px 25px;
    background: #000000 url(http://www.highlandrosesdesign.com/images/header.gif);
    background-position: center center;
    height: 215px;
    clear: both;
    color: #000000;
    background-repeat:no-repeat;
}

/* 
#########################
## Content
##########################
*/
#content {
    margin: 0px 200px 30px 150px;
    padding: 0px 30px 20px 30px;
    width: 740px;
    float: left;
}

* html #content{
    display: inline;
}

.node {
    margin: 10px 0px 10px 0px;
    padding: 20px 0px 20px 0px;
}


/* 
##########################
## Left and Right Side bars
##########################
*/

#left {
    margin: 10px 0px 30px -1200px;
    padding: 20px 0px 20px 0px;
    width: 150px;
    float: left;
	text-align:center;
}

/*
#right {
    margin: 0px 0px 30px -200px;
    padding: 0px 0px 20px 0px;
    width: 200px;
    float: left;
    border-bottom: 5px solid #E3E3E3;
}
*/


/* 
#########################
## Other
##########################
*/
/*
ul.nav {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}

ul.nav a{
    margin: 0px;
    padding: 0px 10px 0px 10px;
    display: block;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
    font-size: 90%;
    background: #fff;
    color: #8BB5C9;
    border-bottom: 1px solid #E3E3E3;
}


ul.nav a:hover{
    color: #04529E;
    background: #E5EEF2;
    border-bottom: 1px solid #00A3E7;
}
*/

.clear { clear: both; width: 100%;}

/*
form#searchform {
    float:right;
    font-size: 9px;
    margin-top: 35px;
}

form#searchform input {
    color: #B2D09D;
    background: transparent;
    border: 1px solid #B2D09D;
    font-size: 11px;
    padding: 3px;
}

form#searchform input:hover {
    background: #181818;
}

form#searchform .button {
    padding: 2px;
}
*/

/* 
#########################
## Header Tags
##########################
*/
/*h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

#content h1 { 
    font-size: 120%;
    line-height: 40px;
    margin: 0px;
    padding: 0px 0px 30px 0px;
    text-align: left;
}

h2 { 
    font-size: 160%;
    line-height: 20px;
    height: 40px;
    padding: 0px 0px 30px 0px;
    margin: 0px auto;
    text-align: center;
}

#left h2, #right h2 { 
    font-size: 160%;
    line-height: 40px;
    margin: 0px;
    text-align: center;
    padding: 0px 0px 10px 0px;
}

*/



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 0px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #DAA520;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

