/**************************/
/*                        */
/*      ARTICLE PAGE      */
/*                        */
/**************************/
#article{
	position: relative;
	padding: 75px 200px 75px 200px;
}
#article p, li {
	font-size:14px !important;
}

#right_arrow {
	position:absolute;
	bottom:30px;
	right:40px;
	
	background-image:url('../images/arrow-right.png');
	background-repeat:no-repeat;
	background-position:top left;

	width:55px;
	height:105px;
}

#left_arrow {
	position:absolute;
	bottom:30px;
	left:40px;
	
	background-image:url('../images/arrow-left.png');
	background-repeat:no-repeat;
	background-position:top left;

	width:55px;
	height:105px;
}



h2 {
	font-size:18px;
	font-weight:normal;
	color:#7b0;
	margin-top:0px;
	margin-bottom:0px;
}

h2.event {
	width:100%;
	position:relative;
	left:-35px;
	padding-top:5px;
	padding-left:35px;
	background-image:url("../images/icons/calendar.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
}
h2.press {
	width:100%;
	position:relative;
	left:-25px;
	padding-top:5px;
	padding-left:25px;

	/*padding-top:10px;
	text-indent:25px;*/
	background-image:url("../images/icons/ribbon.png");
	background-position:-5px 0px;
	background-repeat:no-repeat;
}
h2.news {
	width:100%;
	position:relative;
	left:-35px;
	padding-top:5px;
	padding-left:35px;
	padding-right:-35px;

	/*padding-top:10px;
	text-indent:35px;*/
	background-image:url("../images/icons/news.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
}

h4 {
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
}
#links{
	font-size:14px;
	margin-bottom:25px;
	position:absolute;
	top:35px;
	left:100px;
	
}
#links a{
	padding-right:30px;
}

