* {
    font-family: Arial, Helvetica, sans-serif;
}

div, p {
    word-spacing: normal;
    text-decoration:none;
    text-align: left;
    background-color: white;
    color: #808080;
    letter-spacing: 0;
    font-size: 11px;
}

.pink {
    color: #ED3D95;
}

.pink_menu {
    font-size: 9px;
	color: #ED3D95;
    margin-right: 30px;
	text-decoration:none
}

a:hover {
	color: #ED3D95;
}

.inactive {
	font-size: 9px;
	color: #666666;
	margin-right: 30px;
	text-decoration:none;
	 
}

body {
    text-align: center;
    margin: 0px auto;
}

.wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: block;

    text-align: left;
}

.top_menu {
    height: 56px;
    margin-bottom: 30px;
}

.top_menu .small_buttons {
    height: 16px;
    margin-top: 20px;
    float: right;
}

.top_menu .small_buttons a {
    margin-right: 4px;
}

.top_menu .small_buttons a img{
    border-style: none;
}

.top_menu .menu {
    height: 16px;
    margin-top: 20px;
	margin-left: 30px;
    float: left;
	
}

.title_text{
    color: #4D4D4D;
    letter-spacing: -1px;
    font-size: 37px;
    font-weight: bold;

    width: 384px;
    
}

.body_text {
    width: 566px;
    float: right;
    line-height: 1.5em;

    background: url(../images/grey_line.jpg) repeat-y 10px 0px;
}

.body_text p {
    margin-left: 50px;
}

.twitter {
    clear: both;

    margin-top: 50px;
    width: 960px;
    height: 370px;
}

.read_more {
    width: 65px;
    height: 8px;
    background: url(../images/read_more.jpg) no-repeat;
    display:inline-block;

    font-size: 0px;
}

.read_more:hover {
    background-position: 0 -8px;
}

.read_less {
    width: 65px;
    height: 8px;
    background: url(../images/read_less.jpg) no-repeat;
    display:inline-block;
    
    font-size: 0px;
}

.read_less:hover {
    background-position: 0 -8px;
}

.hidden {
    display: none;
}
