body {
	text-align: left;
	padding: 0px;
	margin: 0;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	background-color: #FFFFFF;
	text-align: left;
	width: 955px;
	position: relative;

}

#skyscraper {
	position: absolute;
	width: 160px;
	height: 600px;
	top: 35px;
	left: 965px;
}


.floatleft {
	float: left;
	padding: 10px;
}

.floatright {
	float: right;
	padding: 10px;
}


#columnleft {
	float: left;
	width: 600px;
	margin: 0px 0px 20px 5px;
}


#columnleft a {
	color: #FF6600;
	font-weight: bold;

}

#columnleft a:hover {
	text-decoration: underline;
}


#columnright {
	float: right;
	width: 340px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 15px;
}

p {
	padding: 0px 10px 0px 10px;
}

a {
	text-decoration: none;
}

/* EXPRESS MENU */


#expressmenu {
	background-color: #333333;
	width: 955px;
	color: #CCCCCC;
	font-size:9px;
	padding: 5px 0px 5px 0px;
}


#expressmenu a {
	color: #CCCCCC;
}


#expressmenu a:hover {
	color: #ffffff;
}

/* BOOKMARKS */

#bookmarks {
	background-color: #990033;
	position: absolute;
	top: 31px;
	right: 0px;
	color: #FFFFFF;
	font-size: 10px;
	padding: 10px;
}

#bookmarks a {
	color: #FFFFFF;
}


/* MENU */

#menu {
	background-color: #FF6600;
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 8px 10px 8px;
	color: #FFFFFF;
	margin: 0px 5px 0px 5px;
}

#menu a:hover {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 8px 10px 8px;
	background-color: #CC0000;
	color: #FFFFFF;
}

/* FOOTER */

#footer {
	clear: both;
	background-color: #333333;
	font-size: 10px;
	text-align:center;
	color: #FFFFFF;
	padding: 10px 0px 10px 0px;
}

#footer a {
	clear: both;
	font-size: 10px;
	text-align:center;
	color: #FFFFFF;
}

/* HEADINGS */

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FF3300;
	padding: 10px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990033;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF6600;
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 10px 10px;
	text-align: left;
}

h4 {
	border: 1px #CCCCCC solid; 
	background-color:#CCFFFF; 
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 10px 10px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	height: 85px;
}

h4 a {
	color: #000000;
}

h4 a:hover {
	color: #000000;
	text-decoration: underline;
}


hr {
	bord
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	height: 1px;
}
