@charset "utf-8";
/* CSS Document */

html, body {
/*	height: 100%;
	margin: 0 0 1px;*/
	margin:0;
    padding:0;
	background-color: #ffffff;
	background-image: url(http://www.dr-agency.com/images/bg.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}
a:link {
	color: #990099;
	text-decoration: none;
}
a:visited {
	color: #990099;
	text-decoration: none;
}
a:hover {
	color: #990099;
	text-decoration: underline;
}
a:active {
	color: #990099;
	text-decoration: none;
}
img {
	border: none;
}
h1, .content_title {
	font-size:22px;
	font-weight:normal;
	line-height:normal;
	color: #990099;
}
h2 {
	font-size:18px;
	font-weight:normal;
	line-height:normal;
}
h3 {
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	color: #990099;
	margin-bottom:0;
}
ul {
	margin-bottom: 2em;
	padding:0;
	list-style-type: none;	
}
.mainholder {
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}
.header {
	float:left;
	position:relative;
	top:0;
	left:42px;
	z-index:100;
}
.closewin {
	position:absolute;
	top:5px;
	left:680px;
	z-index:250;
}
.content {
	position:relative;
	width:800px;
	top: 130px;
}

.submenuv {
	position:absolute;
	text-align:right;
	top:137px;
	left:10px;
	width:140px;
	font-size:14px;
}
.content_box {
	position:absolute;
	top:110px;
	left:160px;
	width:600px;
	min-height:320px;
	overflow: hidden;
	padding:20px;
	margin:0;
}
.footer {
	clear:both;
	text-align:center;
	margin:0;
	line-height:normal;
	font-size:10px;
}
#scroll {
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}

/* BLOG */

.content_box_blog {
	position:absolute;
	top:110px;
	left:290px;
	width:390px;
	min-height:320px;
	overflow: hidden;
	padding:20px;
	margin:0;
}
.submenuv_blog {
	position:absolute;
	text-align:right;
	top:237px;
	left:10px;
	width:246px;
	font-size:14px;
}
.blog {
	position:absolute;
	text-align:right;
	top:97px;
	left:140px;
	width:150px;
	font-size:14px;
}

