body {
	background-color: #444;
	color: #000;
	font-family: sans-serif;
	padding: 0;
	margin: 0;
}

img {
    border: 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
}

a:link {
	color: #03f;
	text-decoration: none;
}

a:visited {
	color: #039;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.wrapper {
    width: 1050px;
    margin: auto;
}

.header {
    width: 1050px;
    text-align: center;
    background-color: #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mcwrapper {
    width: 1050px;
    background-image: url(images/back-eee.png);
    background-repeat: repeat-y;
    background-color: #ccc;
}

.menu {
    width: 250px;
    padding-top: 30px;
    padding-bottom: 16px;
    float: left;
}

.menu img {
    border: 1px solid #777;
}

.menu input {
    border: 1px solid #777;
}

.minactive {
    width: 230px;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.mactive {
    width: 230px;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-image: url(images/active.png);
    background-repeat: repeat-y;
    background-color: #eee;
}

.sminactive {
    width: 210px;
    padding-left: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.smactive {
    width: 210px;
    padding-left: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-image: url(images/active.png);
    background-repeat: repeat-y;
    background-color: #eee;
}

.micoslang {
    width: 230px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 14px;
}

.mrsstwitter {
    width: 230px;
    padding-left: 20px;
    padding-bottom: 2px;
}

.btcwrap {
    padding-left: 20px;
}

.btclabel {
    width: 162px;
    text-align: center;
    padding-bottom: 2px;
}

.icolang {
    display: inline;
}

.content {
    width: 620px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 100px;
    float: right;
}

.date {
    font-size: small;
}

.floatleft {
    float: left;
}

.clear {
    clear: both;
}

.thumb {
    float: left;
    padding-right: 16px;
    padding-bottom: 16px;
}

.footer {
    width: 1050px;
    text-align: center;
    background-color: #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}
