body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, "trebuchet MS", Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	color: #1A1A1A;
	background: #F1F1F1;
}
input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: Arial, "trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A1A1A;
}
option, optgroup {
	font-family: Arial, "trebuchet MS", Verdana, Helvetica, sans-serif;
}
div, form, table, tr, th, td, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, "trebuchet MS", Verdana, Helvetica, sans-serif;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #1A1A1A;
}
a:hover {
	text-decoration: none;
}
table .odd  {
	background-color: #FFFFFF;
}
table .even {
	background-color: #F1F1F1;
}

.contents  {
	clear: both;
	max-width: 1070px;
	min-width: 800px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
}

/* CENTER */
div#main {
	min-height: 580px;
	min-width: 400px;
	max-width: 700px;
	margin-left: 185px;
	margin-right: 185px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	background: #fff;
}

div#columns .contents {overflow: visible;}

div#left {
	width: 170px;
	height: 100%;
	padding: 15px 15px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 2px solid black;
	text-align: right;
}
div#right {
	width: 170px;
	height: 100%;
	padding: 15px 0 0 15px;
	position: absolute;
	top: 0;
	right: 0;
}
div#content {
	padding: 15px 35px 20px;
}

#left h2,
#right h2 {
	font-size: 12px;
	margin: 15px 0 0;
	color: #D3145A;
	font-style: italic;
}
#left a,
#right a {
	text-decoration: none;
}
#left a.sub,
#right a.sub {
	color: #666666;
	font-style: italic;
}

#main h1 {
	font-size: 24px;
	font-style: italic;
	color: #D3145A;
	text-align: center;
}

#right a {
	display: block;
	margin: 10px 0 15px 0;
}

.cufon-active #left h2,
.cufon-active #right h2,
.cufon-active #left a {
	font-size: 14px;
}
