body {
	font: 9px/18px Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 10px;
}
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}

#container {
	text-align: left;
}

#header {
	display: none;
}
#baseLine {
	display: none;
}

/* would only be used if we have expandable layout in height not fixed */
#contentWrapper {

}

#colLeft {
	float: left;
	width: 450px;
}
#colLeftHome {

}
#colRight {
	float: left;
	width: 220px;
	text-align: right;
	
}
#colRight img {
	width: 199px;
	height: 160px;
}
#colRightHome {
	margin-top: 10px;
}

div.columnLeft {
	float: left;
	width: 200px;
}
div.columnRight {
	float: right;
	width: 200px;
}
div.columnLeft ul li, div.columnRight ul li {
	padding: 0 0 2px 0;
}

#colLeft div.content {

}
#colRight div.content {

}
#colRight div.content div.photo {

}
#colRight div.content p {
	color: #999999;
	font: 16px/20px "Arial Narrow", Arial, Verdana, sans-serif;
	padding: 10px 15px 0 20px;
	text-align: left;
}
#colRight div.content p a {
	display: none;
}

#footer {
	border-top: 1px solid #000;
	padding: 15px 0 0 0;
}
#footer ul {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
	list-style-image: none;
}
#footer ul li.company {
	display: block
}
#footer ul li {
	display: none;
}

#footer p {
	color: #999;
}

/* overall classes */

.clear {
	clear: both;
}
.highlight {
	color: #000;
}

/* tags */

h1 {
	color: #000;
	font: 44px "Arial Narrow", Arial, Verdana, sans-serif;
	padding: 0 0 15px 0;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #000;
	margin: 0 0 15px 0;
}
h2 {
	color: #000;
	font: bold 14px Arial, Verdana, sans-serif;
	padding: 0 0 15px 0;
}
h3 {
	color: #000;
	font: 0.9em Arial, Verdana, sans-serif;
	padding: 0 0 15px 0;
}
p {
	padding: 0 0 15px 0;
}

ul, ol {
	margin: 0 0 0 35px;
	padding: 0 0 15px 0;
}
li {
}

a {
	color: #000;
	text-decoration: underline;
}
