* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0;
}

body {
	/*background-image: url(../_eurosummerjobs/DesktopLayouts/eurosummerjobs/images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;	
	background-color: #FFFFFF;
	*/
	background-image: url(../css/img/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#E1EFCB;
	/*padding: 15px 0 30px 0;*/
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;		
}


body * {
	font-size: 100.01%;
	line-height: 1.5;
}

.Wrapper
{
	text-align: center;
}

.MainContainer
{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#header .HomeLink
{
	display: block;
	width: 550px;
	height: 70px;
	margin-left: 140px;
	/*margin-top: -20px;*/
}

#maincolumn {	
	padding: 4px;
	
}

#rightcolumn  {
	padding: 4px;
	width: 160px;
	
}

#footer {
	padding: 3em 0;
}
#footer * {
	text-align: center;
}
#footer li {
	display:inline;
}

img,fieldset {
	border: 0;
}

a:link {
	color: #369;
}
a:visited {
	color: #969;
}
a:hover {
	color: #c60;
}
a:active {
	color: #930;
}
#footer {
	font-size: .9em;
}
#footer li {
	list-style: none;
}
h1, h2, h3, h4, h5
{
	color: #ff6500;
}
h1 {
	margin-top: 10px;
	font-size: 1.5em;
    letter-spacing: -0.05em;
    line-height: 1;
}