/* CSS Document */

/* ////////////////////LINKS////////////////// */

.linkSet {
	float: left;
	width: 180px;
	margin-right: 10px;
}

.linkSet02 {
	float: left;
        clear: both;
	width: 750px;
	margin-right: 10px;

}

.linkSet ul {
	width: 170px;
	margin-bottom: 20px;
	list-style: none;
	float: left;
}

.aboutSection ul {
	width: 750px;
	margin-bottom: 20px;
	list-style: none;
	float: left;
}

.linkSet ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 170px;
	text-decoration: none;
	background: url(../images/15.gif) no-repeat center left;
	padding-left: 18px;
}

.aboutSection ul li a {
	display: block;
	
	line-height: 20px;
	width: 700px;
	text-decoration: none;
	background: url(../images/15.gif) no-repeat 5px left;
	padding-left: 18px;
}

.linkSet ul li a:hover {
	background: url(../images/2.gif) no-repeat 3px;
	padding-left: 18px;
}

.aboutSection ul li a:hover {
	background: url(../images/2.gif) no-repeat 5px 3px;
	padding-left: 18px;
}

#linksTopLeft {
	float: left;
	width: 300px;
	padding: 15px;
}

/* ///////////////////////// ABOUT ////////////////////// */

.aboutSection {
	float: left;
	width: 770px;
	margin: 0px 0px 10px 0px;
	background: #FFFFFF;
	padding: 10px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #d3dab2;
	border-bottom: 1px solid #d3dab2;
}

/* ///////////////////////// files ////////////////////// */

.file01 a:link {
    text-decoration: underline;

}

.file01 a:hover {
    background-color: #cccccc;

}
