
body {
margin : 0;
text-align : center;
background-image: url('../img/bg.jpg');
background-color : #FAF0E6	;
}

* {
  font-family : Arial;
  font-size:12px;
}

#page_wrapper {
position : relative;
margin-top : 10px;
padding-bottom : 25px;
width : 800px;
height : 800px;
text-align : left;
background-color : #ffffff;
border : 1px solid #000000;
}
#page_wrapper2 {
position : relative;
margin-top : 10px;
padding-bottom : 25px;
width : 800px;
text-align : left;
background-color : #ffffff;
border : 1px solid #000000;
}

#page_wrapper3 {
position : relative;
margin-top : 10px;
padding-bottom : 25px;
width : 900px;
text-align : left;
background-color : #ffffff;
border : 1px solid #000000;
}

#header {
margin-top : 10px;
text-align : center;
height : 210px;
}
#menu {
float : left;
width : 190px;
height : auto;
padding-top:10px;
margin-top : 0px;
margin-left : 10px;
}
#line {
border-top : 1px solid #000000;
width : 780px;
margin-left : 10px;
}
#line2 {
border-top : 1px solid #000000;
width : 880px;
margin-left : 10px;
}
#content {
margin-top : 20px;
margin-bottom : auto;
margin-left : 230px;
margin-right : 50px;
}

#content ul{
margin-top : 0px;
margin-bottom : auto;
margin-left : 0px;
margin-right : 50px;
}

#content p {
position : relative;
top : 0;
left : 0;
background-color : transparent;
border : none;
margin-bottom : 25px;
margin-right : 25px;
font-family : Arial;
font-size : 10pt;
}

h1 {
font-size : 14pt;
font-family : arial;
text-align:center;
}

.textarea2 {
position : relative;
top : 10px;
right : 0;
left : 100px;
background-color : transparent;
border : none;
padding-right : 100px;
font-family : Arial;
font-size : 10pt;
}


#copyright_info {
position : relative;
margin-bottom : 10px;
margin-top : 25px;
text-align : center;
font-family : Arial;
font-size : 10pt;
}
a:link {
color : blue;
font-family : Arial;
font-weight : 800;
text-decoration : none;
font-size : 12px;
}
a:visited {
color : blue;
font-family : Arial;
font-weight : 800;
text-decoration : none;
font-size : 12px;
}
a:active {
color : r#000000;
font-family : Arial;
font-weight : 800;
text-decoration : none;
font-size : 12px;
}
a:hover {
color : red;
font-family : Arial;
font-weight : 800;
text-decoration : none;
font-size : 12px;
}
