body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; background-color: #d6f7ff; background-image: url(images/bg.gif); margin: 0; }

h3{
	font-size: 14px;	
	margin-top: 14px;
}

a {
	color: #FF0000;
	line-height: 20px;		
}


.main { width: 768px; text-align: center; position: relative; margin: 20px auto; background-color: #96eaff; color: #000; text-align: left; border: solid 3px white; }

.header{ width: 768px; height: 160px; background-image: url(images/header.jpg); background-repeat : no-repeat; background-position : center; border-bottom: 3px solid white; border-top-color: white; border-left-color: white; }

.title{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 12px;
	padding-top: 62px;
	width: 318px;
	height: 82px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #E3E3E3;
	font-weight: bold;
	text-align: center;
}


.leftcolumn{
	background-color: #d6f7ff;
	border-right: 1px solid white;
	width: 565px;
	float: left;
	text-align: center;
	margin: 0;
}

.rightcolumn{
    background-color: #96eaff;
	width: 200px;
	margin: 0;
	float: left;	
	text-align: center;
}

.middle{ background-color: #96eaff; padding: 7px 0 0; margin: 0; width: 100%; border-top: 1px solid white; border-bottom: 1px solid white; height: 30px; }

.middle a{
	font-weight: bold;
	font-size: 14px;
}

.preview{
    margin: 0;
	padding: 0;
	float:left;
	text-align: center;	
}

.thumb1{
	width: 120px;
	height: 120px;
}

.thumb2{
	width: 180px;
	height: 180px;
}

.thumb3{
	width: 240px;
	height: 240px;
}


.set{
	width: 100%;
	text-align: center;
}

.set .picture{
	padding: 20px 10px 10px 20px;
	width: 120px;
	float: left;
	text-align: center;
}

.set .info{
    width: 400px;
	padding: 20px 10px 10px 0px;
	float: left;
	text-align: justify;
}

.amateur{
	width: 100%;
	text-align: center;
}

.amateur .picture{
	padding: 20px 10px 10px 20px;
	width: 240px;
	float: left;
	text-align: center;
}

.amateur .info{
    width: 280px;
	padding: 20px 10px 10px 0px;
	float: left;
	text-align: justify;
}

.clearing {
  height: 2px;
  clear: both;
}

.clearing2 {
  clear: both;
}


