body {
	background-color: #FFFFFF;
	background-image: url(../img/bgp.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828282;
}

#menu {
	background-color:#FFF;
	height:27px;
	float:left;
	margin-top:60px;
	width: 560px;
	margin-left: 30px;
}
p {
	margin: 0px;
	line-height: 18px;
}
A {
	color: #AA002C;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}


#logo {
	float: left;
}

#box {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header {
	position: relative;
	margin-top: 15px;
	padding-bottom: 15px;
	padding-right: -20px;
}


#menu ul {
list-style:none;
white-space:nowrap;
float:right;
margin:0;
padding:0;
}

#menu ul li {
	display:inline;
	float:left;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
}

#menu ul li a{
text-indent:-2000em;
height:27px;
display:block;
}

#menu ul li a:hover,#menu .selected a {
background-position:bottom;
}
#m_1 a {
	width: 75px;
	background: url(../img/m_1.gif) no-repeat top;
}
#m_2 a {
	width: 83px;
	background: url(../img/m_2.gif) no-repeat top;
}
#m_3 a {
	width: 113px;
	background: url(../img/m_3.gif) no-repeat top;
}
#m_4 a {
	width: 89px;
	background: url(../img/m_4.gif) no-repeat top;
}
#m_5 a {
	width: 76px;
	background: url(../img/m_5.gif) no-repeat top;
}

#content {
	clear: left;
	margin-top: 20px;
	padding-bottom: 20px;
}
#c_left {
	float: left;
	width: 345px;
}
#c_right {
	float: left;
	margin-left: 20px;
	width: 400px;
}
.bullet {
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-bottom: 10px;
}
#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cdcdcd;
	color: #828282;
	clear: both;
	padding-top: 5px;
	margin-top: 20px;
}
#languages {
	position: absolute;
	background-color: #AA002C;
	right: 0px;
	top: -15px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#languages select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
