


#sections {
	height: 480px;
}

.padProfile {
	width: 500px;
	float: left;
	margin-right: 40px;
}




#aboutLinks {
	margin-left:30px;
}
#about1, #about2 {
	margin: 35px 0px 0px 30px;
	position: relative;
	width: 500px;
}

#about1show, #about2show {
	background: white;
}

#about1show.active,
#about2show.active {
	color: #333;
	border: #333 1px solid;
}
a, a b {
	cursor: pointer;
}




#column-left {
	float: left;
	width: 220px;
}
#column-right {
	float: right;
	width: 180px;
}
#contents {
	min-height: 600px;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 25px;
	background-image:url(image12681.jpg);
	background-repeat: no-repeat;
	background-position: 600px 30px;
}

#contents p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 220px;
}
#column-right + #content {
	margin-right: 195px;
}

.pagination {
	/*border-top: 1px solid #EEEEEE;*/
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .active,
.pagination .links b {
	display: inline-block;
	border: 1px solid #333;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	background: #FFFFFF;
}



/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}



