

/* standard elements */
a {
	color: #000;
	text-decoration: none;
}
body {
	background: #e5cd77 url(img/bg.gif) repeat-y fixed bottom center;
	color: #333;
	margin: 20px 0;
	text-align: center;
	font: normal 0.8em serif,Times new roman;
}
.gfx a {
	background: #F5F5F5 url(img/Infinitheader.jpg) no-repeat; display: block; height: 240px;
}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}

/* main */
.main {
	background: #efecbb; 
	border: 3px double #EEE; 
	border-color: #b30c0c; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
.container {
	margin: 10px;
}

/* menu */


.menu a {
	background: #EEE;
	background: #F5F5F5 url(img/bgmenu1.gif);
	border-right: 1px solid #fcfae4;
	border-top: 1px solid #fcfae4;
	color: #b30c0c;
	float: left;
	padding-top: 10px;
	padding-left:25px;
	width: 94px; height: 20px;
	
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #8e2615;
}
.menu a#last {
	width: 120px;
	border-right: none;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.2em serif,Times new roman;
	color: #8e2615;
	
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #fcfae4 url(img/bgitem.gif) repeat-x;
	padding: 10px;
	text-align: justify;
}

/* footer */
.footer {
	padding: 5px;
	background: #640000;
	color: #fff;
	height: 120px;
}
.footer a {
	
	color: #fcfae4;
	}

/* floats */
.left {float: left;}
.right
{ float: right; 
  padding: 0px 0px 20px 10px;
}
.clearer {clear: both;}

#colGal {
	margin: 0px;
	background: #fcfae4 url(img/bgitem.gif) repeat-x;
	height: 400px;

}
#colGal .post {
	padding: 20px 15px 10px 15px;
}

#colGal .title {
	letter-spacing: -2px;
	font-size: 2em;
}

#colGal .posted {
	font-size: x-small;
}
#colGal .p {
	padding: 3px;
}

.Gallery {
margin:0px 0px 0px -12px;
}
.Gallery li  {
	
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	
	position: relative;
	
	}
	.Gallery img {

	background: #eee;
	border-color: #b30c0c;
	border-style: solid;
	border-width: 1px;
	
	}