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

body {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #e1e2da;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10px;
	
}

a {
color: black;
}
b, strong {
color: #713a0e;
font-weight: bold;
}
#centering_container {
	width: 999px;

	margin-left: auto;
	margin-right: auto;
}
#content_area {
	background: url(images/c_bg.jpg);
	width: 533px;
	height: 557px;
	position: relative;
	top: 161px;
	left: 265px;
	float: left;
	overflow: auto;
}
#iframecontent {
	width: 100%;
	border: 0;
	margin: 0:
	padding: 0;
	overflow: auto;
	height: 470px;
}
#content {
	padding: 0px 15px 15px 15px;
	margin-top: 10px;
}
#content p {
	text-align: justify;
	line-height: 16px;
}
#content h1 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	border-bottom: 2px solid #a6530f;
}
#projects {
	background-image: url(images/projects.png);
	width: 504px;
	height: 138px;
	position: absolute;
	top: 364px;
}
#email {
	background-image: url(images/mail.png);
	width: 89px;
	height: 14px;
	position: absolute;
	top: 10px;
	left: 432px;
	cursor: pointer;
	float: left;
}
#content_footer {
	position: absolute;
	top: 535px;
	border-top: 2px solid #a6530f;
	width: 505px;
}
#content_footer a {
text-decoration: none;
color: black;
}
#content_footer_left {
	float:left;
}
#content_footer_right  {
        float:right;
}
#main_menu {
	background: url(images/menu_bg.jpg);
	width: 112px;
	height: 71px;
	position: relative;
	top: 205px;
	left: 260px;
	float: left;
}
#badge_container {
	top: 640px;
	left: 275px;
	position: relative;
	float: left;
}
ul.sidemenu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 10px;
	margin-left: 15px;
}
ul.sidemenu li#current {
	font-weight: bold;
	text-decoration: underline;
}
ul.sidemenu a {
	color: black;
	text-decoration: none;
}
fieldset {
	border: none;
}

-->