/* CSS Document */

#main {
	position:relative;
}

#leftColumn {
	width:600px;
	height:100%;
	margin:0 0 25px 0;
	float:left;
}

#leftColumn ul {
	list-style-type:none;
}

#leftColumn li {
	margin:0 15px 10px 0;
	float:left;
	display:inline;
}

#leftColumn li img {
	border-top:none;
	border-right:none;
	border-bottom:5px solid #000;
	border-left:none;
}

#leftColumn img {
	border:none;
}

#leftColumn h1 {
	font-size:125%;
	font-weight:normal;
	line-height:150%;
	margin:10px 0 0 0;
}
#leftColumn p {
	font-size:90%;
	font-weight:normal;
	line-height:150%;
	margin:0 0 20px 0;
}
#leftColumn a {
	color:#000;
	text-decoration:none;
	border-top:none;
	border-right:none;
	border-bottom:1px dotted #000;
	border-left:none;
	padding:2px 0;
}
#leftColumn a:hover {
	background-color:#FF99FF;
	text-decoration:none;
}

#rightColumn {
	width:260px;
	margin:0 0 50px 0;
	float:right;
	border-top:5px solid #000;
	border-right:none;
	border-bottom:none;
	border-left:none;
	padding:20px 0 0 0;
}
#rightColumn h1 {
	font-size:130%;
	font-weight:normal;
	line-height:130%;
	margin:0 0 20px 0;
}
#rightColumn h3 {
	font-size:110%;
	font-weight:normal;
	line-height:130%;
	margin:0 0 20px 0;
}
#rightColumn p {
	font-size:90%;
	font-weight:normal;
	line-height:150%;
	margin:0 0 20px 0;
}
#rightColumn a {
	color:#000;
	text-decoration:none;
	border-top:none;
	border-right:none;
	border-bottom:1px dotted #000;
	border-left:none;
	padding:2px 0;
}
#rightColumn a:hover {
	background-color:#FF99FF;
	text-decoration:none;
}