body,
html{
	margin:0;
	padding:0;
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
	background:#003366 url(../images/star-international-base-1024-slice.jpg) repeat-x;	
}

/* HEADING */

#header-left {
   width: 50%;
   height: 550px; /*has to be the height of header */
   position: absolute;
   top: 0;
   left: 0;
   background: transparent url(../images/star-international-base-1024-slice.jpg) repeat-x;
} 

#header-content {
        position: relative;
        z-index: 1;
} 

body> {
	position:fixed;
}

div#content {
	background: #003366;
	padding: 0 10px;
	margin-left: 0px;
}
	
/* LICORICE ALLSORTS */
h1,
h2 {
	padding:0;
	margin:0;
}
h1 {
	font-size:24px;
	text-align:left;
	padding-top:0px;
	padding-right:0px;
	color:#f90;
	font-family: Verdana;
	font-style: italic;
}
h2 {
	font-size:16px;
	font-weight: bold;
	padding-top:1em;
	margin-top:0;
}
p {
	margin-bottom:0;
	font-size:12px;
}
ul {
	font-size:12px;
	line-height:1.4em;
}
table#hero-text-pic {
	margin-top:5px;
}

p#hero-text-p {
	padding-top:42px;
}

.menu-off   { color: #fff; font-size: 11px; font-family: Verdana; font-weight: bold; text-decoration: none }

A { text-decoration:none;}
A:link	{color:#ffffff;}
A:visited{color: #ffffff;}
A:hover	{color: #f90;text-decoration:underline;}

