body {
    margin-top: 15px;
	margin-left:0px;
	margin-right:0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/backgroung.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;

}

#header{
    width:700px;
	height:123px;
	
}

#header td.left{
background-image: url(images/top-left.jpg);
background-repeat:no-repeat;
background-position:top left;
width:17px;
}

#header td.center{
background-image: url(images/top-center.jpg);
background-repeat: repeat-x;
}

#header td.right{
background-image: url(images/top-right.jpg);
background-repeat:no-repeat;
background-position:top right;
width:17px;
}

#body{
    width:700px;
	height:635px;
}

#body td.left{
background-image: url(images/shadow-left-top.gif);
background-repeat:no-repeat;
background-position:3px 0px ;
width:7px;
}

#body td.center{
background-color:#ffffff;
/*background-image: url(images/top-center.jpg);*/

}

#body td.right{
background-image: url(images/shadow-right-top.gif);
background-repeat:no-repeat;
background-position:1px 0px ;
width:7px;
}

#form{
width:400px;
border-style:dashed;
border-color:#000000;

}

#form td.copy{
background-color:#FFFFCC;
color:#990000;

}

.footer{
height:50px;
width:100%;
background-color:#435270;
color:#FFFFFF;
}

