body {
	background: #d2d8d6 url(images/transfixx_bg.jpg) repeat-x;
	margin: 0px;
	font: 9pt Trebuchet MS;
	color: #4b5756;
}

/*
BASICS
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #7a8987;
}
a:hover {
	color: #001415;
}
b, strong {
	color: #001415;
}
em, u, i {
	color: #6f6454;
}
a img {
	border: 2px solid #c6d3cf;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a:hover img {
	border: 2px solid #a2bab3;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
table, tr, td {
	font: 9pt Trebuchet MS;
}

/*
SIDE BAR
*/

#sideBar {
	background: #001415;
	width: 285px;
	height: 100%;
	vertical-align: top;
}
#sideBar h2 {
	font: 9pt Trebuchet MS;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #d2d8d6;
	margin: 0px;
	padding: 5px;
}
#sideBar div.main {
	margin: 0px 19px 15px 19px;
}
#sideBar div.mainText {
	background: #00191b;
	padding: 5px;
	color: #334a4c;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sideBar a {
	color: #6f6454;
}
#sideBar a:hover {
	color: #7a8987;
}
#sideBar a img {
	border: 2px solid #0a282a;
}
#sideBar a:hover img {
	border: 2px solid #4f5e5e;
}

/*
CONTENT'S BODY
*/

#contentsBody {
	background: url(images/transfixx_09.jpg) repeat-y;
	width: 548px;
	height: 100%;
	vertical-align: top;
}
#contentsBody h2 {
	font: 13pt Georgia;
	text-transform: uppercase;
	color: #011516;
	margin: 0px;
}
#contentsBody h3 {
	font: 8pt Trebuchet MS;
	color: #3c6466;
	margin: 0px 0px 15px 0px;
}
#contentsBody div.main {
	background: #edf4f2 url(images/transfixx_cb_mn.jpg) repeat-x;
	background-position: bottom;
	border: 1px solid #d6dedc;
	padding: 5px;
	margin: 0px 19px 25px 19px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contentsBody div.mainText {
	text-align: justify;
}
#contentsBody blockquote {
	background: #ffffff;
	border-left: 3px solid #8c9a97;
	padding: 5px;
	text-align: justify;
	color: #4f645f;
}
#contentsBody textarea, #contentsBody input, #contentsBody select, #contentsBody button {
	background: #ffffff;
	border: 1px solid #8c9a97;
	font: 9pt Trebuchet MS;
	padding: 5px;
	text-align: justify;
	color: #4f645f;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
LAYOUT SETTINGS
*/

#ad {
	background: url(images/transfixx_01.jpg) no-repeat;
	width: 1010px;
	height: 98px;
	text-align: center;
	vertical-align: middle;
}
#introduction {
	background: url(images/transfixx_04.jpg) no-repeat;
	width: 331px;
	height: 123px;
	text-align: justify;
	font: 8pt Trebuchet MS;
	color: #aebdba;
}
#left {
	background: url(images/transfixx_07.jpg) repeat-y;
	width: 88px;
	height: 100%;
	vertical-align: top;
}
#right {
	background: url(images/transfixx_10.jpg) repeat-y;
	width: 89px;
	height: 100%;
	vertical-align: top;
}
