body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: left top;
}
a {
	text-decoration:none;
	outline:none;
	color: #A6CE39;
}
a img { border:none; text-decoration:none; outline: none; }
.container {
	width:900px;
	margin:20px auto;
	background-repeat: repeat;
	position: relative;
}
.headerimg {
	width: 26.5em;
	background-image: url(images/bg_transp.png);
	background-repeat: repeat;
	background-position: left top;
	border: 2px solid #000;
	text-align: center;
	float: left;
}
.text {
	font-size:11px;
	width:28em;
	margin:0px auto;
	padding-bottom:15px;
	
}
.text ol {
	font-size: 10px;
	text-align: left;
}
img{ border: none; -ms-interpolation-mode: bicubic; }
#menuwrapper{ position:relative; height:210px;}
#menu{
	float:left;
	width:100%;
	margin-top:5px;
}
/*.menuitem{ position:fixed relative; bottom:0px; display:inline-block; }*/
/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 20px 10px 5px;
	padding: 8px;
	background: url(images/polaroid.png) no-repeat;
	float: left;
	position: relative;
	width: 186px;
}
.gallery span {
	background: url(images/tape.png) no-repeat;
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	left: 54px;
	top: -12px;
}
.gallery strong { display:block; height:120px; width:168px; overflow:hidden; border:1px solid #CCC; }
.gallery em {
	display: block;
	padding: 0 20px 0 0;
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	color: #333;
}
#follow {
	position:absolute;
	width:20em;
	right:0;
}

div#blog {
	width: 20em;
	margin-bottom: 2em;
	margin-left:12px;
	border: 2px solid #000;
	float:left;	
	background-image: url(images/bg_transp.png);
	background-repeat: repeat;
	background-position: left top;
}
div#blog h2 {
	margin: 0;
	padding: 0.4em 1em;
	font-size: 1.1em;
	color: #939598;
	display:block;
	background:url(images/subscribe_big.png) 16.5em center no-repeat;
}
#blog .loading { 
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("twitter/loader.gif") 1em center no-repeat;
}
		#blog ul.rss-items
		{
			display: none;
			margin: 0;
			padding: 0 1em 0.5em 1em;
			list-style-type: none;
		}
		#blog ul.rss-items li
		{
			display: block;
			margin: 0;
			padding: 0.8em 0 1em 0;
			font-size:11px;
			border-bottom: 1px solid #000;
		}
		#blog ul.rss-items a
		{
			margin: 0;
			padding: 0;
			display: block;
			color: #666666;
			text-decoration: none;
			
		}
		#blog ul.rss-items a:hover
		{
	color: #A6CE39;
	text-decoration: none;
		}
		#blog ul.rss-items .lastItem {
			border:none;
		}
h2 {
	color: #939598;
}
#contact {
	float: left;
	width: 340px;
	padding: 0px 10px 10px 10px;
	background-image: url(images/bg_transp.png);
	background-repeat: repeat;
	background-position: left top;
	margin-bottom: 50px;
	border: 2px solid #000;
	margin-top: 30px;
}
.contactForm {
	float:left;
	width:350px;
	margin: 0px;
}
.contactForm label {
	display:block;
	margin:3px 0px;
}
.contactForm .error {
	color: #C00;
	font-size:10px;
}
.contactForm .textArea {
	width:335px;
	background:url(images/bg_transp.png) left top repeat;
	border:1px solid #000;
	color: #CCC;
	padding:5px;
	border-bottom-width: 5px;
}
.contactForm .inputText {
	width:250px;
	background:url(images/bg_transp.png) left top repeat;
	border:1px solid #000;
	color: #CCC;
	padding:5px;
	border-bottom-width: 5px;
}
.contactForm .button {
	background:#121212;
	border:3px solid #000;
	color:#FFF;
	padding: 3px 10px;
	cursor: pointer;
}
.contactForm .button:hover {
	background: #000;
}

