#main_body {
		clear: both;
        padding-top: 25px;
        text-align: center;
        width: 550px;
        margin: 0 auto;
}

#Header {
    clear: both; 
    margin: 0 auto;
	width: 900px;
}

#Logo a {
    display: inline;
    float: left;
    padding-top: 20px;
}

#Menu {
    clear: both;
    height: 44px;
    margin: 0;
    padding: 0;
}

#CoutureTalk_Logo {
    float: right;
    padding-top: 16px;
}

#Menu ul {
    border-bottom: 1px solid #B5B5B5;
    border-top: 1px solid #B5B5B5;
    display: block;
    float: left;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 100%;
}
#Menu li {
    display: block;
    float: left;
    list-style: none outside none;
    position: relative;
}

#Menu li a {
    border: 0 none;
    color: #595959;
    font-family: "Georgia";
    font-size: 12px;
  /*  width: 156px; */
	width: 111px; 
	font-weight: normal;
}

#Menu li a {
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#Menu li a:hover {
	color: #f14a9b;
}

article p img {
	margin-left: 3% !important;
}