html {
background: url(../images/bg_gradient.jpg) repeat-x top left #000;
}
body {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	color: white;	
}
#blog{
float: left;
margin-left: 240px;
margin-top: -50px;
}
a {
color: white;
}

#header {
	margin: 30px;
	width: 171px;
	height: 101px;
	margin-left: 140px;
	position: relative;
	z-index: 100;
}
div#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
	position: relative;
	z-index: 0;
}
#left_column {
	float: left;
}
img {
	border: none;
}
#accordion {
	float: left;
	background: url(../images/portfolio.jpg) no-repeat top left;
	width: 568px;
	height: 350px;
	margin-top: -150px;
	padding-top: 208px;
	padding-left: 138px;
}
#links {
	float: left;
	background: url(../images/text_bubble.png) repeat top left;
	width: 440px;
	height: 80px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
}
#copyright {
	float: right;
	margin-top: 30px;
}
#findmeon {
	margin-right: 15px;
}
#right_column {
	float: left;
	width: 360px;
	margin-left: -80px;
}
.hidden {
	float: left;
	margin-left: -3000px;
}
#contact {
	margin-top: 20px;
	margin-left: 80px;
	float: left;
}
body, html {
	padding:0;
	margin: 0;
}
.toggler {
	cursor:pointer;
	color:#000;
	margin: 0;
	font-size:15px;
	background: url(../images/selected_panel_single.jpg) no-repeat 0 0;
	display: block;
	width: 460px;
	height:35px;
	font-family: Verdana;
	padding: 15px 0 0 40px;
}
.toggler:hover {
	background-position: 0 -50px;
}
.element {
	padding: 0;
	margin: 0;
	height: 160px;
	width: 460px;
	margin-left: 0px;
}
.selected {
	color: white;
	background: url(../images/selected_panel_single.jpg) no-repeat 0 -100px;
}
.selected .description {
	color: #ffffff;
}
.selected:hover {
	background-position: 0 -100px;
}
.description {
	font-size: 12px;
	color: #666666;
}
.image {
	margin-bottom: -3px;
	height: 160px;
}
#content_text {
	background: url(../images/text_bubble.png) repeat top left;
	padding: 15px 10px 0px 10px;
	float: left;
}
#cv {
	padding: 5px 15px 0px 15px;
	text-align:center;
	float: left;
}
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
	text-align:left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
#view_portfolio {
	background-color: #60A8E3;
	width: 143px;
	height:30px;
	float: left;
	padding-top: 10px;
	margin-right: 15px;
}
#view_cv {
	background-color: #DA51A1;
	width: 143px;
	height:30px;
	float: left;
	padding-top: 10px;
}
