
body {
	background-color: #1f425b;
	margin-top: 0px;
	text-align: center;
	font: 12pt Gill Sans, Arial, Helvetica, Verdana, sans-serif;
}

a, a.active {
	color: #1f425b;
}

a.visited {
	color: #42464d;
}

div#page_container {
	width: 75%;
	min-width: 625px;
	text-align: left;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	width: 100%;
	margin: 15px 0px 15px 0px;
	position: relative;
	top: 0px;
}

div#logo {
	width: 96px;
	height: 96px;
	float: left;
	margin-bottom: 15px;
	background: url(https://st.pimg.net/devcom/images/logo.gif) no-repeat;
}

div#name {
	width: 324px;
	height: 55px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	background: url(https://st.pimg.net/devcom/images/name.gif) no-repeat;
}

/* start rollover menu */
div#menu {
	width: 150px;
	height: 44px;
	position: absolute;
	top: 0px;
	right: 25px;
	margin-top: 20px;
}

div#who {
	width: 93px;
	height: 14px;
}

div#talks {
	width: 36px;
	height: 14px;
	position: absolute;
	top: 0px;
	left: 110px;
}

div#services {
	width: 61px;
	height: 14px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div#contact {
	width: 59px;
	height: 13px;
	position: absolute;
	bottom: 0px;
	left: 90px;
}

a#who_link img {
	width: 88px;
	height: 14px;
	background: no-repeat url(https://st.pimg.net/devcom/images/who_off.gif);
	border: 0px;
}

a#talks_link img {
	width: 36px;
	height: 14px;
	background: no-repeat url(https://st.pimg.net/devcom/images/talks_off.gif);
	border: 0px;
}

a#services_link img {
	width: 88px;
	height: 14px;
	background: no-repeat url(https://st.pimg.net/devcom/images/services_off.gif);
	border: 0px;
}

a#contact_link img {
	width: 88px;
	height: 14px;
	background: no-repeat url(https://st.pimg.net/devcom/images/contact_off.gif);
	border: 0px;
}

div#who a#who_link:hover img {
	width: 92px;
	height: 14px;
	background: no-repeat url(https://st.pimg.net/devcom/images/who_on.gif);
	border: 0px;
}

div#who a#who_link:hover {
	background: no-repeat url(https://st.pimg.net/devcom/images/who_on.gif); /* MSIE fix */
}

div#talks a#talks_link:hover img {
	width: 40px;
	height: 14px;
	background: no-repeat url(https://st.pimg.net/devcom/images/talks_on.gif);
	border: 0px;
}

div#talks a#talks_link:hover {
	background: no-repeat url(https://st.pimg.net/devcom/images/talks_on.gif); /* MSIE fix */
}

div#services a#services_link:hover img {
	width: 66px;
	height: 14px;
	background: no-repeat url(https://st.pimg.net/devcom/images/services_on.gif);
	border: 0px;
}

div#services a#services_link:hover {
	background: no-repeat url(https://st.pimg.net/devcom/images/services_on.gif); /* MSIE fix */
}

div#contact a#contact_link:hover img {
	width: 62px;
	height: 13px;
	background: no-repeat url(https://st.pimg.net/devcom/images/contact_on.gif);
	border: 0px;
}

div#contact a#contact_link:hover{
	background: no-repeat url(https://st.pimg.net/devcom/images/contact_on.gif); /* MSIE fix */
}
/* end rollover menu */

.clearboth {
	clear: both;
}

/* rounded-corners */
.roundcont {
	width: 100%;
	background-color: #fff;
	color: #42464d;
}

.roundcont p, h1, h2, h3, h4, h5, h6, pre {
	margin: 0 25px;
}

.roundcont p, pre {
	margin-bottom: 15px;
}

.roundtop { 
	background: url(https://st.pimg.net/devcom/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(https://st.pimg.net/devcom/images/br.gif) no-repeat top right; 
}

img.corner {
   width: 41px;
   height: 41px;
   border: none;
   display: block !important;
}

/* end rounded-corners */
