@charset "UTF-8";

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin:0;
	padding:0;
	font-size:10px;
	
}

a
{
	font-size:10px;
}

#container
{
	min-width:850px;
	height:auto;
	margin:20px 0 0 0;
}

#leftpanel
{
	position: fixed;
	top:0;
	left:0;
	padding-left:20px;
	padding-top:32px;
	width:135px;
	height:100%;
	margin:0;
	padding-right:30px;
	overflow:auto;
	z-index:1;
	background-color:#FFFFFF;
	border-right:thin;
	border-right-color:#e6e6e6;
	border-right-style:dashed;
}

#maincontent
{
	position:relative;
	left:220px;
	top:10px;
	width:700px;
	margin:0;
	padding-bottom:20px;
	color: #4c4c4c;
	
}

#logo
{
	width:120px;
	height:145px;
	background-image:url(Images/DG.png);
	background-repeat:no-repeat;
	margin-bottom:25px;
	margin-left:12px;
}

#text
{
	text-align:right;
	margin-top:20px;
	padding:0;
}

.dan
{
	color: #787878;
}


.about
{
	color: #a6a6a6;
}

.person
{
	color: #333333;
	margin-top:10px;
}

.scroll
{
	font-size:9px;
	color: #b3b3b3;
}

#contactpanel
{
	width:128px;
	text-align:right;
	margin-top:20px;
	border-top:thin;
	border-top-color:#e6e6e6;
	border-top-style:dashed;
	margin-left:7px;
}

#contact
{
	font-size:10px;
	font-weight:bold;
	color: #333333;
	margin-top:15px;
}

#buttons
{
	width: auto;
	height: 30px;
	margin:10px 0;
}

.mail
{
	display:block;
	width: 30px;
	height: 30px;
	float:right;
	text-indent:-9999px;
	background-image:url(Images/mail.jpg);
	background-position: 0 0;
}

.facebook
{
	display:block;
	width: 30px;
	height: 30px;
	float:right;	
	margin-left:5px;
	text-indent:-9999px;
	background-image:url(Images/facebook.jpg);
	background-position: 0 0;
}

.twitter
{
	display:block;
	width: 30px;
	height: 30px;
	float:right;
	margin-left:5px;
	text-indent:-9999px;
	background-image:url(Images/twitter.jpg);
	background-position: 0 0;
}

.mail:hover {
	background-position: 0 30px;
}

.twitter:hover {
	background-position: 0 30px;
}

.facebook:hover {
	background-position: 0 30px;
}


#copyright
{
	text-align:right;
	color: #cccccc;
}

#plusone
{
	margin-top:10px;
}

.title
{
	color: #231f20;
	margin:10px 0 8px 0;
}

.notitle
{
	margin:0 0 8px 0;
}
.nodesc
{
	margin:10px 0 0 0;
}

.desc
{
	color: #787878;
}

#maincontent a
{
	font-weight:bold;
	color:#000;
}

#maincontent a:active
{
	color: #7a1515;
}

#maincontent img
{
	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
}

#maincontent .noborder img
{
border:none;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




