// xhtml (c) 2009 Jason Pilbin
BODY, TABLE, TR, TD, THEAD, DIV { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }

a:link {
	color:#000000;
}
a:visited {
	color:#000000;
}
BODY {
	font-family:arial;
	font-size: 18px;
	margin: auto auto auto auto;
	text-align:center;
	background:url(images/wrapper.png) repeat;
}

#wrapper {
	margin:auto auto auto auto;
	text-align:center;

	width:900px;
	height:900px;

	background: url(images/background.png);
}

#header {
	//height:192px;
	height:210px;
	width:900px;

	//background: url(images/head_r.png) repeat-x;
}

#logo {
	width:663px;
	height:207px;
	background: url(images/logo.png) no-repeat;
}

#sidebar {
	margin-left:40px;
	//height:608px;
	height:500px;
	width:273px;
	//background:url(images/side_r.png) repeat-y;
	float:left;
	padding-top:80px;
}

#mainpage {
	//height:608px;
	height:580px;
	margin:0 293px;
	width: 627px;
	background:url(images/page_r.png) repeat-y;
	padding-top:20px;
}

#contentlayer {
text-align:left;
width:540px;
float:left;
}

#footer {
	margin-top: 28px;
	margin-left:90px;
	margin-right:90px;
	height:46px;
	//width:700px;
	background:url(images/foot_r.png) repeat-x;
	padding-top:10px;
	padding-right:28px;
	text-align:center;
}

#sidebar img { padding-top:20px; border:none; }

#gallery-1 {
	margin:0px 0px 0px 0px;
        padding:0px 0px 0px 42px;
        width:94%;
}

.attachment {
	text-align:center;
}
.attachment a {
        padding-left:20px;	
}
.attachment img {
	border:none;
}
.entry p {
width:100%;
}
.slideshowlink {
	text-align:center;
margin-bottom:8px;
}
