body {
	margin:0px; font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #676767;
	background-image: url('images/bg.gif');
}

h2{
	font-size: 14px;	
	margin-top: 14px;
}

h3{
	font-size: 14px;	
	margin-top: 14px;
}

a {
	color: #0000FF;
	line-height: 20px;		
}


.main {
	width: 768px;
	text-align: center;
	position: relative;
	margin: 20px auto;
	color: #000;
	text-align: left;
	border: 1px solid black;
	background-image: url('images/cols.gif');
	background-repeat: repeat-y;
	overflow: hidden
}

.header{
	width: 768px;
	height: 136px;
	background-image: url('images/header.gif');
	border-bottom: 1px solid black;
	background-repeat : no-repeat;
	background-position :  center 50%;
}

.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: #FFFFFF;
	border-right: 1px solid #000000;
	width: 565px;
	float: left;
	text-align: center;
	margin: 0 0 0 0;
}

.rightcolumn{
    background-color: #E6E6E6;
	width: 200px;
	margin: 0 0 0 0;
	float: left;	
	text-align: center;
}

.middle{
    padding: 0;
	margin: 0;
	padding-top: 7px;
	width: 100%;
    border-top: 1px solid #000000;			
    border-bottom: 1px solid #000000;		
	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;
}