@charset "utf-8";
/* CSS Document */

html {
 width: 100%;
 background-color: #000;
}
body {
 background-color: #000;
 margin: 0px;
}
#mainPage_about {
 background-color: #fff;
 margin: 0 auto 0 auto;
 height: 800px;
 width: 800px;
 margin: 0px;
 background: url(../images/pageBG.jpg);
 background-repeat: no-repeat;
 background-position: center;
}
.mainPage_about {
 padding-top: 20px;
 padding-right: 30px;
 padding-bottom: 20px;
 padding-left: 30px;
}
#mainPage_extend {
 background-color: #fff;
 margin: 0 auto 0 auto;
 height: 2500px;
 width: 800px;
 margin: 0px;
 background: url(../images/pageBG_extend.jpg);
 background-repeat: no-repeat;
 background-position: center;
}
.mainPage_extend {
 padding-top: 20px;
 padding-right: 30px;
 padding-bottom: 20px;
 padding-left: 30px;
}
#mainPage_down {
 background-color: #fff;
 margin: 0 auto 0 auto;
 height: 850px;
 width: 800px;
 margin: 0px;
 background: url(../images/pageBG_down.jpg);
 background-repeat: no-repeat;
 background-position: center;
}
.mainPage_down {
 padding-top: 20px;
 padding-right: 30px;
 padding-bottom: 20px;
 padding-left: 30px;
}
#mainPage_contact {
 background-color: #fff;
 margin: 0 auto 0 auto;
 height: 150px;
 width: 800px;
 margin: 0px;
 background: url(../images/pageBG_contact.jpg);
 background-repeat: no-repeat;
 background-position: center;
}
.mainPage_contact {
 padding-top: 20px;
 padding-right: 30px;
 padding-bottom: 20px;
 padding-left: 30px;
}
#mainPage_mail {
 background-color: #fff;
 margin: 0 auto 0 auto;
 height: 100px;
 width: 800px;
 margin: 0px;
 background: url(../images/pageBG_mail.jpg);
 background-repeat: no-repeat;
 background-position: center;
}
.page {
 font-size: 12px;
 font-family: "Century Gothic", Arial;
 color: #000;
}
.quote {font-size: 12px; font-family: "Century Gothic", Arial; font-weight:bold; color: #990000;}

.page_h1 {
 color: #990000;
 font-size: 16px;
 font-weight: bold;
 font-family: "Century Gothic", Arial;
}

.page_h1 a:link {color: #990000; text-decoration: none;}
.page_h1 a:visited {color: #990000; text-decoration: none;}
.page_h1 a:hover {color: #990000; text-decoration: underline;}
.page_h1 a:active {color: #990000; text-decoration: none;}

.page_h2 {
 color: #000;
 font-size: 13px;
 font-weight: bold;
 font-family: "Century Gothic", Arial;
}

.page a:link {color: #990000; text-decoration: none;}
.page a:visited {color: #990000; text-decoration: none;}
.page a:hover {color: #990000; text-decoration: underline;}
.page a:active {color: #990000; text-decoration: none;}

#current {
 background: url(../images/current.png);
 background-repeat: no-repeat;
 background-position: center;
}
.red {
 color:#990000;
 font-size: 12px;
 font-family: "Century Gothic", Arial;
}
