@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#ccc url(../design/background.png);
}

.backdrop {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:600px;
	min-width:1200px;
	margin: -300px 0;
	color:#fff;
	background:url(../design/bg.gif) repeat;
}
.backdrop .bordertop {
	background:url(../design/bordertop.gif) repeat-x;
	height:13px;
	position:relative;
	top:-13px;
}
.backdrop .borderbottom {
	background:url(../design/borderbottom.gif) repeat-x;
	height:13px;
	vertical-align:bottom;
	clear:both;
}

.backdrop .container {
	width:1200px;
	height:600px;
	margin:0px auto 0 auto;
}

.backdrop .container .Lcolumn {
	width:182px;
	height:590px;
	float:left;
	padding:10px 18px 0 0;
	text-align:center;
	background:url(../design/breakL.gif) repeat-y right;
}
.backdrop .container .Lcolumn hr {
	width:75%;
	height:3px;
	align:center;
	color:#9ad;
	border:3;
}

.backdrop .container .Rcolumn {
	width:182px;
	height:590px;
	float:right;
	padding:10px 0 0 18px;
	font-size:x-small;
	background:url(../design/breakR.gif) repeat-y left;
}

.backdrop .container .c {
	height:600px;
	margin:-13px 190px 0 190px;
	padding:0 5px 0 5px;
	background:url(../design/content_bg.png) repeat-x;
}
.backdrop .container .c p {
	margin:0;
	padding:1.12em 0;
	font-size:small;
}
.backdrop .container .c h2 {
	margin:0;
	padding:.75em 0;
}

#twitter_div {
	font-size:x-small;
}
a:link {
	color:#9ad;
	text-decoration:none;
}
a:visited {
	color:#a7a;
	text-decoration:none;
}
a img {border: none; } 
