body {
	text-align: center;
	background:#dedede url(/images/background2.jpg) repeat-y scroll center top;
	
	height: 100%;
	font: .8em helvetica,arial,sans-serif;
}
.wrapper {
	position: relative;
	width: 950px;
	font-size: 0.9em;
	margin: 0 auto -142px;
	text-align: left;
	background-color: #fff;
	height: 100%;
}
#header {
/*	height: 190px;*/
	background: #000; /*url(header.png) no-repeat;*/
	height: 179px;

}

#header img, #footer img {
	border: 0;
	
}

/* #header ul, #footer p ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#header ul li , #footer p ul li{
	display: inline;
} */

#menu {
	
	float: right;
	margin-top: 119px;

}

#content {
	width: 100%;
	margin: 10px 10px 10px 10px;
	height: 100%;
	display: table;
}

#content table {
	
	width: 100%;
}

#content table img {
	border: 0;
	
}

#content table a {
	text-decoration: none;
	border: 0;
}

#main {
	width: 930px;
	display: table;
	
}

#main-row {
	display: table-row;
	
}

#main-left {
	

	vertical-align: top;
	
	display: table-cell;
}

#main-right {
	

	
	text-align: center;
	
	background-color: #DEDEDE;
	display: table-cell;
	width: 195px;
	padding-top: 10px;
	
}

#about {
/*
	margin: auto;
	width: 900px;
	text-align: left;
*/
}

#about p {
	padding: 0 0 1em;

	font: 1.2em/1.4em arial,sans-serif;
}

#contact, #about {
	/*margin: auto;
	width: 345px;*/
	
	margin:10px;
	text-align: left; 
}





h1 {
	text-indent: -500em;
}

p {
	padding: 0 0 1em;
}

hr {
	margin: 0 0 1em;
}

a , a:visited, a:link{
	color: #FF3334;
	text-decoration: underline;
}

img {
	border: 0;
}

a:hover {
	color: #FF3334;
	text-decoration: none;
}

strong {
	font-weight: normal;
}

#footer {
	position: relative;
	width: 950px;
	margin: 0 auto;
	
	/*background: url(footer.jpg) no-repeat;*/
}

#footer a {
/* 	color: #fff; 
	text-decoration: underline;*/
	border: 0;
}

#footer p {
	position: absolute;
	left: 0;

	bottom: 0px;
	width: 950px;
	padding: 0;
/* 	color: #fff; */
	font: 0.8em arial,sans-serif;
	text-align: right;
	background-color: #000;
	
}

h2.title {
	padding: 0 0 0.2em;
	margin : 0 0.4em 0 0;
	color: #d00;
	font: 1.8em helvetica,arial,sans-serif;
	text-shadow: #ddd 1px 1px 2px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}

h2.pagetitle {
	font-weight: bold;
	font-size: 2.4em;
	margin-bottom:10px;
}

label.date {
	color: #666666;
	display: block;
	margin-top: 3px;
}

div.content{
	padding: 1em 0 0 0;
	color: #000000; 
	font-size: 1.5em;

}

/* Wordpress styles */

h4#comments {
	padding-bottom: 10px;
	font-size: 1.5em;
}

div#comment-section {
	width:725px;
}

div#comment-section textarea {
	width: 600px;
}

span.comment-header {
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 2px;
}

div.comment-content {
	padding-top: 10px;
}

div.comment-footer {
	padding-bottom: 20px;
}
