
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background: #FF99FF url(images/headerc.gif) repeat-x;
		min-width:1200px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	a {
	text-decoration: none;
	font-weight: bold;
	color:  #FF00FF;
	outline: none;
	}
	a:active {
	color: #FF66FF;
	}
	a:hover {
	background: #FFCCFF;
	color: #FF00FF;
	text-decoration: underline;
	}
.underline a {
	text-decoration: none;
	font-weight: bold;
	color:  #FF00FF;
	outline: none;
	}
.underline a:active {
	color: #FF66FF;
	}
.underline a:hover {
	background: none;
	color: #FF00FF;
	text-decoration: none;
	}
a.menu {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color:  #000000;
	outline: none;
	}
a.menu:active {
	color: #FF66FF;
	}
a.menu:hover {
	background: #FF00FF;
	color: #FFCCFF;
	text-decoration: underline;
	}

	h1, h2 {

	margin-bottom: 1em;

	text-transform: lowercase;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #FF00FF;

}


h1 {
	clear: both;
	
	letter-spacing: -2px;

	font-size: 26px;
	
	
	
}

h2 {

	letter-spacing: -1px;

	font-size: 22px;

}



h3 {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

h4 {
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
	p {

	margin-bottom: 2.5em;

	line-height: 140%;
	}
	img {
		margin:10px 10px 5px;
		border: 0;
	}
	
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:0 0 0 0;
		padding:0;
		text-transform: lowercase;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:2px 10px;
		text-align:center;
		background:#FFCCFF;
		color:#000;
		border-top:2px solid #FF66FF;
		border-left:2px solid #FF66FF;
		border-right:2px solid #FF66FF;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#FF66FF;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#FF00FF;
		border-top:2px solid #FF00FF;
		border-left:2px solid #FF00FF;
		border-right:2px solid #FF00FF;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	
	#ratings b {
		font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 10px;
	}
	#ratings {
		text-transform: lowercase;
		line-height: 140%;
	}
	#ratings ul {
		width:100%;
		list-style:none;
		margin:0 0 0 0;
		padding:0;
		
	}
	#ratings ul li {
		list-style:none;
		margin:0;
		padding:0;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		height: 25px;
		background:#FFCCFF;
		border-top:5px solid #FF00FF;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	#layoutdims p {
		text-align:right;
		margin-bottom: 1 em;
		line-height: 0;
		
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
		margin-top: 10px;
	}
	/* 3 Column settings */
	.threecol {
		background:#FFCCFF;		/* right column background colour */
	}
	.threecol .colmid {
		right:20%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:60%;			/* width of the middle column */
		background:#FF99FF;	/* left column background colour */
	}
	.threecol .col1 {
		width:56%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:16%;			/* Width of left column content (column width minus padding on either side) */
		left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:16%;			/* Width of right column content (column width minus padding on either side) */
		left:90%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* 2 Column (sub menu) settings */
	.leftsubmenu {
		background:#fff;		/* right column background colour */
	}
	.leftsubmenu .colleft {
		right:50%;			/* right column width */
		background:#fff;	/* left column background colour */
	}
	.leftsubmenu .col1 {
		width:46%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftsubmenu .col2 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	
.picture-left {
	float: left;
	margin: 0 10px 10px;
}
.picture-right {
	float: right;
	margin: 0 10px 10px;
	}
.floatstop {
	clear:both;
}

#button {
	width: 12em;
	border-right: 1px solid #FFCCFF;
	border-left: 1px solid #FF00FF;
	border-top: 1px solid #FFCCFF;
	border-bottom: 1px solid #FF00FF;
	padding: 0 0 0 0;
	margin-bottom: 0.5em;
	font-size: 15px;
	text-transform: lowercase;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #FF00FF;
	color: #000000;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #FF00FF;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 4px 4px 4px 1em;
		border-left: 10px solid #FF00FF;
		border-right: 10px solid #FFCCFF;
		background-color: #FF99FF;
		color: #000000;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 10px solid #FF99FF;
		border-right: 10px solid #FF00FF;
		background-color: #FFCCFF;
		color: #000000;
		}
#button h3 {
		font-size: 16px;
		color: #FFFFFF;
		}
.button2 {
	width: 12em;
	border-right: 1px solid #FF00FF;
	border-left: 1px solid #FFCCFF;
	border-top: 1px solid #FFCCFF;
	border-bottom: 1px solid #FF00FF;
	padding: 0 0 0 0;
	margin-bottom: 0.5em;
	font-size: 15px;
	text-transform: lowercase;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #FF00FF;
	color: #000000;
	}
.button2 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
.button2 li {
		border-bottom: 1px solid #FF00FF;
		margin: 0;
		}
.button2 li a {
		display: block;
		padding: 4px 4px 4px 0.5em;
		border-left: 5px solid #FF99FF;
		border-right: 5px solid #FF00FF;
		background-color: #FFCCFF;
		color: #000000;
		text-decoration: none;
		width: 89%;
		}

	html>body .button2 li a {
		width: auto;
		}

.button2 li a:hover {
		border-left: 5px solid #FF00FF;
		border-right: 5px solid #FFCCFF;
		background-color: #FF99FF;
		text-decoration: none;
		color: #000000;
		}
.button2 ul li a.active,
.button2 ul li a.active:hover {
		color:#fff;
		background:#CC00CC;
		font-weight:bold;
	}
.button2 h3 {
		color: #FFFFFF;
		}
.button2 h3 a {
		background-color: #FF00FF;
		color: #000000;
		}
#headertabs {
		float:left;
		padding:0;
		margin-bottom: 10px;
		border-bottom:2px solid #F9F;
		width:100%;
		}
#headertabs ul {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		text-align:center;
		}
#headertabs ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
	}
#headertabs ul li h3 {
		display:block;
		float:left;
		margin:0;
		padding:2px 10px;
		text-align:center;
		background:#FF99FF;
		color:#000;
		position:relative;
		line-height:1.3em;
		}
.box {
	margin:0px auto;
	width: 90%;
	margin: 25px;
	padding:5px;
	background: url(images/box_strip.jpg) repeat-x;
	border:2px solid #FF66FF;
	}
.box p {
	margin-bottom: 0;
	line-height: 140%;
	}
.box h2 {
	margin-left: 15px;
	color: #000;
	}
.box img {
	border: 5px solid #fcf;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.indent {
	margin-left: 30px;
	margin-right: 30px;
	}	
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
.ten {
	color: #cccccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
.smenu {
	color: #000000;
	}
.pink {
	background-color: #FFCCFF;
	}
.indent {
	margin-left: 30px;
	margin-right: 30px;
	}
.font	{
	color: #FF00FF;
	}
.dpink {
	color: #FF99FF;
	}
.bpink {
	color: #FF00FF;
	}

.lowcase {
	text-transform: lowercase;
	}	
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		background:#FFCCFF;
		border-top:2px solid #000000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
