html,body {
height: 100%;
min-width: 1017px;
font-size: 75%;
margin: auto; 
}
body { 
font: normal 0.9em/1.2 Arial, sans-serif;
color: #575757;
background-color : #ffffff;
margin : 0;
padding : 0;
width: 100%;
background-image : url('./images/bg.jpg');
background-repeat : no-repeat;
background-position : left top;
} 
.align_center
{
position: relative;
width: 100%;
height: 100%;
}
.align_center:after
{
content: '';
display: block;
clear: both;
}
.align_center_to_left
{
position: relative;
right: 50%;
float: right;
}
.align_center_to_right
{
position: relative;
z-index: 1;
right: -50%;
}
.main {
width: 1017px; 
background-color: #ffffff;
}
.header {
width: 1017px;
height: 456px;
background-image : url('./images/header.jpg');
background-repeat : no-repeat;
background-position : left top;
}
.content {
padding-top: 100px;
width: 1017px;
color: #575757;
}
.pagetext {
text-align: justify;
color: #000000;
padding-left: 38px;
padding-right: 20px;
}
.photo {
border: 1px solid #ffffff;
}
.copyline {
width: 1017px;
text-align: right;
}
.copyright {
background-image : url('./images/copy_bg.jpg');
background-repeat : no-repeat;
background-position : left top;
width: 277px; 
height: 160px;
text-align: center;
}
.copytext {
padding-top: 40px;
width: 277px; 
height: 160px;
color : #ffffff;
}
.menu-line {
padding-left: 25px;
padding-top: 420px;
}
.mymenu {
color: #221e12;
text-align: left;
margin: 0;
padding-left: 5px;
}
.ulmenu {
text-align: left;
list-style-type: none;
margin: 0;
padding: 0;
}
.ulmenu li {
display: inline;
padding: 10px;
}
.mymenu-icons {
color: #221e12;
text-align: left;
margin: 0;
padding-left: 5px;
}
.ulmenu-icons {
text-align: left;
list-style-type: none;
margin: 0;
padding: 0;
}
.ulmenu-icons li {
display: inline;
padding: 10px;
}
.new {
color: red;
}

h1 {
font-family : Arial,Verdana, Tahoma, sans-serif;
font-size : 18pt;
color: #575757;
} 
h2 { 
font-family : Arial,Verdana, Tahoma, sans-serif;
font-size : 12pt;
color: #575757;
} 


a:link {
font-size: 14px;
color : #000000;
text-decoration : none;
} 
a:visited {
font-size: 14px;
color : #000000;
text-decoration : none;
} 
a:active { 
font-size: 14px;
color : #000000;
text-decoration : none;
} 
a:hover { 
font-size: 14px;
color : #cccccc;
text-decoration : underline;
} 
a.menu:link { 
font-weight: bold;
font-size: 11px;
color : #2173A3;
text-decoration : none;
} 
a.menu:visited { 
font-weight: bold;
font-size: 11px;
color : #2173A3;
text-decoration : none;
} 
a.menu:active { 
font-weight: bold;
font-size: 11px;
color : #2173A3;
text-decoration : none;
} 
a.menu:hover { 
font-weight: bold;
font-size: 11px;
color : #9ab;
text-decoration : none;
} 
.form { 
background-color : #222;
color : white;
border : 1px solid #444;
font-family : Verdana, Tahoma, sans-serif;
font-size : 0.8em;
} 
.button { 
background-color : #222;
color : white;
border : 2px outset #444;
font-family : Verdana, Tahoma, sans-serif;
font-size : 0.8em;
} 

