body {margin:0px;
padding:0px;
border:0px;
}


#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #FFE7F7;
}
#header {
	height: 150px;
	width: 1000px;
	position: relative;
}

.header_border {
	background-image: url(images/header_border.jpg);
	background-repeat: repeat-x;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
#header .header_top {
	height: 100px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}

.header_border a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	line-height: 30px;
}
.header_border a:hover {
	color: #FF82D7;
}
.header_border li {
	list-style-type: none;
	float: left;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}

#header_main {
	height: 90px;
	background-color: #000000;
}
#header_main #logo-bg {
	position: relative;
	width: 272px;
	height: 90px;
	background-color: #CC0000;
	float: left;
}
#logo  {
	background-repeat: no-repeat;
	height: 52px;
	width: 250px;
	position: absolute;
	left: 10px;
	top: 20px;
}
.layoutbox {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
#left_column {
	background-color: #ffe7f7;
	width: 170px;
	float: left;
}

#left_column #left_nav {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 160px;
}

#left_column #left_nav h3 {
	color: #FF3300;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#right_column {
	background-color: #ffe7f7;
	float: right;
	width: 170px;
}
#right_column  #right_nav {
	width: 160px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#right_column #right_nav h3 {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#index_main_content {
	float: left;
	width: 650px;
	background-color: #FFE7F7;
	margin-left: 5px;
	padding-top: 10px;
}

#index_main_content h1 {
	font-size: 22px;
	font-weight: normal;
	padding: 0px;
	margin-top: -10px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#index_main_content h1 a {
	color: #FF0000;
}
#index_main_content a:hover {
	color: #990000;
}

#index_main_content h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-left: 6px;
	margin-right: 6px;
	font-weight: normal;
}
#index_main_content #updates {
	float: left;
	width: 640px;
	margin-top: 20px;
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.maincontent_thumbs {
	background-color: #FFE7F7;
	height: 100px;
	width: 100px;
	float: left;
	margin-left: 45px;
	margin-top: 40px;
	border: 2px solid #FF79D3;
	text-align: center;
}
.maincontent_thumbs .thumbtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	
	padding-top: 2px;
}

.header_border ul {
	margin: 0px;
	padding: 0px;
}


.nav_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.nav_list ul li {
	margin: 0px;
	padding: 00px;

}
.nav_list ul {
	width: 175px;
}


.nav_list li a {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFBFEB;
	display: block;
	padding-left: 20px;
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #990000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.nav_list li a:hover {
	background-color: #FFD7F2;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px -80px;
}

.pagination{
	padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #FF9BDE;
	text-decoration: none;
	color: #990000;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 20px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-top-color: #FFB7E8;
	margin-top: 10px;
}
