A:LINK {
	font-family : Times New Roman;
	font-size : 11pt;
	font-style : normal;
	font-weight : normal;
	color : #008080;
	text-decoration : none;
}
A:VISITED {
	font-family : Times New Roman;
	font-size : 11pt;
	font-style : normal;
	font-weight : normal;
	color : #008080;
	text-decoration : none;
}
A:ACTIVE {
	font-family : Times New Roman;
	font-size : 11pt;
	font-style : normal;
	font-weight : normal;
	color : #008080;
	text-decoration : none;
}
A:HOVER {
	font-family : Times New Roman;
	font-size : 11pt;
	font-style : normal;
	font-weight : bold;
	color : #008080;
	text-decoration : none;
}
UL {
	list-style-type : square;
}
table {
	font-family : Times New Roman;
	font-style : normal;
	font-size : 11pt;
	border-spacing: 0px;
	margin : 0px;
	text-align: justify;
}
td {
	font-family : Times New Roman;
	font-size : 11pt;
	font-style : normal;
	vertical-align : top;
}
tr {
	font-family : Times New Roman;
	font-size : 11pt;
	font-style : normal;
	vertical-align : top;
}

html {
    height:100%;
	margin:0;
    padding:0;
}

body {
    height:100%;
	font-family : Times New Roman;
	font-size : 11pt;
	font-style : normal;
	color : black;
    text-align: center; /*centers our layout in some browsers*/
    margin:0;
    padding:0;
}

#container {
	width: 660px;
	min-height:970px;
	margin-left: auto;
	margin-right: auto; 	/*Margin left and right set to auto center's our layout*/
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
	border-top: 2px solid #008080;
	border-left: 2px solid #008080;
	border-right: 2px solid #008080;
	position:relative;
	background : url(images/back3.gif) repeat-y;	
}

#header{
	width: 660px;
	background-image : none;
	background : White;
}


#logo{
	width: 270px;
	height: 128px;
	float : left;
}

#logo img{
	border: 0px none;
	margin-left : 0px;
	margin-top : 0px;
}

#menu{
	width: 390px;
	height: 128px;
	float : right;
}


#slogan{
	width: 660px;
	height: 20px;
}


#main {
	overflow:auto;
	padding-bottom: 0px;
}  
	
	
#footer{
	position: relativ;
	margin-top: -20px;
	height:20px;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #008080;
	border-right: 2px solid #008080;
	border-bottom: 2px solid #008080;
}


#index_content_left{
	width: 277px;
	height: 198px;
	float : left;
}


#index_content_right{
	width: 330px;
	height: 176px;
	padding-left: 11px;
	padding-right: 22px;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align : justify;
	float : right;
}


#profil_content_left{
	width: 246px;
	height: 314px;
	float : left;
}


#profil_content_right{
	width: 361px;
	height: 303px;
	padding-left: 11px;
	padding-right: 22px;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align : justify;
	float : right;
}



#content{
	width: 627px;
	margin-top: 11px;
	margin-left: 11px;
	margin-right: 22px;
	margin-bottom: 11px;
	text-align : justify;
	float: none;
}

#clear{
	clear: both;
}



