@charset "UTF-8";
/* -------------------- */
/* Page-specific styles */
/* -------------------- */


/* HTML tags */
/* --------- */

p {
	font-size: 14px;
}


/* Styles for class attributes */
/* --------------------------- */


/* Lines and corners for sidebar contents and ads */

.br1 {
	background: url("../images/bottomright_1.png") 100% 100% no-repeat
}

.bl1 {
	background: url("../images/bottomleft_1.png") 0 100% no-repeat
}

.tl1 {
	background: url("../images/topleft_2.png") 0 0 no-repeat
}

.tr1 {
	background: url("../images/topright_1.png") 100% 0 no-repeat;
	padding: 9px;
}

.t1 {
	background: url("../images/linetop_1.png") 0 0 repeat-x;
	float: none;
	margin: 0 0 20px 0;
}

.b1 {
	background: url("../images/linebottom_1.png") 0 100% repeat-x
}

.l1 {
	background: url("../images/lineleft_1.png") 0 0 repeat-y
}

.r1 {
	background: url("../images/lineright_1.png") 100% 0 repeat-y
}


/* Lines and corners for main content pane */

.tr2 {
	background: url("../images/topright_2.png") 100% 0 no-repeat; padding: 9px;
}

.t2 {
	background: url("../images/linetop_2.png") 0 0 repeat-x;
	float: none;
	margin: 20px 0 0 8px;
	width: 655px;
}


/* Other class definitions, ordered alphabetically */

.ad {
	padding: 10px 30px 10px 0;
}

.content {
	font-size: 14px;
	padding: 15px;
}

.paperclip {
	float: left;
	height: 115px;
	margin: -28px 0 0 -2px;
	width: 32px;
}



/* Styles for ID attribute */
/* ----------------------- */

#splash {
	float: none;
	margin: 0 25px 10px 0;
}

#footer {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 0 0;
	text-align: right;
	width: 100%;
}