* {
	padding : 0;
	margin : 0;
    font-family:sans-serif;
    font-size:10pt;
}

a img {
    border:none;
}
a {
    border:none;
}

body {
	/* width : 1054px; */
	margin-left : auto;
	margin-right : auto;
    background-color:#eceff5;
}

div#wrap {
	width : 1024px;
    margin:auto;
    background-color:white;
    padding:15px;
}

div#header {
    margin-bottom:15px;
}
div#header div.publicity {
    display:inline-block;
}
div#header div#contact_logo {
    display:inline-block;
}

div.footer {
	clear : both;
	width : 100%;
	text-align : center;
    color : white;
    background:url("../images/bg_footer.png") repeat-x;
    margin-top:30px;
}
div.footer a {
    color:white;
    text-decoration:none;
}
div.footer table td {
    vertical-align:top;
}

div#main
{
    margin-left:177px;
    width : 847px;
}

.align_right
{
    text-align:right;
}

.error {
    color:#ff0000;
}

div#redirect_message
{
    width:492px;
    margin:auto;
    margin-top:50px;
}
div#redirect_message .top
{
    width:492px;
    height:78px;
    background-image:url("../images/rectangle/top.jpg");
}
div#redirect_message .middle
{
    width:492px;
    padding:15px;
    background:url("../images/rectangle/middle.jpg") repeat-y;
}
div#redirect_message .bottom
{
    width:492px;
    height:74px;
    background-image:url("../images/rectangle/bottom.jpg");
}