
	#body {
		padding-bottom: 0px;
		background-image: url(/images/white_dot.jpg);
		background-repeat: repeat;
		color: #333333;
		font-size: 14px;
		font-family: Helvetica, sans-serif;
		background-color: white;
		width: 900px;
		margin-bottom: 0px;
		margin-top: 0px;
		left: 50%;
		margin-right: 0px;
		margin-left: -450px;
		position: absolute;
		bottom: 0px;
		top: 0px;
	}

	body {
		margin-left: 0px;
		margin-top: 0px;
		background-color: #282c40;
	}

	.screenshot {

	}

	.copy {
		background-color: white;
		padding-left: 30px;
		width: 440px;
		position: relative;
	}

	h1 {
		margin-top: 20px;
		color: #5d5d5d;
		font-size: 24px;
		font-family: Helvetica, sans-serif;
	}

	h2{
		margin-top: 30px;
		color: #262626;
		font-size: 16px;
		font-family: Helvetica, sans-serif;
	}

	#top_nav {
		padding-top: 10px;
		font-size: 18px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		margin-top: 0px;
		height: 42px;
		width: 900px;
		background-image: url(images/toolbar_bg.jpg);
		background-repeat: no-repeat;
				color: #282c40;
	}
	
	#footer_nav {
		padding-bottom: 16px;
		padding-top: 20px;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		margin-top: 0px;
		width: 100%;
		background-repeat: no-repeat;
				color: #282c40;
	}
	
	#top_nav a {

		color: #ffffff;
		text-decoration: none ;
	}
	
	
		#top_nav a:hover {

				color: #282c40;
		text-decoration: none ;
	}

	#top_banner {
		background-repeat: no-repeat;
		height: 172px;
		width: 900px;
		background-image: url(images/webpage_top.jpg);
		cursor: pointer ;
	}

	#wide_copy {
		margin-bottom: 0px;
		padding-bottom: 0px;
		background-color: white;
		padding-right: 30px;
		padding-left: 30px;
	}

	.app_name {
		font-weight: bold;
		font-size: 11px;
		font-family: Arial, sans-serif;
	}

	a {
				color: #282c40;
	}
	
	a:hover {
	color: black;
	text-decoration: none ;
	}
	.example {
		font-size: 15px;
		font-family: Courier, monospace;
		font-weight: bold; 
	}
	.question {
		font-weight: bold;
	}
	
	#screenshot_set {
    margin-left: 30px;
    margin-bottom: 20px;
    float: right;
    position: relative;
    display: inline-block;
    overflow: auto;	
    height: 500px;
    width: 350px;
	}

