html, body, p,
h1, h2, h3, h4, h5, h6,
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana,Helvetica,sans;
	font-size: 100.01%;
	background-color: #069;
	background-image: url(../images/ds_fullbg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#maincontainer {
	width: 830px;
	margin: 35px auto 60px auto;
	text-align: left;
}

#mainleft{
	width: 440px; 
	float: left;
	/*border-right-color: #ADD8E6;
	border-right-style: solid;
	border-right-width: 1px;
	margin-right: 16px;
	padding-right: 20px;	*/
}

.clearfix {
	margin: 0px;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* ------------ */

object, img {
	outline:none;
}

object:focus {
	-moz-outline-style: none;	
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 17px;
	margin: 0px;
	}
	
#mainleft p {
	width: 440px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 20px;	
}
	
.rightcolumn {
	float: right;
	border-left-color: #0088bb;
	border-left-style: solid;
	border-left-width: 1px;
	margin-left: 16px;
	padding-left: 20px;
	clear: right;
}

.leftcolumn {
	float: right;
}

headimg {
}

.nowrap {
	white-space: nowrap;
}

.flash {
	margin: 0px;
	padding: 25px 0px;
}

img {
	border: 0px;
}

p a {
	text-decoration: none;
	color: #FFaa22;
}

#aboutcopy {
	margin: 10px 0px;

}

#aboutcopy p {

}

#backgroundcopy {
	margin: 10px 0px;
	width: 330px;
}

#backgroundcopy p {
	width: 145px;
}

#clientscopy {
	float: right;
}

#clientscopy p {
	width: 150px;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 17px;
	list-style: disc;
	margin-top: 17px;
}

li {
	margin-left: -22px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.bgcolor {
	border: 1px solid #09c;

	padding: 10px 15px;
	margin-left: 0px;
	-moz-border-radius: 16px;
	-khtml-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}