/* blaah */

html, body {
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	font-family: sans-serif;
}

p {
	margin-bottom: 30px;
}

#container {
	position: absolute;
	left: 50%;
	width: 720px;
	margin-left: -360px;
}


/* heading style */

h1 {
	margin-top: 0;
	margin-bottom: 0;
	width: 680px;
	padding: 10px 10px 10px 20px;
	border-width: 0px 1px 0px 1px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #DDDDDD;
}


/* navigation styles */

#naviBar {
	padding: 0px 0px 0px 20px;
	background-color: #EEEEEE;
	margin: 0 0 0 0;
}

.naviLink {
	padding: 3px 10px 3px 10px;
	
	float: left;
	
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #DDDDDD;
}

#naviBar > .naviLink:first-child {
	border-width: 0px 1px 0px 1px;
}

.naviLink > a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.naviLink > a:hover {
	text-decoration: underline;
}

p > a {
	font-size: 13px;
	font-family: sans-serif;
	color: #333333;
	text-decoration: none;
}

p > a:hover {
	text-decoration: underline;
}


/* content style */

#contentBlock {
	background-color: #F7F7F7;
	width: 710px;
	border-width: 0px 1px 0px 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

#address {
	float: left;
	padding: 10px;
}

#address > p {
	margin-top: 10px;
	margin-bottom: 50px;
}

#content {
	padding: 20px;
	width: 500px;
	min-height: 600px;
	
	font-size: 13px;
	font-family: sans-serif;
	
	background-color: #FFFFFF;
	float: left;
}

#photobox {
	position: relative;
	left: 50px;
	top: 40px;
	margin-bottom: 50px;
	width: 400px;
	height: 320px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD;
	background-color: #F7F7F7;
}


#photobox > p {
	text-align: center;
	margin-top: -5px;
}

table {
	border-width: 0px;
	border-style: solid;
	border-color: #DDDDDD;
	border-spacing: 20px;
}

td {
	text-align: center;
	width: 170px;
	height: 120px;
	background-color: #FFFFFF;
}

/* content image style */

.imgP {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}


/* bottom */

#bottomBar {
	margin-top: 0;
	margin-bottom: 0;
	width: 690px;
	padding: 3px 10px 3px 10px;
	
	background-color: #EEEEEE;
	font-size: 12px;
	color: #333333;
	
	border-width: 0px 1px 0px 1px;
	border-color: #CCCCCC;
	border-style: solid;
}


/* ugh */

img {
	border-width: 0px;
}

.clearBoth {
	clear: both;
}

/* photo "windows" */

.photo_h {
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #F7F7F7;
	left: 50%;
	margin-left: -105px;
	top: 200px;
	width: 300px;
	height: 410px;
	padding: 25px;
	z-index: 1;
}

.photo_v {
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #F7F7F7;
	left: 50%;
	margin-left: -155px;
	top: 250px;
	width: 400px;
	height: 310px;
	padding: 25px;
	z-index: 1;
}

.photo_v > p, .photo_h > p {
	text-align: center;
	font-size: 13px;
	font-family: sans-serif;
	margin-top: 5px;
}