
.grand_footer {
min-height:150px;
width:1020px;
margin:0 auto;
}

.grand_footer a {
font-size: 12px;
}

.link_list {
margin-top: 20px;
}

ul li {
list-style: none;
}

.link_list ul {
margin-right: 36px;
width: 175px;
}

.link_list ul li {
line-height: 28px;
border-bottom: 1px dashed #775446;
}

.link_list ul li:first-child {
border-bottom: 0;
color: blue;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
}


.link_list ul li a {
color: green;
display: block;
text-decoration:none;
}

.link_list ul li a:hover {
color: red;

padding-bottom: 3px;
font-size: 13px;
}

.floatleft{
float: left;
}

.clear {
clear: both;
}

.nomarginright {
margin-right: 0 !important;
}					
