body {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #004a7f;
}

.portfolioScreen {
	float: right;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 2px;
	border: 1px solid #999999;
}

.portfolioItem {
	overflow: hidden;
	border-top: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
}

h1 {
	margin-bottom: 0.45em;
	margin-top: 0.45em;
}

h2 {
	font-style: italic;
	margin-bottom: 0.35em;
	color: #004a7f;
}

p, #content dl, #content ul, #content ol {
	font-size: 110%;
}

.clear {
	clear: both;
}

blockquote {
	font-size: 130%;
	display: block;
	float: right;
	width: 270px;
	text-align: center;
	font-style: normal;
	margin: 1.2em 1.7em;
}

blockquote cite {
	display: block;
	text-align: right;
	font-size: 80%;
}

.portfolioSiteURI {
	margin-bottom: 0;
	font-style: italic;
}

#container {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: 1px solid #dfdfdf;
}

	#container #header {
		
	}
	
		#container #header #menu {
			padding-top: 40px;
			background-color: #ffffff;
			border-bottom: 1px solid #000000;
		}

			#container #header #menu ul {
				list-style: none;
				margin: 0px;
				padding: 0px;
			}

				#container #header #menu ul li {
					display: inline-block;
					margin: 0px;
					padding: 5px;
				}

					#container #header #menu ul li.current a {
						color: #5555ff;
					}

					#container #header #menu ul li a {
						padding: 5px;
						color: #444444;
						text-decoration: none;
						font-size: 125%;
						font-weight: bold;
					}

					#container #header #menu ul li a:hover {
						text-decoration: underline;
					}

	#container #content {
		padding-top: 20px;
		padding-bottom: 10px;
		text-align: justify;
	}

	#container #footer {
		border: 1px solid #f4f4f4;
		border-top: 1px solid #000000;
		font-size: 90%;
		color: #444444;
		padding-top: 5px;
		background-color: #fdfdfd;
	}

		#container #footer a {
			color: #444444;
			text-decoration: none;
		}

			#container #footer a:hover {
				text-decoration: underline;
			}

		#container #footer #rightSection {
			float: right;
			text-align: left;
			width: 350px;
		}
		
		#container #footer #leftSection {
		}

		#container #footer ul {
			list-style: none;
			margin: 0px;
		}

#debug {
	display: none;
}