/*****************************/
/***     Triune Studios    ***/
/*****************************/

body {
	margin: 0px 0px 0px 0px;
	background-image: url(./images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}
#all {
	width:100%;
}
#wrapper {
	margin-top:50px;
	width:912px;
	margin-left:auto;
	margin-right:auto;
}
#bodyheader {
	height: 29px;
	width: 912px;
	background-image: url(./images/body_header.png);
}
#bodybg {
	width: 912px;
	background-image: url(./images/body_bg.png);

	overflow:hidden;
}
#columnleft {
	width: 400px;
	float: left;
	clear: both;

}
#columnright {
	width: 510px;
	float: right;
	background-image: url(./images/column_divider.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 20px;
	margin-bottom: 20px;

}
#bodyfooter {
	height: 28px;
	width: 912px;
	background-image: url(./images/body_footer.png);
	clear: both;
}
#footer {
	height: 28px;
	width: 912px;
	font-size: 10px;
	color: #5f5f5f;
	clear:both;
}
.text {
	font-size: 11px;
	color: #9A9A9A;
	line-height: 17px;
}
.smalltitle {
	font-size: 11px;
	color: #696969;
	line-height: 17px;
}
.title {
	font-size: 15px;
	color: #696969;
}
a:link, a:visited{
	color: #9A9A9A;
	text-decoration: none;
}
a:hover{
	color: #333333;
}
p {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}