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

body {
	background: #e0eff6;
	color: #333;
/*	background: #beffb8;*/
}

div.dg-layout {
	width : 960px;
  	min-width : 960px;
  	min-height : 580px;
  	margin : auto;
  	background: url(../images/bg_blend.png) no-repeat #e0e9fb;
	border: 1px solid #fff;
}

div.dg-pre-header {
	height: 20px;
}

div.dg-header {
	
}

div.dg-header-left {
	
}

#dg-logo {
	margin-top: 20px;
	margin-bottom: 10px;
}

#dg-header-right-content {
	margin-top: 30px;
	text-align: right;
	font-size: 75%;
	color: #fff;
}

#dg-header-right-content ul {
	margin: 0;
}

#dg-header-right-content li {
	list-style: none;
	color: #fff;
	font-size: 75%;
	padding-top: 5px;
}

div.dg-headline-left {
	
}

#dg-menu {
	margin-top: 15px;
	margin-bottom: 15px;
	background: #737373;
	font-size: 90%;
	width: 700px;
	padding: 10px;
	background: url(../images/menu_bg.png) repeat-x;
	text-align: center;
}

#dg-description {
	padding: 10px;
	background: #f7f9fd;
	margin-right: 15px;
	height: 320px;
	width: 700px;
	overflow: hidden;
}

.dg-title {
	margin-top: 30px;
	background: #000;
	color: #fff;
	padding: 5px;
	font-size: 98%;
	border-bottom: #666 3px solid;
}

#dg-description-container {
	overflow: hidden;
}

div.dg-footer {
	background: url(../images/footer-bg.gif) #2b82bd repeat-x;
}

#dg-footer-text {
	text-align: center;
	margin-top: 25px;
	color: #fff;
	font-size: 90%;
}

div.dg-post-footer{
	height: 20px;
}

.dg-top {
	text-align: right;
	padding-right: 20px;
}

.dg-top a, .dg-top a:visited {
	color: #666;
	border-bottom: 1px dotted #666;
	text-decoration: none;
}

.dg-top a:hover {
	color: #999;
	border-bottom: 1px dotted #999;
	text-decoration: none;
}