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

html, body {margin:0;padding:0;height: 100%; }

/* main container for content */
#container {
	min-height: 100%;
	margin-bottom: -281px;
	position: relative;
}

/* header container */
#header{
	height: 210px;
	width: 100%;
	background-image: url(../images/dtsheader.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#headertitle{
	background-image:url(../images/dtstitle.png);
	height: 210px;
	width: 984px;
	margin-left: auto;
	margin-right: auto;
}

/* content containers */
#contentwrapper{
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#eff5fe;
}

#contentwrapper2{
	background-image: url(../images/bodybg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#content{
	width: 984px;
	background-image: url(../images/textbodybg.png);
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #151515;
	text-align: justify;
}

#contentextended{
	width: 984px;
	height: 145px;
	background-image: url(../images/dtstitle2.png);
	margin-left: auto;
	margin-right: auto;
}

#textpadding{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#textbdybot{
	background-image:url(../images/textbdybot.png);
	height: 42px;
	width: 984px;
	margin-left: auto;
	margin-right: auto;
}

#textbdybot2{
	width: 984px;
	margin-left: auto;
	margin-right: auto;
}
/* social container */

#socialbuttons{
	width: 212px;
	height: 47px;
	margin-left: 30px;
	padding-top: 165px;
}

/* sidebar container */

#sidebar{
	width: 280px;
	background-color: #06C;
	color:#FFF;
	float:right;
	margin-left: 10px;
	padding-right:20px;
	padding-left: 20px;
	font-size:14px;
}

li.sidebarstyle{
	font-size:14px;
}


/* me and mel pic */
#meandmel{
	width: 340px;
	height: 292px;
	padding-right: 10px;
	float: left;
	overflow: hidden;
}
/* footer container */
#footer {
	background-image:url(../images/dtsfooter.jpg);
	height: 281px;
	position: relative;
}


.clearfooter {
	height: 281px;
	clear: both;
}

#footerrightlinks{
	width: 600px;
	float: right;
	padding-top: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}

a.links:link {text-decoration: underline; color: #FF0}
a.links:visited {text-decoration: underline; color: #FF0}
a.links:active {text-decoration: underline; color: #FF0}
a.links:hover {text-decoration: none; color: #0FF;}	