@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #000;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}

#nav li {
    margin: 0; 
    padding: 0;
    display: inline;
}

#nav li a:link, #nav li a:visited {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    background: url(../images/nav.gif) repeat-x;
    padding: 0 20px;
}

#nav li a:hover, #nav li a:active {
    background: url(../images/nav.gif) 0 -32px;
    padding: 0 20px;
} 

#mainContainer{
		width:840px;
		margin:0 auto;
		text-align:left;
	}
	
#contentColumn{
		background-color:#7190E0;
		width:840px;
		float:center;
		color:#FFF;
	}	
	
	.clear{
		clear:both;
	}
	p{
	margin-top:0px;
	margin-bottom:10px;
	}	
.glace {
	color: #333;
	text-align: left;
}
.glace p {
	text-align: right;
}
.glace p {
	text-align: left;
}
.glace p1 {
	text-align: center;
}

