body {
	color: #000000;
	background-color: #EFF2F3;
	margin: 0px;
	padding: 1%;
}

div#headTitle {
	padding:0;
	margin:-5px;
}

.titleDK {
	font-weight: bold;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 2em;
	font-style: italic ;
	color: #A095DD;
	background:url(img/DK.jpg) no-repeat left top;
	height:50px;
	padding:28px 69px;;
	margin:5px 0 -40px 0;
}

.title2 {
	font-weight: bold;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 1em;
}

div#principal {
	position: relative;
	padding-bottom: 50px;
}

div#contentTitle {
	left: 3%;
	width : 66%;
	font-weight: bold;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 2em;
	padding:1%;
}

div#content1 {
	float:left;
	width:33%;
	text-align:justify;
	font-size: 0.8em;
}

div#content2 {
	width:33%;
	text-align:justify;
	font-size: 0.8em;
}

div#content3 {
	float:right;
	width:30%;
	text-align:justify;
	font-size: 0.8em;
}

div#footer {
	width:100%;
}

div#contacts {
	height:39px;
	padding:0 130px;
	background-repeat:no-repeat;
	font-size:0.9em;
	text-align:center;
	
}

div#copyright {
	text-align:center;
	font-style:italic;
	font-size:0.7em;
}

div#newsPicture {
	float:left;
	background:url(img/eurographics.jpg) no-repeat top left;
	height:300px;
	width:48px;
}

div#news {
	float:right;
	text-align:center;
	font-style:italic;
	font-size:1.2em;
	font-weight:bold;
	width:150px;
	height:300px;
	background:yellow;
}

div#loginDiv {
	display:none;
	background:#F3F3F3;
	height:100%;
	padding: 5px;
	text-align:center;
}

div#breakingNews {
	display:none;
}

.rframe {
	background:#ffffff url(img/rframe_left.gif) repeat-y left top;
		margin:0px auto;
}

.rframe_top {
	width:100%;
	height:20px;
	background:url(img/rframe_top.gif) no-repeat left top;
}

.rframe_top span {
	display:block;
	position:relative;
	height:20px;
	background:url(img/rframe_topright.gif) no-repeat right top;
}

.rframe_center {
	position:relative;
	padding:1px 25px 1px 25px;
	margin:-1px 0 -50px 0;
	background:url(img/rframe_right.gif) repeat-y right top;
}

.rframe_bottom {
	height:60px;
	background:url(img/rframe_bottom.gif) no-repeat left bottom;
}
.rframe_bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(img/rframe_bottomright.gif) no-repeat top right;
}


/*CSS menu purple*/
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(img/menupu_bg.gif) repeat-x;
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(img/menupu_hover_left.gif) no-repeat;
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(img/menupu_hover_right.gif) no-repeat right top;
}



