body {
	color: #4E4E4E;
    text-align: center;
}

.container_12 {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

div#menu a {
    display: block;
    background-image: url(../images/bullet.jpg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 0px 0px 0px 10px;
    margin: 5px 0px 5px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #4E4E4E;
}

div.content_item {
    float: right;
    background-color: #f3f3f5;
    margin: 5px 0px 5px 10px;
    width: 659px;
    padding: 10px;
    border: solid #e3e3e3 1px;
	color: #4E4E4E;
}

div.content_item a {
    font-weight: bold;
    font-size: 85%;
}

.item_links a {
	text-decoration: none;
    color: #4E4E4E;
    font-weight: bold;
	margin-right: 20px;
}

