body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:93%;
	color:#000000;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a {
	color:#000099; 
	text-decoration: underline;;
}
a:hover {
	color:#0000ff;
	background:#ebecc4;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .8em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}

.centre {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.smallfont {
	font-size:60%;
}

div#pan {
	border: #dddddd 1px solid;
	width: 400px;
	height: 310px;
	overflow: hidden;
}

/* Header styles  */
#header {
	clear:both;
	float:left;
	position:relative;
	width:100%;
	border-bottom:1px solid #000;
	background-image: url(http://www.st-1100.com/images/topback.jpg);
}

#logo {	
	position:relative; 
	top:-10px;
	width: 409px ;
	margin-left: auto ;
	margin-right: auto ; 
	overflow:hidden;
}

#logoleft {	
	position:absolute; 
	top:-10px;
	width: 112px ;
	margin-left: 0 ;
	margin-right: auto ; 
	overflow:hidden;
}

#logoright {	
	position:absolute;
	float:right; 
	top:-10px;
	width: 223px ;
	right: 0 ;
	overflow:hidden;
}

#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:10px 0 0 0;
	padding:0;
}
#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:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#999966;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}

/* 	navbar section */

#buttons {
	width: 130px ;
	text-align: center ;
}
#buttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#buttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight:bold;
}
#buttons li a {
	color: #ffffff ;
	background-color: #315777 ;
	border: 1px outset #ffffff ;
	width: 130px ;
	text-decoration: none ;
	display: block ;
}
#buttons li a:hover {
	color: #ffff00 ;
	background-color: #a3b6c7 ;
}

#feeds {
	width: 100px ;
	border: 1px outset #254117 ;
	margin-left: 17px;
	text-align: center ;
}
#feeds ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#feeds li {
	margin: 0 ;
	padding: 2px ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#feeds li a {
	color: #ffffff ;
	background-color: #a3b6c7 ;
	width: 91px ;
	text-decoration: none ;
	display: block ;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* 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;
}
/* 3 Column settings */
.threecol {
	background:#ffffff;		/* right column background colour */
}
.threecol .colmid {
	right:17%;			/* width of the right column was 17then19*/
	background-image:url(http://www.st-1100.com/images/backgrd.jpg);
	background-repeat:repeat;
	background-attachment:fixed;	/* center column background colour */
}
.threecol .colleft {
	right:70%;			/* width of the middle column was 70then68*/
	background:#94b2c1;	/* left column background colour */
}
.threecol .col1 {
	width:66%;			/* width of center column content (column width minus padding on either side) was 66then64 */
	left:102%;			/* 100% plus left padding of center column was 102*/
}
.threecol .col2 {
	width:13%;			/* Width of left column content (column width minus padding on either side) was 13*/
	left:21%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) was 21then23*/
}
.threecol .col3 {
	width:15%;			/* Width of right column content (column width minus padding on either side) was 15then17*/
	left:91%;			/* Please make note of the brackets here:
					(was 89 100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding)(100-17+2+0+2+2+0)now 100-13+2+2+0+2+2+0 */
}


/* Footer styles */
#footer {
	clear:both;
	float:left;
	position:relative;
	width:100%;
	border-top:1px solid #000;
}
#ftr {
	text-align:center;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
#ftr p {
	padding:10px;
	margin:0;
}
#validator {
	position:relative; 
	float:left;
	width:100px; 
	margin-left: 21px;
	top: -151px; 
}
