BODY
{
	Font-Family: "Verdana";
	Font-Size: 12px;
	background-color : #000000;
	color : #999999;
	
	margin-top : 30px;
	
}

P
{
	margin-left:15px;
	margin-bottom:15px;
	margin-top:5px;
	color : #999999;
	text-align : justify;
}

H1 {
	font-size : 17px;
	font-weight : normal;
	clear:both;
	color : #FFFFFF;
	margin-bottom :5px;
	}

H2 {
	Font-Size: 15px;
	font-weight : normal;
	clear:both;
	margin-left : 15px;
	margin-bottom :5px;
	color : #FFFFFF;
	}

H3 {
	Font-Size: 13px;
	font-weight : normal;
	clear:both;
	margin-left : 15px;
	margin-bottom :5px;
	color : #FFFFFF;
	}

/* Linkstyles : Inpage links*/

A:link
{Background-Color: transparent; color: #999999;}

A:active
{Background-Color: transparent;
 Color: #999999}

A:visited {
	Background-Color: transparent;
	Color: #999999;
}


.bodyBox {
	margin :auto;
	width : 750px;
}

/* Top styles*/

.header {
	padding-top : 5px;
/*	left : 304px; */
	height : 22px;
	border : solid;
	border-top-width :0px;	
	border-bottom-width :1px;
	border-left-width :0px;
	border-right-width :0px;		
	border-color : #FFFFFF;
}

.logo {
	float : left;

	top : 10px;
	border : solid;
	border-top-width :1px;	
	border-bottom-width :1px;
	border-left-width :0px;
	border-right-width :0px;		
	border-color : #FFFFFF;
	margin-left : 0px;
}

.selectLang {
	float : right;
	font-size : 13px;
	width : 180px;
}

/* Border control*/
.content, .navigation, .selectLang {
	border : dashed;
	border-width : 0px;
}


/* Content and navigation */



.content {
	float : left;
	width : 550px;
	margin-top : 10px;
}



.navigation {
	float : right;
	width : 190px;
	margin-top : 10px;

}

.navHoriIma {
	float : left;
}

.navVertIma {
	margin-left : 5px;
	margin-top : 5px;
	margin-bottom : 3px;
}


.navLevel1 {
	font-size : 17px;
	margin-left : 5px;	
	color: #FFFFFF;
}

.navLevel2 {
	font-size : 13px;
	margin-left : 15px;
	line-height : 25px;
}

/* Footer class*/
.footer {
	text-align:center;
	width : 750px;
	border-top : solid;
	border-top-width : 1px;
	border-color : #FFFFFF;
	margin-top : 0px;
}

/* Classes for artworks list*/
.artwork {
	width : 500px;
	border : dashed;
	border-width:1px;
	clear : both;


}

/* Empty posi elements*/

.horiSpace {
	height : 10px;
}

.clearFloats {
	clear : both;
}



