@charset "utf-8";
body {
	color: #000;
	font: 0.75em Tahoma, Arial, Helvetica, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}

#container {

}

/* header */

#header {
	display: none;
}

/* menu */

#menu {
	display: none;
}

/* content */

#content {

}
#content div#colLeft {
	width: 420px;
	float: left;
}
#content div#colRight {
	width: 200px;
	float: right;
}
#content div#colRight img {
	border-top: 1px solid #FFF;
	width: 200px;
}

#content div#footer {
	clear: both;
	border-top: 1px solid #000;
	margin-top: 20px;
	padding-top: 15px;
}

#content div#footer div#copyright {

}
#content div#footer div#copyright p {

}

#content div#footer div#workforus {
	display: none;
}

/* overall tags */

h1 {
	font-size: 2.1em;
	padding: 0 0 6px 0;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.2em;
	padding: 0 0 15px 0;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	padding: 0 0 15px 0;
	font-weight: bold;
}
h4 {
	font-size: 0.8em;
	padding: 0 0 15px 0;
	font-weight: bold;
}
ul {
	margin: 0 0 15px 20px;
	list-style: square;
}
ul li {
	padding: 0 0 15px 0;
}
p {
	padding: 0 0 15px 0;
}
a {
	color: #000;
	text-decoration: underline;
}

.floatLeft {
	float: left;
	margin: 0 10px 5px 0;
}
.floatRight {
	float: right;
	margin: 0 0 5px 10px;
}