body
{
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
}

.frame
{
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-top-style: double;
    border-bottom-style: double;
    border-top-color: #E1A60A;
    border-bottom-color: #E1A60A;
    border-left-width: 4px;
    border-left-style: double;
    border-left-color: #E1A60A;
    border-right-width: 4px;
    border-right-style: double;
    border-right-color: #E1A60A;
    padding: 8px 0px;
}

a.fancybox.image IMG,
a.fancybox.video IMG
{
    max-width: 210px;
    max-height: 130px;
}

img
{
    border: none;
}

#main
{
    margin: 0 auto;
    width: 940px;
    height: auto;
    border: 5px solid #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/border-radius.htc);
}

#banner
{
    width: 940px;
    height: auto;
}

#banner IMG
{
    margin: 0 auto;
    display: block;
}

#header
{
    padding: 20px;
    background-color: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    height: auto;
}

#header p
{
    font-size: 14px;
    font-weight: 550;
    color: #000;
}

#content
{
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,0.75);
}

.frame
{
    margin-left: 5px; /* width:215px; height:151px; */ /*background-image:url(Photoframe.png);*/
    background-repeat: no-repeat;
    float: left;
}

.frame img
{
    margin-left: 1px;
    margin-top: 1px;
}

.fancybox.video
{
	display: block;
	position: relative; 
	width: 100%; /* for IE 6 */
}

.fancybox.video .overlay
{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%;
	background: url(video_play_overlay.png) no-repeat 50% 50%;
	cursor: pointer;
}
		
.clear-both
{
    clear: both;
}

#footer
{
    padding: 20px;
    background-color: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#footer p
{
    font-size: 14px;
    font-weight: 550;
    color: #000;
}

#footer_power_by
{
    background-image: url(footerbg.jpg);
    background-repeat: repeat-x;
    height: 64px;
    text-align: center;
}

#footer_power_by span
{
    line-height: 64px;
    font-size: 12px;
}

.power
{
    color: #8c8c8c;
}

.powername
{
    color: #dd8c5c;
}

a.powername:link
{
    color: #dd8c5c;
    text-decoration: none;
}

a.powername:hover
{
    color: #dd8c00;
    text-decoration: underline;
}

a.powername:visited
{
    color: #dd8c5c;
    text-decoration: none;
}
