@charset "UTF-8";
/* CSS Document */

<style type="text/css">

html {
	height: 100%;
	width: 100%;

}

body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
	background-color: #222;

}
a:link {
	color: #666;
	text-decoration: none;
	display: block;
}
a:visited {
	color: #888;
	text-decoration: none;
	display: block;
}
a:hover {
	color: #a2d31d;
	background-color: #ECECEC;
	text-decoration: underline;
}

#topbar {
	width: 100%;
	height: 4px;
	background-color: #a2d31d;
}


#top2 {
	margin-top:5px;
	float:left;
	width: 300px;
	background-color: #222;	
}

#logo2 {
	float:left;
	margin-top:9px;
	width: 333px;
	height: 65px;
	background-image:url(../images/richardbloom.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

#container {
	width: 51px;
	margin-left: 10px;
	height: 100%;
}

#content3 {
	width: 625px;
	margin-right: auto;
	margin-top: 3px;
}

#adunitContainer {
	width: 900px;
	height: 400px;
}


#content3 ul {
	margin: 0px;
	padding: 0px;

}


img {
	border-color:#333;

}

#content3 h1 {
	font-size: 150%;
		padding: 0px 0px 2px;

	line-height: normal;
	margin: 0px 0px 3px;
	color:#EEE;
}

#content3 h2 {
	font-size: 100%;
	line-height: normal;
	margin: 0px 0px 5px;
	padding: 0px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555;
	color:#EEE;
}

#content3 h3 {
	font-size: 140%;
	line-height: normal;
	margin: 0px 0px 5px;
	padding: 6px 0px 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #555;
	color:#a2d31d;
}

#content3 h4 {
	font-size: 120%;
	font-weight:800;
	color:#999;
	margin: 0px 0px 5px;
	padding: 8px 0px 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;

}

#content3 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content3 li {
}

#projectInfo {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#projectInfo em {
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
}

#projectInfo h3 {
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: normal;
}

#projects {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
}

/* CSS ID TAGS : END */

-->
</style>