@charset "utf-8";

/* Xopa.EU CSS */
/*/////////////*/


body {
	background-color: #41403f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/*////// Class Styles ///////*/

.body {
	font-size: 12px;
	color: #FFFFFF;
}

.bodytitle {
	font-size: 14px;
	color: #FFFFFF;
}

h1 {
	font-size: 14px;
	color: #FF9900;
}

h2 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #000000;
}
.legal {
	font-size: 10px;
	color: #999999;
}

/*/////// Link Styles ///////*/

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*////// Divisions //////*/

#contentcentre {
	width: 1000px;
	margin: 0 auto;
} 

#centralcolumn {
	width: 1000px;
	background-image: url('images/backgroundfull.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	text-align: justify;
}


#bodysection {
	width: 800px;
	position: relative;
	left: 100px;
	background-color: #252525;
}

#contentlady {
	width: 800px;
	background-image: url('images/woman.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#banner {
	text-align: right;
}

#menu {
	text-align: right;
	position: relative;
	padding-right: 10px;
}

#includecontent {
	width: 520px;
	margin-left: 280px;
	position: relative;
}

#includecontent2 {
	background-color: #000000;
}

#bottominfo {
	height: 200px;
	background-color:#000000;
}
/*///////// Copyright Xopa.eu 2007 /////////*/
