* {
	margin: 0;
	padding: 0;
}

body {
background: #554d42;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

#loginpage{
text-align: center;
}

#contactpage{
margin-left:1.0cm;
}

#aboutpage{
margin-left:1.0cm;
}

#wrap {
margin: 20px auto;
width: 1057px;
}

#logo{
margin-left:55px;
margin-top:11px;
}

#header {
height: 100px;
background: #554d42 url(images/header2.jpg) no-repeat;
}


#menu {
height: 30px;
width: 1057px;
line-height: 30px;
background: #fff url(images/menu2.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
color: #554d42;
font-weight: 600;
font-size: 14px;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#content {
background: #fff url(images/content.jpg) repeat-y;
padding: 0 20px 20px 20px;
}

.right {
float: right;
width: 700px;
text-align: center;
padding-top: 5px;
}
.right h2 {
font-size: 25px;
font-weight: 100;
padding: 10px 0 7px 0;
}

table.center {margin-left:auto; margin-right:auto;}
.right table {
	width: 500px;
	border-collapse:collapse;
	border:0.5px solid #FFCA5E;
}
.left table {
	width: 330px;
        margin-left:10px;
	border-collapse:collapse;
	border:.5px solid #000000;
}
.right table th {
   width:200px;
   background: url(images/menu2.jpg) no-repeat right;
 }
#ritetable th {
 width:200px;
   background: url(images/menu3.jpg) no-repeat right;
 }
.left table th {
   width:200px;
   background: url(images/table.jpg) no-repeat right;
 }
 
.left {
float: left;
width: 300px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 25px;
padding-left: 10px;
text-align:center;
height: 24px;
line-height: 24px;
background: #413326;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#bottom {
background: #fff url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }