﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

#007AD5 UPGEAR.NET
#007AD5
*/



*
{
    margin: 0;
    padding: 0;
}

body
{
    margin-top: 40px;
    background: #000000;
    text-align: justify;
    font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, serif; /*font-family: 新細明體, Arial, Helvetica, sans-serif;*/
    font-size: 13px;
    color: #202020;
}

h1, h2, h3
{
    color: #AA2808;
}

h1
{
}

h2
{
}

h3
{
}

p, blockquote, ul, ol
{
    margin-bottom: 20px;
}

p
{
}

blockquote
{
}

ul, ol, li
{
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px; /*list-style: none;*/
}

a
{
    text-decoration: underline;
    color: #007AD5;
}

a:hover
{
    text-decoration: none;
    color: #FF0000;
}

/* Wrapper */

#wrapper
{
    vertical-align: middle;
    margin: 10% 10%;
}

/* Header */

#header
{
    width: 640px;
    height: 30px;
    margin: 0 auto;
    background: url(../images/img04-1_index.jpg) no-repeat left top;
    color: #FFFFFF;
}

/* Logo */

#logo
{
    text-align: center;
}

#lang
{
    text-align: center;
    font-size: large;
}

#lang a
{
    color: Gray;
    text-decoration: none;
}

#lang a:hover
{
    text-decoration: underline;
    color: #007AD5;
}




/* Page */
#page
{
    width: 640px;
    margin: 0 auto; /* background: url(images/img03_index.jpg) repeat-y left top;*/
    background-color: #FFFFFF;
}


/* Content */

#content
{
    width: 640px;
    padding: 80px 0 80px 0;
}

/* Message */
.err_msg
{
    color: white;
    width: 50%;
    font-size: 10pt;
    padding: 10px 10px 10px 10px;
    background-color: #a52a2a;
    text-align: center;
    margin-left:25%;
    margin-right:25%;
	
}

.err_msg a
{
    color: White;
}

/* Footer */

#footer
{
    width: 640px;
    height: 50px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    background: url(../images/img04_index.jpg) no-repeat left top;
    color: #FFFFFF;
}

#footer p
{
    margin: 0;
    text-align: center;
    font-size: 77%;
}

#footer a
{
    text-decoration: underline;
    color: #FFFFFF;
}

#footer a:hover
{
    text-decoration: none;
}





