/* HTML Main Tags  ***************************** */
body {
	font-family: "Palatino Linotype";
	background-color: #5E0000;
	color: #F2B6A2;
	margin: 0px;
	padding: 0px;

}

table {
	border: none;
}

img{
	border: none;		
}


/* div Tags  ******************************************* */

div.main {
	width: 875px;
	margin: 0 auto;
}

div.center {
	text-align: center;
}

.mainRight {
	float: right;
	width: 450px;
	text-align: left;
}
.blogRight {
	float: right;
	width: 550px;
	text-align: left;
}
.responceRight {
	float: right;
	width: 340px;
	text-align: center;
}
.responceLeft {
	float: left;
	width: 535px;
	text-align: left;
}

div.head {
	background-image: url(../images/headColor.jpg);
	background-repeat: repeat;
	height: 60px;
	padding: 20px;
	text-align: center;
}

div.guestBookBook {
	float: right;
	text-align: left;
	width: 600px;
}


/* position Tags  ******************************************* */

.right {
	float: right;
}
.left {
	float: left;
}
	
	
/* input Tags  ******************************************* */	
.textInput {
	background-color: #8B4141;
	width: 400px;
	border: 1px inset #000000;
	overflow: hidden;
	color: #FFFFFF;
	padding: 6px;
	margin: 6px;
}
.textInputResponce {
	background-color: #8B4141;
	width: 300px;
	border: 1px inset #000000;
	overflow: hidden;
	color: #FFFFFF;
	padding: 6px;
	margin: 6px;
}

.guestSubmit {
	background-color: #8B4141;
	width: 100px;
	height: 100px;
	border: 1px inset #000000;
	font-size: 24px;
	font-weight: bold;
}
.guestSubmit:hover {
	background-color: #8B4141;
	border: 5px inset #000000;
}
	

/* Link Tags  ******************************************* */
a.basic{
	text-decoration:underline;
	color: #F2B6A2;
}
a.basic:hover{
	text-decoration: bold;
	color: #CC3300;
}
a.linkBasic {
	text-decoration: none;
	color: #F2B6A2;
}
a.linkBasic:hover {
	font-weight: bold;
}


/* graphic Tags  ******************************************* */

.mapContainer{
	width: 418px;
}	
.loginBox {
	width: 300px;
}

.guestBookEntry {
	border-bottom: 1px solid #000000;
	padding: 6px;
}

.imageBorder {
	padding: 6px;
	border: 3px inset #000000;
	background-color: #6A3131;
}
	

/* text Tags  ******************************************* */

.heading1x {
	font-size: 40px;

}

.heading1 {
	font-size: 24px;
	font-weight: bold;
}
.heading2 {
	font-size: 18px;
	font-weight: bold;
}
.smallTxt {
	font-size: 10px;
}
.smallTxtMed {
	font-size: 12px;
}
.first {
	font-size: 25px;
}
.red {
	color: #CC3300;
}	
.txtBold {
	font-weight: bold;
}
div.txtLeft {
	text-align: left;
}

/* List Tags *********************************** */
ul.mainMenu li{
	font-weight: bold;
	display: inline;
	font-size: 20px;
	padding-right: 15px;
	padding-left: 15px;

}
a.mainMenu{
	text-decoration: none;
	color: #FFFFFF;
}
a.mainMenu:hover{
	text-decoration: bold;
	color: #CC3300;
}
ul.subMenu li{
	font-weight: bold;
	font-size: 12px;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;

}
a.subMenu{
	text-decoration: none;
	color: #FFFFFF;
}
a.subMenu:hover{
	text-decoration: bold;
	color: #CC3300;
}
dl.list dt{
	font-weight: bold;	
}

/******************Photo Stuff***********************/

table.centerTable{
	border-spacing: 10px;
	width: 	600px;
}
table.centerTable td{
	vertical-align: top;
}
div.breadCrum{
	text-align: left;	
}	
div.albumRight{
	float: right;
	width: 170px;
	padding-left: 3px;
	text-align: left;
	
}
div.albumRight p:FIRST-LETTER{
	font-size: 23px;
}
div.pictureWindow table{
	
}
div.pictureWindow table{
	border-spacing: 0px;
}
div.pictureWindow td{
	padding: 0px;
}
ul.imageTurmer{
	margin: 0px;
	padding: 0px;
}
ul.imageTurmer li{
	display: inline;
}
div.page{
width: 50%;
}
div.page BLOCKQUOTE {
	font-size: 12px;
	margin-top: 6px;
}
div.pageSelect{
	border-bottom: thin solid;
	padding: 6px;
}
div.pageSelect:HOVER{
	background-color: #741414;
}
div.pageSelect a{
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #F2B6A2;
}
div.pageSelect a:HOVER{
	color: white;
}