/* CSS Document */

body {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	background-color: #F2F2F2;
	background-image: url(/_img/body_watermark.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
}

	div#PageLayout {
		margin: 10px auto;
		width: 975px;
		padding-bottom: 30px;
	}
	
		div#LogoBanner {

		}
		
			div#LogoDiv {
				float: right;
				font-size:24px;
				margin: 10px 0px;
			}
			
				div#LogoDiv img {
					border: 0px;
				}
	
		div#Navbar {
			clear: both;
			border-top: 1px solid #420;
			border-bottom: 1px solid #420;
		}
		
		div#AboveContent {
			height: 20px;
			padding: 6px 0px;
		}
		
		div#Content {
			 height: 550px;
		}
		
			div#ContentFull {
				 border: 1px solid #666;
				 height: 483px;
				 overflow: auto;
			}
			
				div#ContentFull p            { margin:     0px; }
				
			div#ContentLeft {
				float: left;
				width: 403px;
				height: 483px;
				text-align: justify;
			}
			
				div#ContentLeft :first-child { margin-top: 0px; }
				div#ContentLeft :last-child  { margin-top: 0px; }
				div#ContentLeft p            { margin:     0px; }
			
			div#ContentRight {
				float: right;
				width: 545px;
				height: 483px;
			}
			
				div#ContentRight :first-child { margin-top: 0px; }
				div#ContentRight :last-child  { margin-top: 0px; }
				
		div#BelowContent {
			clear: both;
			height: 20px;
			padding: 7px 0px;
		}