* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Arial";
	font-size: 11px;
	text-align: left;
	background: url(../images/bg.jpg) fixed;
	color: #ffffff;
}

p {
	font-family: "Arial";
	font-size: 11px;
	color: #cecece;
	margin-bottom: 5px;
}

p.footer {
	font-family: "Arial";
	font-size: 9px;
	text-align: center;
	color: #000000;
}

h1 {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	color: #ffffff;
	margin-bottom: 10px;
}

h2 {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	color: #ffffff;
}


hr {
	height: 1px;
	margin: 20px 0px 20px 0px;
	border: none;
	border-top: #ffffff dashed 1px;
}

ul {
	margin-left: 5px;
}

li {
	font-size: 10px;
	list-style-type: none;
}

img {
	border: none;
}

img a {
	text-decoration: none;
	border: none;
}

img.mouseover {
	margin: 0px 10px 10px 0px;
}

td {
	font-family: "Arial";
	font-size: 11px;
	text-align: justify;
	color: #ffffff;
}

#page-wrap {
	background: none;
	width: 760px;
	height: auto;
	margin: 0 auto;
	}
	#page-wrap #inside {
			margin: 0px;
			padding: 0px;
	}

#footer_i {
	background: none;
	width: 430px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 75px 0px 0px -215px;
}

#footer {
	background: none;
	margin: 0 auto;
	width: 760px;
	height: 12px;
}

#footer_c {
	background: none;
	width: 430px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 195px 0px 0px -215px;
}

#index {
	background: url(../images/bg_content.png) repeat;
	width: 430px;
	height: 150px;
	padding: 20px 20px 10px 20px;
	margin: -105px 0px 0px -235px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#contact {
	background: url(../images/bg_content.png) repeat;
	width: 430px;
	height: 370px;
	padding: 20px 20px 10px 20px;
	margin: -205px 0px 0px -235px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#content {
	background: url(../images/bg_content.png) repeat;
	width: 720px;
	height: auto;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a.foot:link {
	color: #000000;
	text-decoration: underline;
}

a.foot:active {
	color: #000000;
	text-decoration: underline;
}

a.foot:visited {
	color: #000000;
	text-decoration: underline;
}

a.foot:hover {
	color: #000000;
	text-decoration: none;
}

a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 154px;
	height: 75px;
	padding: 5px;
	z-index: 100;
	background: #000000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}

