/* MAIN */

body
{
	color: #4D4D4D;
}

a
{
	color: #262626;
}

a:hover
{
	color: #262626;
}

h1
{
	font-weight: normal;
}

/*HEADER*/
#header
{
	background: url(../images/header_logo.png);
}
/*LANG*/
#language_nav
{
	border-left-style: solid;
	border-left-color: #CCC;
	border-left-width: 1px;
	float:right;
	font-weight:700;
	font-size:11px;
	list-style-position:outside;
	list-style-type:none;
	margin-right: 10px;
	margin-bottom: 0px;
}

#language_nav li
{
	float:left;
	margin-left: 7px;
	padding-right: 7px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-right-width: 1px;

}

#language_nav li a
{
	text-decoration:none;
	color:#F0037F;
}

#language_nav li a:hover, #language_nav li.current_page_ancestor a, #language_nav li.current_page_parent a, #language_nav li.current_page_item a
{
	color:#000;
}

/* HEADER NAV */
#header_nav
{
	float:left;
	font-weight: normal;
	font-size:11px;
	list-style-position:outside;
	list-style-type:none;
	margin-right: 0px;
	position: relative;
	margin-bottom: 0px;
}

#header_nav li
{
	height: 33px;
	float:left;
	width: 234px;
	margin-left: 0;
	border-right-style: solid;
	border-right-color: #CCC;
	border-right-width: 1px;
}

#header_nav li:last-child
{
	border-right-style: solid;
	border-right-color: #FFF;
	border-right-width: 1px;
}

#header_nav li:hover
{
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#header_nav a
{
	color: #F0037F;
	font-size: 12px;
	text-decoration:none;
	text-align: center;
	display: block;
	margin-top: 7px;
}

#header_nav li.current_page_item
{
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-right-style: solid;
	border-right-color: #FFF;
	border-right-width: 1px;
}

#header_nav li.current_page_item a
{
	color: #FFF;
}

/* NEWS BAR */

.news
{
	background-image: url(../images/news_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 20px;
	border-right-color: #4D4D4D;
	border-right-style: solid;
	border-right-width: 2px;
	color: #4D4D4D;
	padding-top: 10px;
	padding-bottom: 10px;
}

.news h3, .news p
{
	margin-bottom: 0px;
}

.news a
{
	color: #4D4D4D;
	text-decoration: none;
}

.news a:hover
{
	color: #262626;
}

.news h3
{
	font-size: 14px;
}

/* FOOTER */
#footer
{
	background-color: #5661a8;
}

/* ELEMENTS */
.pink_hr
{
	border-top-color: #F781BF;
	border-top-style: solid;
	border-top-width: 3px;
	margin-top: 3px;
	margin-bottom: 5px;
}

.hr
{
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
