﻿body 
{
    padding: 0px; 
    margin: 0px;
}

img
{
    border: 0px;
    text-decoration: none;
}

a
{
	text-decoration: none;
	color: blue;
}

a:hover
{
	color: grey;
}

#logo_top
{
    width: 100%; 
    height: 90px; 
    background-image: url('images/logo_top.jpg');
}

#logo
{
    height: 390px; 
    width: 100%; 
    background-image: url('images/logo.jpg');
}
        
#content
{
    font-family: Verdana;
    font-size: 12px;
    margin-top: 50px; 
    width: 100%;
}

.box_bg
{
	background-image: url('../images/content_box/bg.png'); 
	background-repeat: repeat-y; 
	width: 1159px;
}

.box_top
{
	padding-top: 15px; 
	background-image: url('../images/content_box/top.png');
	background-repeat: no-repeat;
}

.box_bottom
{
	height: 20px; 
	background-image: url('../images/content_box/bottom.png');             
	background-repeat: no-repeat;
}

.box_table
{
	padding: 0px; 
	border-style: none; 
	border-spacing: 0px; 
	width: 100%; 
	border-collapse: collapse;
}
        
#bottom
{
    margin-top: 50px; 
    background-image: url(images/footer.png); 
    width: 100%; 
    height: 119px; 
    vertical-align: bottom;
}
#bottom .content
{
    text-align:right; 
    font-family: Verdana; 
    font-size:12px; 
    color: White; 
    margin-right: 50px;
}
#bottom a {font-family:Georgia, "Times New Roman", Times, serif;font-size:large;cursor: auto}
#bottom a:link {color: white; text-decoration: none;}
#bottom a:visited {color: #white;}
#bottom a:hover {text-decoration: none; color: #ff9900; font-weight:bold;}
#bottom a:active {color: #ff0000;text-decoration: none}
