/*** BASIC RESET ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 102%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	background: transparent;
	
}
body {
	background: #DBD2D3  url('file:///C|/Users/ewang/AppData/Local/images/starburst_background.gif') no-repeat fixed center top;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

img.floatLeft { 
    float: left; 
    margin-left: 5px;
}
img.position{
	position: relative;
	top: 185px;
	left: 5px;
}
img.abspos{
	position: absolute;
	left: 775px;
	top: 92px;
	z-index: 1;
}
img.abspos2{
	position: absolute;
	left: 780px;
	top: 277px;
	z-index: 3;
}
img.abspos3{
	position: absolute;
	z-index: 1;
}
img.abspos4{
	position: absolute;
	margin: 180px 0px 0px 10px;
	z-index: 3;
}

#title {
	width:532px;
	height:215px;
}

#title .heading {
	padding: 0px 15px 5px 15px; 
	font-size: 41px;
	font: "Bell Gothic Std Black";
	font-weight: bolder;
	color: #febf0f;
}

#title .subheadingtop {
	padding: 15px 15px 5px 15px; 
	font-size: 18px;
	font: "Bell Gothic Std Black";
	color: #ffffff;
}

#title .subheadingL {
	padding: 0px 15px 15px 15px; 
	font-size: 28px;
	font: "Bell Gothic Std Black";
	font-weight: bolder;
	color: #ffffff;
}

#title .subheadingM {
	padding: 0px 15px 15px 15px; 
	font-size: 20px;
	font: "Bell Gothic Std Black";
	color: #ffffff;
}

#title .subheadingS {
	padding: 0px 15px 15px 15px; 
	font-size: 14px;
	font: "Bell Gothic Std Black";
	color: #ffffff;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*** END RESET - START SPECIFICS ***/

#site-container {
	width: 800px;
	margin: 20px auto;
}

#header {
	background-color: #10a0c6;
	height: 46px
}

#navbar {
	height: 20px;
	background-color: #febf0f;
	margin-top: 3px;
}

#heading {
	font-size: 18px;
	color:#333333;
	text-decoration:underline;
	margin-bottom: 8px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	margin-top: 3px;
}

#content p {
	margin-top:1.0em;
}

#text {
	background-color: #febf0f;
	border: 30px #febf0f solid;
	margin-top: 3px;
	clear: both; 
	margin-top: 3px; 
	color:#333;
	
}

#manila-wrap {
	background-color: #febf0f;
	border: 15px #febf0f solid;
	margin-top: 3px;
	padding: 15px 15px;
	
}
	
#footer {
	background-color: #da64a6;
	margin-top: 3px;
	text-align: center; 
	color: #FFF; 
	padding: 10px 0; 
	line-height: 1.4em;
}

#footer p {
	margin-top:1.0em;
}

ul.star{
	margin-left: 30px;
	list-style-image: url('file:///C|/Users/ewang/AppData/Local/images/star.gif');
	font-size: 16px;
	
}


#col1{
	float: left;
	width: 15px;
	height: 1116px;
	background-color: #febf0f;
}
#col2{
	float: left;
	width: 357.5px;
	padding: 10px;
	height: 1096px;
	background-color: #FF9;
}
#col3{
	float: left;
	width: 15px;
	height: 1116px;
	background-color:#febf0f;
}
#col4{
	float: left;
	width: 357.5px;
	padding: 10px;
	height: 1096px;
	background-color: #FF9;
}
#col5{
	float: left;
	height: 1116px;
	width: 15px;
	background-color: #febf0f;
}
#bottombar{
	float: left;
	height: 20px;
	background-color: #febf0f;
	width: 800px;
	margin-bottom: 10px;
}

