/* This is the core style sheet. */
body {
	background-color:#333333;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}
h1 {
	font-size:18px;
	font-style:italic;
	letter-spacing:5px;
}
h2 {
	font-size:14px;
	text-decoration:underline;
}
p {
	font-size:11px;
	text-align:left;
	line-height:1.5em;
}
p.footer {
	font-size:.7em;
	text-align:center;
	font-weight:bold;
}
ul {
	font-size:0.95em;
	display: list-item;
}
a:link {
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#cccccc;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
a:active {
	text-decoration:none;
	color:#000000;
	font-style:italic;
}
#header {
	background-color:#FF0000;
	border:1px #000000 solid;
}
#header p {
	font:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-stretch:extra-expanded;
	font-variant:small-caps;
	color:#FFFFFF;
	text-align:center;
	height: 0;
}
#header h1 {
	text-align:center;
	height: 1px;
}
#content {
	width: 779px;
	position:relative;
}
#navbar {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 198px;
}
#navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navbar ul {
	margin: 0;
	padding: 0;
}
#navbar ul li a:link, #navbar ul li a:visited {
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border: solid #CC0000 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-color: #FF0000;
}
#image {
	background-image: url(black_pinoytender_logo_small_copy.gif); 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 198px;
	height: 180px;
	background-repeat:no-repeat;
	border: #CC0000;
}
#main-text {
	background-color: #ffffff;
	border: 10px #ffffff solid;
	margin-left: 198px;
}
