@charset "utf-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 820px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #000000;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr .container h1 {
	text-align: center;
}
.oneColFixCtr #info {
	position: absolute;
	height: 252px;
	width: 430px;
	left: 362px;
	top: 201px;
	z-index: 1;
}
.oneColFixCtr #info p {
	line-height: normal;
	text-align: center;
	margin: 0px;
}
.oneColFixCtr #contact {
	position: absolute;
	height: 286px;
	width: 223px;
	left: 404px;
	top: 287px;
	z-index: 1;
}


.floatrt {
	float: right;
	margin-left: 20px;
	margin-top: 10px;
}

.floatlft {
	float: left;
	margin-right: 20px;
}
p {
	margin-top: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #FFF;
}




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


a:hover {
	color: #F00;
}


.bold120 {
	font-size: 120%;
	font-weight: bold;
}
.text36 {
	font-size: 36px;
}
.centerbold {
	font-weight: bold;
	text-align: center;
}
.centerboldwhite {
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	font-size: 18px;
}

.spaceIMAGE {
	padding-right: 30px;
}

.imageBORDER {
	border: medium solid #FFF;
}
.paddingMorne {
	padding-left: 176px;
}
.spacePinarello {
	padding-left: 100px;
}
.imageBORDERspace {
	border: medium solid #FFF;
	margin-left: 30px;
}
.divtag780 {
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
}
.pic350divtagright {
	width: 360px;
	text-align: center;
	float: right;
	margin-right: 30px;
}
.pic350divtagleft {
	width: 360px;
	text-align: center;
	float: left;
	margin-left: 30px;
}
.clearboth {
	clear: both;
}

