@charset "UTF-8";
/* CSS Document */

body{
color: white;
background:url(images/background_body.jpg) repeat-y 50%;
font-family:Tahoma, Verdana, Arial;
line-height: 17px;

}

#mainContent{
	background:url(images/background_main.jpg);
	font-size:12px;
	font-weight:100;
	text-align: left;
	line-height: 17px;
}

p{
font-size: 12px;
font-family:Tahoma, Verdana, Arial;
line-height: 15px;}

#mainContent p{
padding: 0px 15px;
}

#mainContent img{
padding-left: 12px;
}

.more{
font-weight: bold;
font-size: 10px;
text-align: right;
}

.list{
margin-left: 25px;
}

.leftColumnLink a{
width: 230px;
background: grey;
padding:10px;
}

.leftColumnLink a:hover{
background: black;
}

a{
color: white;
text-decoration:none;
font-weight: bolder;
}

a:hover{
color:#666666;
}
#image div {
	text-align: center;
}

