/* CSS Document */



body {
margin-top:5px;
background-color: #000000;
background-image: url(images/back.jpg);
background-position:top;
background-attachment:fixed;
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}


a:link {
color: #999999;
font-weight:bold;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
font-weight:bold;
text-decoration: underline;
}

a:visited {
color: #FFFFFF;
font-weight:bold;
text-decoration: none;
}

.wrap {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.all {
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

h3 {
font-size: 14px;
color: #205797;
font-style: italic;
}



/* LAYOUT CLASSES */

.main {
width: 800px;
height: auto;
background-color: #333333;
margin-left: auto;
margin-right: auto;
}

.top {
margin-left: auto;
margin-right: auto;
width: 800px;
height: 80px;
background-image: url(images/top.gif);
border: 1px solid #8d38c9;
margin-bottom: 5px;
}

.banner {
margin-left: auto;
margin-right: auto;
width: 800px;
height: 140px;

border: 1px solid  #8d38c9;
margin-bottom: 5px;
}

.menu {
margin-left: auto;
margin-right: auto;
width: 800px;
height: 60px;

border: 1px solid #8d38c9;
margin-bottom: 5px;
}

.middle {
background-color: #3b3b3b;
width: 800px;
height: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
border: 1px solid #8d38c9;
}

.middlecontact {
background-color: #458fdc;
background-image:url(images/bg2.jpg);

width: 800px;
height: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
border: 1px solid #8d38c9;
}

.footer{
margin-top: 5px;
background-color: #3b3b3b;
color:#FFFFFF;
width: 790px;
height: 20px;
padding: 5px 5px 5px 5px;
border: 1px solid #8d38c9;
}


/* MAIN CLASSES */


.text {
font-family: Verdana;
font-size: 11px;
text-align: left;
padding-top: 15px;
padding-left: 20px;
padding-right: 20px;
color: #FFFFFF;
line-height:14px;
}

.text2 {
font-family: Verdana;
font-size: 11px;
font-style:italic;
text-align: left;
color: #666666;
line-height:14px;
}

.text3 {
font-family: Verdana;
font-size: 11px;
text-align: center;
padding-top: 5px;
color: #333333;
line-height:14px;
}

.bold{
font-family: Verdana;
font-size: 11px;
font-weight:bold;
text-align: left;
color: #FFFFFF;
line-height:14px;
}

.textart {
color: #FFFFFF;
font-size: 11px;
margin-left: auto;
margin-right: auto;
font-weight:bold;
font-style:italic;
text-align: left; 
}

.tablegallery {
margin-right: auto;
margin-left: auto;
}

.tablegallery td {
width: 210px;
padding-bottom: 5px;
padding-left: 5px;
color: #37437E;
}


.tabletitle {

background-color: #FFFFFF;
width: 270px;
color: #333333;
text-align:center;
font-weight:bold;
padding: 3px 3px 3px 3px;
border-top: 1px solid #86bffe;
border-bottom: 1px solid #86bffe;
}


.tabletitle2 {

background-color: #F2F2F2;
width: 270px;
color: #333333;
text-align:center;
padding: 3px 3px 3px 3px;
border-bottom: 1px solid #8d38c9;
}

