﻿#page
{
	background-image: url('background-main.jpg');
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 966px; /* height: 800px; */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.mainmarked
{
	width: 100%;
	background-image: url('main_selected.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

.mainmarked a
{
	color: White;
}

div.content
{
	/*padding-left: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 440px;
	width: 330px;
	font-size: 0.7em;
	line-height: 1.7em;*/
	padding-top: 20px;
	padding-left: 20px;
	font-size: 0.7em;
	line-height: 1.7em;
	height: 440px;
	width: 700px;
}

#cpiHeader 
{
	float: right;
	width: 170px;
	height: 40px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#cpiHeader h1 
{
	color: #6A6A6A;
	font-size: 2em;
	margin: 0px;
	padding: 0px;
}

#cpiLinks 
{
	float: left;
	position: relative;
	top: 5px;
}

#cpiLinks img
{
	border: none;
}

#cpiLinks a
{
	margin-left: 5px;
	text-decoration: none;
}