body {
	background-color: #000;
	font-family: verdana,arial;
	font-size: 14px;
}

a img {
	border: none;
}

#main_container {
	background-color: #fff;
	margin: 0 auto;
	padding: 10px;
	width: 1000px;
}

.header {
	background-color: #000;
	height: 300px;
	position: relative;
}

.header .img-main-logo {
	margin: 5px;
}

.header .img-gay-bombay {
	margin-right: 10px;
	margin-top: 10px;
	position: absolute;
	right: 200px;
	top: 10px;
}

.header .img-new-look {
	bottom: 10px;
	margin-top: 100px;
	position: absolute;
	right: 10px;
}

.content {
	position: relative;
}

.content .col-1 {
	width: 665px;
	/*border: solid 1px red;*/
}

.content .col-2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 330px;
	/*border: solid 1px blue;*/
}

.content .article {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

.content .article h1 {
	font-weight: bold;
	text-align: center;
}

.content .article h2 {
	font-size: 16px;
	margin-top: 30px;
}

.content .article div.author {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.content .article blockquote {
	border-top: solid 5px #ffc;
	font-style: italic;
}

.content .article hr {
	border: dotted 1px red;
}