@charset "UTF-8";
/* CSS Document */

body{
	margin:0 auto;
	background:#003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
}

h1{
	color:#a20032;
	font-weight:normal;
	clear:left;
	margin:5px 0 15px 0;
}

.bottom{
	margin:25px 0 15px 0;
}

p{
	color:#0e05c6;
	padding:0;
	margin:8px 0 0 0;
	clear:left;
}

.underline{
	text-decoration:underline;
}

a{
	color:#a20032;
	font-weight:bold;
}



#outer{
	height: 582px;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -293px;
	left: 0;
}

#main{
	width:781px;
	height:582px;
	margin:0 auto 0 auto;
}

#header{
	width:781px;
	height:44px;
	display:inline;
	float:left
}


#content{
	display: inline;
	float:left;
	width:781px;
	height:486px;

	background: bottom right no-repeat url('../images/wwsi/images/main-bg.jpg') #ffffe5;
}

	#main-header{
		width:781px;
		display:inline;
		float:left;
		padding: 0 0 8px 0;
		background: bottom repeat-x url('../images/wwsi/images/red-blue-lines.gif'); 
	}
	
		#logo {
			display:inline;
			float:left;
			margin:8px 0 6px 7px;
		}
		
		#sport{
			float:right;
			display:inline;
			margin:7px 12px 0 0;
		}
	
	#text{
		display:inline;
		float:left;
		width:761px;
		padding:10px 0 0 10px;
		
		
	}
	
#footer{
	background:url('../images/wwsi/images/footer.gif');
	height:52px;
	width:781px;
	display:inline;
	float:left;
}

form {
	float:left;
	padding:0; 
	margin:5px 0 5px 70px;
	width:300px;
}

form fieldset{
	border:0;
	margin:0;
	padding:0;
}

form fieldset legend {
	padding-bottom:0px;
}

form fieldset p.legendextra {
	margin-bottom:0;
}

form fieldset .btn-buynow {
	width:91px; 
	height:24px;
	text-indent:-9999px; 
	margin:0;
	background:url('../images/wwsi/images/btn-buynow-small.gif') no-repeat;
	border:none;
	padding:0; 
	cursor:pointer;
	display:block; 
	float:left;
}

form fieldset .btn-moreinfo {
	width:91px;
	height:24px; 
	text-indent:-9999px; 
	margin:0 0 0 5px; 
	background:url(../images/wwsi/images/btn-moreinfo-small.gif) no-repeat; 
	border:none; 
	padding:0; 
	cursor:pointer; 
	display:block; 
	float:left;
}

