* { padding: 0; margin: 0; }
img { border: 0; }
#body {
        background-color:#425264;
        margin:0px;
        padding:0px;
        text-align:center;
        height:100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        }
#wrapper {
	margin: 0 auto;
	width: 1100px;
	}
	#header {
		margin-top:5px;
		height:123px;
		width:1100px;
		background-color:#425264;
		background-image:url('/theme/images/splogo.jpg');
		border-right:1px solid black;
		border-left:1px solid black;
		border-top:1px solid black;
		}
	#main {

		min-height:700px;
		width:1100px;
		background-image:url('/theme/images/spback.gif');
		background-repeat: no-repeat;
		border-right:1px solid black;
		border-left:1px solid black;
		border-bottom:1px solid black;
		}
/*
	#subheader {
		padding-top:50px;
		}
*/
		#content {
			margin: 0 auto;
			padding-top: 30px;
			width:760px;
			color:white;
			font-family:verdana;
			font-size:9pt;
			text-align:justify;
			}
	#copyright {
		clear:br;
		margin-top:3px;
		text-align:right;
		width:1100px;
		height:20px;
		font-family: Tahoma;
		font-size:7pt;
		color:#D8D0D0;
		}
		#copyright a {
			color:#D8D0D0;
			text-decoration:none;
			}
			#copyright a:hover {
				color:#559ADC;
				}
