@charset "UTF-8";
/* CSS Document */

body {
	font-family: "courier new";
	color: #fff;
	
}
a{
font-weight:bold;
}

a:link {
	color: #74768D;
	text-decoration: none;
	border: none;
}

a:link img {
	color: #74768D;
	text-decoration: none;
	border: none;
}

a:visited {
	color: #74768D;
	text-decoration: none;
	border: none;
}

a:visited.thispage {
    color: #B40317;
}

a:visited img {
	color: #74768D;
	text-decoration: none;
	border: none;
}

a:active {
	color: #74768D;
	text-decoration: underline;
	border: none;
}

a:active img {
	color: #FFCC00;
	text-decoration: underline;
	border: none;
}

a:hover {
	color: #303356;
	text-decoration: underline;
}

a:hover img {
	color: #303356;
	text-decoration: underline;
}



#main{
width: 900px;
margin:0px auto;
}
#header{
background: url('/images/header.png') no-repeat;
height: 223px;
}
#body{
background: url('/images/body_bg.png') repeat-y;
min-height: 660px;
padding:  0 4em;
}
#footer{
background: url('/images/footer.png') no-repeat;
height: 70px;
margin: -20px 0 0 0;
}
#footer{
text-align:center;
padding:10px 0 0 0;
}
#footer p{
margin: 0px;

}
#footer a{
color: #fff;
}
#bottomLinks{
width: 680px;
margin: 0px auto;
}
.next {
	float:right;
}

.previous {
	float:left;
}

.middle {
    float:left;
}

.top {
	top: -23px;
}

.btm {
	bottom: -26px;
}


#look {
	margin-right: auto;
	margin-left: auto;
}

#bottom {
	clear: both;
}

.icon {
	float: left;
	width: 232px;
	padding:25px 0px;
	text-align: center;
    height: 146px;  
}

.icon img a {
	border: none;
}

#icon-holder {
	padding: 0 20px;
}

.pagination-pages { 
    width: 576px;
    height: 45px;
    margin-top:-11px;
}

.thispage {
    color:red;
}