/* Stylesheet designed for 800x600 users */

.bw-750 {
	margin:0;
	padding:0;
	background:url('/images/bg.jpg') no-repeat fixed;
	font:10px/1.4 "American Typewriter", "Courier New", Courier, monospace;
	color:#333;
}
.bw-750 a {
	color:#036;
}
.bw-750 a:hover {
	color:#300;
}
.bw-750 a img {
	border:1px solid black;
}
.bw-750 a img.portfolioImage {
	border:none;
}
.bw-750 a.photoalbum img {
	margin:7px;
	height:124px;
}
.bw-750 #header {
	background:url('/images/header.png') no-repeat top left;
	height:150px;
	margin:0;
	padding:0;
}
	.bw-750 #header h1 {
		display:none;
	}
.bw-750 #container {
	max-width:1000px;
	margin:0;
	padding:0;
}
.bw-750 #contentWrap {
	position:relative;
	background:url('/images/content_full.png') no-repeat top right;
	font-size:1.5em;
}
.bw-750 #menu {
	position:absolute;
	right:10px;
	top:75px;
	width:220px;
	z-index:3;
}
	.bw-750 #menu h3 {
		text-align:center;
	}
	.bw-750 #menu ul {
		margin:0 0 0 20px;
		padding:0;
	}
	.bw-750 #menu li.current {
		list-style-type:square;
	}
	.bw-750 #menu li.current a {
		color:#333;
		text-decoration:none;
	}

.bw-750 #content {
	margin:0 250px 0 0;
	padding:30px 20px 0 25px;
	z-index:4;
	min-height:200px;
}
.bw-750 #footerWrap {
	background:url('/images/content_full.png') no-repeat bottom right;
	font-size:1.3em;
}
.bw-750 #footer {
	margin:0 250px 0 0;
	padding:0 20px 0 25px;
	height:80px;
	z-index:4;
}

.bw-750 #portfolioMaxHeight {
	overflow:hidden;
	height:650px;
}

.bw-750 .portfolioSite {
	background:url('/images/bird.png') no-repeat top left;
	height:680px;
	padding:10px;
}

.bw-750 .portfolioImage {
	float:none;
	margin:0 0 0 1em;
	width:auto;
}
	
.bw-750 #portfolioNavigation {
text-align:right;
padding:0 10px;
}

.bw-750 .rightInsert {
float:right;
margin:0;
padding:20px;
width:160px;
height:220px;
color:#e6e6e6;
background:url('/images/polaroid.png') no-repeat top left;
font-size:0.8em;
}
	.bw-750 .rightInsert p, .bw-750 .rightInsert ul {
		text-shadow:1px 1px 1px #000 !important;
	}
	
	.bw-750 .rightInsert ul {
	margin:0;
	padding:0 0 0 1em;
	}
	
	.bw-750 .rightInsert a {
		color:#ccc;
	}
	
.bw-750 .hr {
	border: none;
	width: 450px;
	height: 25px;
	background: url('/images/hr.gif') top center no-repeat;
	margin: 0 auto;
	text-align: center;
}
.bw-750 hr {
	display: none;
}
.bw-750 .indented {
margin-left:20px;
}
.bw-750 .centered {
text-align:center;
}
.bw-750 .justified {
text-align:justify;
}
.bw-750 .error {
color:red;
}
.bw-750 .copyright {
	float:right;
}
.bw-750 p, .bw-750 form {
	margin:0;
	padding:0 0 1em 0;
}
.bw-750 h2 {
	font-weight:normal;
	font-style:oblique;
	margin:0;
	padding:0;
}
.bw-750 h3 {
	font-weight:normal;
	font-style:oblique;
	margin:0 0 1em 0;
	padding:0;
}