.article {
	margin: 20px auto;
	width: 450px;
	padding: 75px 60px;
	text-align: justify;
	min-height: 200px;
	background: url('../img/gall_bg.jpg') top left no-repeat;
	}

.article h1, .article h2 {text-align: right;}
.article p { padding: 6px 0; }

p.author {
	font-weight:bold; 
	font-style: italic; 
	text-align: right; 
	}
	
ul li {
	font: normal 8pt Verdana; 
	color: #77858e; 
	}

ul.dialog {
	list-style-type: none;
	margin: 6px 0 6px 0; 
	display: block;
	}
	
ul.dialog li {
	margin: 5px 0 0 0;
	padding: 0 0 6px 30px;
	background: url('../img/dot4.gif') left top no-repeat;
	}

ul.dialog li.question {
	font-weight: bold; 
	background: url('../img/dot3.gif') left top no-repeat;
	}

.cvs h2 { padding: 18px 0; }
.cvs { margin-top: 20px; }

ul.cv {
	padding: 0px 0 0px 0;
	list-style-type: none;
	}
	
ul.cv li {	
	width: 350px;
	float: left;
	text-align: left;
	margin: 1px 0 0 0;
	}

ul.cv li.when {
	width: 70px;
	padding: 0 15px 0 5px;
	font-weight: bold;
	text-align: right;
	}

ul.cv li.title {
	width: 100%;
	font: bold 11pt Arial;
	color: #ffffff; 
	text-align: left;
	padding: 1px 0 2px 30px;
	margin: 18px 0 5px 0;
	background: #a4becf url('../img/cv_right.gif') top left no-repeat;
	background-position: 4px 0;
	}

.title img {
	position: relative;
	left: 250px;
	top: 0;
	}

ul.sublist {
	list-style-type: square;
	margin: 5px 0 10px 20px;
	padding: 0;
	}
