/* CSS Document */

*	{
	margin: 0px;
	padding: 0px;
	}

body	{
	text-align:center;
	font: 12px arial, Helvetica, Verdana,Times New Roman,Times;
	color: #666666;
	line-height: 20px;
	background-color:#abc2ec;
	background-image: url(../images/SIW-body-2.gif);
	background-position: top center;
	background-repeat: no-repeat;
	
	}


#wrapper	{
	margin:10px auto;
	}
	

#container	{
	width: 880px;
	margin:0px auto;
	border: 10px #ffffff solid;
	text-align: left;
	background-image: url(../images/background_image.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: white;
	}
	

#contentpage #container	{
	background-image: none;
	background-color: white;
	}
	

	
#header	{
	}
	
	
	
#content	{
	margin: 0px 30px 30px 30px;
	padding-top: 20px;
	clear: both; 
	}
	
#contentleft	{
	float: left;
	width: 50%;
	min-height: 600px;
}

#contentright	{
	float: right;
	width: 50%;
	}

#footer	{
	background-color: #ff7900;
	color: white;
	padding: 10px;
	margin-top: 20px;
	clear: both;
	text-align: center;
	font-size: 10px;
	}
	
		
/* Main text formatting */



h1	{
	font-size: 16px;
	line-height: 24px;
	color: #71277a;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #71277a; 
	}
	
h2	{
	color: #bbb1a6;
	font-size: 16px;
	}
	
p	{
	margin-bottom: 10px;
	}

/* subscribe */

#subscribe	{
	background-color: #ff7900;
	padding: 5px;
	margin-left: 15px;
	border-top: solid 2px #f8ad69;
	border-left: solid 2px #f8ad69;
	border-bottom: solid 2px #c85f00;
	border-right: solid 2px #c85f00;
	}

#subscribe table tr td	{
	font-size: 11px;
	color: white;
	padding: 3px;
	}

#enquiry	{
	background-color: #ffffff;
	padding: 12px;
	margin: 15px 0px 0px 15px;
	border: 1px solid #71277a; 
	}

#enquiry table tr td	{
	font-size: 11px;
	color: #71277a;
	padding: 3px;
	}
	
TD.fieldname	{
	text-align: right;
	}

.form_button	{
background-color: #71277a;
padding: 3px;
color: white;
font-size: 10px;
}
/* Links */

#footer a	{
	color: white;
	}
	
a:link	{
	color: #71277a;
	}
	
a:hover	{
	color: #f8ad69;
	}	
	
/* images */

#header	img	{
	margin: 10px 0px 0px 0px;
	}