﻿/* CSS Document */

body
{
    color: #666;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
	background:url(images/ds-landing-bg.gif) repeat-x #e7e5e3;
}
h1 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
p {
    margin-bottom: 10px;
}
ol, ul {
    margin: 10px 0;
}
ol li {
    margin-left: 25px;
    margin-bottom: 5px;
    list-style: decimal outside;
}
ul li {
    margin-left: 25px;
    margin-bottom: 5px;
    list-style: disc outside;
}
a:link, a:active, a:visited {
    text-decoration: underline;
    font-weight: inherit;
}
a:hover {
    text-decoration: none;
    font-weight: inherit;
}
#shell {
	width:830px;
	margin:0px auto;
}

/* Header — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —  */
#header {
	width:830px;
	height:327px;
	margin:0 auto;
	background:url(images/ds-landing-header.jpg) no-repeat;
}
		.nav {
			text-align:right;
			padding:60px 40px 0 0;
			font-size: 14px;
			font-weight: bold;
			color: #DDD;
		}
		.nav a {
			text-decoration: none;
		}
		.nav a:link, .nav a:active, .nav a:visited, .nav a:hover {
			color: #DDD;
		}
		.nav a:hover {
			text-decoration:underline;
		}
	

/* Content — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —  */
#content {
	width:788px;
	padding:5px 31px;
	margin:0;
	background:url(images/ds-landing-content-bg.gif) repeat-y;
}

/* Footer — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —  */
#footer {
	width:830px;
	height:40px;
	margin:0 auto;
	background:url(images/ds-landing-content-base.gif) no-repeat;
}
		.copy {
			text-align:center;
			padding:30px 0;
			font-size: 11px;
			color: #999;
		}
		.copy a {
			text-decoration: underline;
		}
		.copy a:link, .copy a:active, .copy a:visited, .copy a:hover {
			color: #999;
		}
		.copy a:hover {
			text-decoration: none;
		}
