html {
	font-size: 13px;
	padding: 0;
	margin: 0;
}

body {
	margin-left: 60px;
	font-family: Arial, Helvetica, Verdana;
	font-style: normal;
	font-size: 13px;
     	color: #000;	
	background: #FFF;
	background-image: url("");
}

a:hover {
    text-decoration: underline;
	color: #006699;
}

#WorkList {
	position: fixed;
	float: left;
	margin-right: 20px;
	font-size: 12px;
	text-transform:uppercase;
	width: 240px;
	background: #FFF;
        color: #006699;
}

#Content {
	margin: 40px 0 0 260px;
}

#WorkList a, #WorkList{
	text-decoration: none;
        font-size: 12px;
        font-weight: normal;
        line-height: 18pt;
        color: #006699;
}

#WorkList a:hover {
       text-decoration: underline;
       color: #006699;
}

 #Content {
	text-decoration: none;
	color: black
}

.caption {
	padding: 20px 0 0 0;
	margin: 0;
	font-family: Georgia, serif;
	font-size: 1.4em;
        font-style: italic;
     	color: #006699;
}

.Yannick {
	padding: 0 0 0 0;
	margin: 0;
	font-family: Helvetica, Arial, Verdana;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
    	color: #000;
}


.imgsw_image {
	border: 0;
}

.imgsw_list_numbers a, .imgsw_prevnext a {
	color: #000;
	margin-right: 10px;
}

.imgsw_list_numbers a.active {
	font-weight: bold;
}

.imgsw_prevnext, .imgsw_list_numbers {
	display: inline;
}

.imgsw_viewport {
	margin-top: 10px;
}