body
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	/* background-image:url(../images/IMG_20090331_0724.JPG); */
	background-image:url(../images/barn1.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	/*background-position:30% 40%; */
	background-position:30% 40%;
	width:100%
}

p
{
letter-spacing:3px;
text-align:center;
}

a:link
{
text-decoration:none;
color:blue;
}
a:visited
{
text-decoration:none;
color:blue;
}
a:hover
{
text-decoration:underline;
color:red;
font-style:italic;
}
a:active
{
text-decoration:underline;
color:blue;
}

table
{
	border:0px solid white;
	width:100%;
	vertical-align:middle;
	table-layout: auto;
}

tr
{
	border:0px solid yellow;
	vertical-align:middle;
	text-align:center;
}

td
{
	border:0px solid yellow;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
}

img 
{
	border:0px solid black;
    padding:0px;
}

img.displayed {    
	border-style:ridge;
    border-color:orange;
    border-width:10px;
    display:block;
    margin-left:auto;
    margin-right:auto;
	width:100%;
	height:100%;
	text-align:center;
}
	
.my_transparency
{
	background-image:url(../images/white.png);
	background-repeat:repeat;
	white-space:nowrap;
}

.my_biography
{
    display: block;
    margin-left: auto;
    margin-right: auto;
	background-image:url(../images/white.png);
	background-repeat:repeat;
}

.my_services
{
    /*display: block;*/
	text-align:center;
    /*margin-left: auto;
    margin-right: auto;*/
	background-image:url(../images/white.png);
	background-repeat:repeat;
}

#gallery
{
    height:426px;
    width:500px;
	background-color:#ccc;
    margin:0;
    padding:0;
    border:none;
}

.frm_body
{
    width:500px;
    height:4000px;
    background-color:#ccc;
    margin:0;
    padding:0;
    border:none;
}

p.left
{

text-align:justify;
}

img.bordered {
    display:block;
    margin-left:auto;
    margin-right:auto;
    border-style:inset;
    border-color:orange;
    border-width:5px;
	border:5px solid brown;
    padding:0px;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:100%;
	height:100%;
} 