@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Bowlby+One+SC|Duru+Sans);
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg1.jpg);
}

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 35px;
	color: #FFFFFF;
	font-family: 'Duru Sans', "sans-serif;";
	font-weight: 400;
}
strong {
	font-weight: bold;
}

h2 {
	font-size: 25px;
	color: #F0F0F0;
	font-family: "Arial Black", Gadget, sans-serif;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
a.red {
	color: #FF0000;
	text-decoration: underline;
}

p {
	font-family: 'Duru Sans', "sans-serif;";
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: justify;
	padding: 3px;
}
.p1 {
	font-family: "Arial Rounded MT Bold";
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.p2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}



#headerWrapper {
	width: 100%;
	overflow: auto;
	background-color: #000000;
	background-image: url(../images/triangles_@2X.png);
}
#logo {
	float: left;
	width: 100px;
}
#top {
	float: left;
	width: 860px;
	text-align: center;
}


header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#outerWrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding-top: 15px;
}

.main {
	float: right;
	width: 560px;
}

#contentWrapper {
	width: 100%;
	overflow: auto;
	background-image: url(../images/logo_euroEventsBG.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	width: 100%;
}
#footerWrapper {
	clear: both;
	width: 100%;
	overflow: auto;
}
footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.down {
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	clear: both;
}
.left {
	float: left;
	width: 400px;
	margin-top: 25px;
}
.right {
	float: right;
	width: 560px;
	margin-top: 25px;
}




footer p {
	text-align: center;
}
