/* RESET CODE */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* HTML TAGS */

body {

	text-align: center;
	font-size: 16px;
	font-family: arial;	
	background-color: #ccc;
	background-image: url(images/white.png);	
	background-repeat: repeat-y;
	background-position: top center;
}

a {

	color: #7f002c;
	text-decoration: none;
	border-style: dotted;
	border-color: #7f002c;
	border-width: 0px 0px 1px 0px;
	font-weight: bold;	
}

a:hover {

	border-style: solid;	
}

#right a {

	color: #fff;
	border-color: #fff;	
}

h1 {

	display: block;
	clear: left;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;	
	color: #008000;
	font-family: times;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 0px 70px;
	border-style: dotted;
	border-color: #ccc;
	border-width: 0px 0px 1px 0px;
	width: 640px;
}

h1:first-letter {

	font-size: 50px;	
}

p {

	margin: 0px;
	padding: 0px 0px 20px 0px;
	line-height: 1.5em;	
}

ul {

	list-style-image: url(images/bullet_4.png);
	margin: 0px 0px 20px 25px;	
}

ul#ul_smaller {

	font-size: 10px;
	font-weight: normal;	
}

/* NEWS */

#main {
	
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 25px 0px 25px 0px;
	
	
}

.over_entry {
	
	background-image: url(images/divider_news.png);	
	background-repeat: no-repeat;
	background-position: 20px bottom;
	padding: 0px 0px 40px 0px;
	overflow: auto;
	

}

.entry {
	
	margin: 0px 0px 50px 0px;	
	padding: 0px 0px 5px 20px;
	width: 619px;
	display: block;
	float: left;
	border-style: dotted;
	border-color: #ccc;
	border-width: 0px 0px 0px 1px;
	z-index: 2;
	position: relative;
}

.date {

	width: 50px;
	height: 60px;
	font-size: 30px;
	color: #fff;	
	overflow: hidden;
	background-image: url(images/date.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	padding: 10px 0px 0px 0px;
	text-align: center;
	float: left;
	margin: 0px 20px 0px 20px;
}

.smaller {

	font-size: 10px;	
}

.more {
	
}

#right_overlay {

	width: 960px;
	position: fixed;
	left: 50%;
	top: 0px;
    margin-left: -480px;
    z-index: 1;

}

#right {

	float: right;
	width: 180px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0px 10px 0px 10px;
	position: relative;
	z-index: 3;
	
}

#pagination {

	margin: 0px 0px 0px 90px;	
}

.clear {

	clear: both;	
}