* {margin: 0; padding: 0;}
body {font-family: tahoma, verdana; font-size: 11px; color: #69645f;  background:url(i/bg6.jpg); background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #464646;}

.float{clear: both;}
tr td{font-size: 12px;font-family: tahoma, verdana;}
a img{border:0;}
a {text-decoration:none; color:#6f6e5d;}
a:hover{ text-decoration:underline;color:#6f6e5d;}



/* ===== Page Structure ===== */

#full{ text-align:left;margin:10px auto 15px auto; width: 813px; border: 0px solid #6f6e5d; display:block; }
#header{width:513px;border: 0px solid #6f6e5d; height:138px; background:url(i/headerindex.png) no-repeat; }
#content{width:513px;border: 0px solid #6f6e5d; background:#fff url(i/bgs.jpg) repeat-y;}
#wrapper{width:513px;margin:0 auto;}
#footer{width:513px;border: 0px solid #6f6e5d; height:138px; background:url(i/footersmall.jpg) no-repeat; text-align:center; color:#fff;}




/* ===== Header ===== */

/* Navigation */
.nav {background:url(i/bgs.jpg) repeat-y;width:480px;padding:0 16px 0 17px;}
.nav ul{margin:0;list-style:none;text-align:left;background:#ffffff;}
.nav li{margin:0; padding:0; list-style:none; font-weight:bold;display:inline;}
.nav li a{color:#6f6e5d;text-decoration:none; background:#ffffff;padding:5px 20px;line-height:28px;font-size:14px;}
.nav li a:hover{color:#6f6e5d;text-decoration:none;background:#e5e4cc;}

/* ===== Contents ===== */

#right{float:left; margin-top:15px; padding-left:15px;width:350px;} /* Main Form */


/* Form */
.input1{background:#e5e4cc; border:1px solid #fff; height:25px;}
.input2{background:#e5e4cc; border:1px solid #fff; height:25px; margin-top:7px;}
.buttons{margin-left:120px; margin-top:7px;}
.title{font-size:18px; color:#6f6e5d;}


.profile{width:200px;text-align:center;}
.row{width:200px;text-align:center;margin-top:5px;}
.rowleft{float:left;width:150px;text-align:right;}
.rowright{float:right;width:420px;text-align:left;}
#error{ background-color: #F9F8BA;border-bottom:1px dashed #BAA13D; padding:8px;text-align:center;margin-bottom:15px;}
.error{color:#FF0000; font-weight:bolder;}
.msg{color:blue; font-weight:bolder;}
#displayimage1{display:none;}
.fontcolor { font-size:11px; color:#6f6e5d;}
.search1 {width:80px; text-align:right; float:left;}
.search2 {width:200px;text-align:left;float:left;}
.config1{float:left;width:150px;text-align:right;}
.config2{float:left;width:525px;text-align:left;}
.config-width{width:500px;}

#loading {background: url(i/loading.gif) no-repeat;width: 220px; height: 20px; display: none;}
#loading1{background: url(i/loading.gif) no-repeat;width: 220px; height: 20px;display: none;}
#formsubmit1 {display:none; width:300px; height: 100px;}
#formsubmit {display:none; width:300px;height: 100px;}
#error { font-size: 12px; font-family: verdana; font-weight: bold; color: red;}
#showoutput{display:none; padding:0 17px;}
#showform{display:block;}
#showurl{display:none;}

/* links table */

/* Featured Photo  */
.featured{width:250px;padding-left:40px; background:#FFFFFF; margin-top:10px; float:left;} /*Left Adsence */

	.featured  a img{
	width:175px;
	border: 1px solid #acacac;
	padding: 5px;
	}

	.featured a:hover img{
	width:175px;
	border: 1px solid black;
	padding: 5px;
	}	
	
/*  Gallery  */

	.displayimage  a img{
	max-width:150px;max-height:150px;
	border: 1px solid #acacac;
	padding: 5px;
	}

	.displayimage a:hover img{
	max-width:150px;max-height:150px;
	border: 1px solid black;
	background-color: #FF0000;
	padding: 5px;
	}
	
		.viewphoto  img{
float:left;max-width:500px;padding-left:15px;text-align:center;
	}
	
	
/* ===== Footer ===== */

#footer a {color:#6f6e5d;text-decoration:none;}
#footer a:hover {color:#6f6e5d;text-decoration:underline;}
#twitter-follow { border: 0;position: fixed;  top: 200px; left: 20px;}
