a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none;}

html {
	width: 100%;
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size: 11px;
}
div#header {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
div#header-large {
	width: 660px;
	margin-left: 90px;
	margin-right: auto;
	margin-top: 25px;
}
div#pageTitle {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	font-weight: normal;
	text-transform: lowercase;
}
div#title {
	margin: 0 0 5px 0;
}
div#title-2 {
	margin: 0 0 15px 0;
	padding: -15px 0 0 0;
}
div#menu {
	margin-bottom: 15px;
}
.photo {
	margin: 10px;
}

div#photos img {
	border: 1px solid #cccccc;
}
div#photos {
	position:relative;
	color: #FFFFFF;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 00px;
	top:0px;

}
div#otherContent{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 00px;
	padding-bottom: 00px;
	margin-bottom: 00px;
}
div#otherContent p {
	text-align: justify;
}
div#homeImg {
	border: 0px solid #CCCCCC;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: center;
}
div#homeImg img {
	border: 1px solid gray;
}
div#permalink {
	width: auto;
	margin-right: auto;
	margin-left: 30px;
}
div#permalink img {
	border: 1px solid gray;
	margin-top:5px;
}
div#top {
	height: 25px;
}
div#bottom {
	height: 25px;
}
div#contactImg {
	width: 660px;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 0px;
}
div#contactImg img {
	border: 0px solid white;
}
div#contactDiv {
	width: 660px;
	margin-left:auto;
	margin-right: auto;
}
#box {
	margin: auto;
	width: auto;
	height: 5px;
	background: #bcd965;
	border: 0px solid #000;
}
div#calloutbox {
	width: 660px;
	margin-top:50px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom:30px;
}
div#calloutTitle1 {
padding-top:160px;

margin-top:10px;
}
div#calloutTitle2 {
padding-top:160px;

margin-top:10px;
}
div#callout {
float:left;
}
div#callout1 {
	float:left;
	margin-left:24px;
	margin-right:74px;
	position:relative;
	width:240px;
	height:160px;
	padding-bottom:60px;	
}
div#callout a img{
	position:absolute;

}
div#callout2 {
	position:relative;
	width:240px;
	height:160px;
	overflow:hidden;
	padding-bottom:60px;
}
div#callout2 a img{
	position:absolute;

}

/* Forms
----------------------------------------------- */
form ul{
	margin:0; 
	padding:0;
	list-style-type:none;
	width:100%;
}
form li{
	margin:0;
	padding:9px 5px 2px 0px;
	position:relative;
}
form li div label, form li span label{
	margin:0;
	padding-top:3px;
	clear:both;
	font-size:9px;
	line-height:9px;
	color:#444;
	display:block;
}
label.desc{
	line-height:150%;
	padding:0 4px 1px 0;
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:bold;
}

input.text{
	padding:2px 0 2px 0;
}
textarea.textarea{
	margin-top:1px;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
.button{
	cursor:hand !important;
}
input.btTxt{
	padding:0 7px;
	width:auto;
	overflow:visible;
}
.buttons{
	clear:both;
	margin-top:10px;
}
.buttons input{
	font-size:120%;
	margin-right: 5px;
}


div#mark {
	margin-top: 2px;
	margin-right: 5px;
	float: left;
}
h1 {
	margin-left: auto;
	width: 660px;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
}
table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
td.stack {
	width: 95px;
	background-image: url(images/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
td.set {
	width: 95px;
}
.setThumb {
	float: left;
	width: 85px;
	height: 125px;
	background-image: url(images/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin: 10px;
}
.setCallout {
	float: left;
	width: 85px;
	height: 125px;
	background-image: url(images/stackBG.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin: 10px;
}
.setTitle {
	color: black;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 75px;
	text-align: center;
}
.title {
	color: #990000;
	font-style: italic;
}
a:link, a:active, a:visited {
	color: gray;
	text-decoration: none;
	text-transform: lowercase;
}
a:hover {
	text-decoration: underline;
}
a.backButton:link, a.backButton:active, a.backButton:visited {
	font-size: 11px;
	font-weight: normal;
	color: gray;
	text-decoration: none;
}
a.backButton:hover {
	text-decoration: underline;
}
a.tagLink:link, a.tagLink:active, a.tagLink:visited {
}
a.tagLink:hover {
	color: gray;
	text-decoration: underline;
}
a.boxLink:link, a.boxLink:active, a.boxLink:visited {
	color: white;
	text-decoration: none;
	text-transform: lowercase;
}
a.boxLink:hover {
	text-decoration: underline;
}
