/* GBD CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #999999;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif
}

.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
}

.home_container_left {
	position:relative;
	width: 530px;
	float: left;
	height: 718px;
	background-image: url(/assets/images/home_bg.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
}

.mag_container_left {
	position:relative;
	width: 530px;
	float: left;
	height: 718px;
	background-image: url(/assets/images/magazine.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
}

.readership_container_left {
	position:relative;
	width: 530px;
	float: left;
	height: 718px;
	background-image: url(/assets/images/readership_bg.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
}

.editorial_container_left {
	position:relative;
	width: 530px;
	float: left;
	height: 718px;
	background-image: url(/assets/images/editorial_bg.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
}

.design_container_left {
	position:relative;
	width: 530px;
	float: left;
	height: 718px;
	background-image: url(/assets/images/design_bg.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
}

.contact_container_left {
	position:relative;
	width: 530px;
	float: left;
	height: 718px;
	background-image: url(/assets/images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
}

.archive_row {
	float: left;
	height: 165px;
	
}

.archive_image {
	width: 117px;
	float: left;
	margin-right: 10px;
}

.archive_image img {
	border: none;
}

.advertising_container_left {
	position:relative;
	width: 530px;
	float: left;
	height: 718px;
	background-image: url(/assets/images/advertising_bg.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
}

.container_right {
	width: 470px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
	background-color:#FFFFFF;
	height: 800px;
	overflow: auto;
}

.menu {
	position: absolute;
	left: 40px;
	top: 500px;
	color: #d2222a;
	font-size: 14px;
	font-weight: bold;
}

.menu ul {
	list-style-type: none;
}

.menu ul li a {
	color: #d2222a;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.menu ul li a.selected {
	color:#FFFFFF;
}

.page_number {
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 12px;
}

.right_content {
	padding-left: 30px;
	width: 300px;
	font-size: 12px;
}

.right_content h1 {
	color: #d2222a;
	margin-bottom: 15px;
	font-weight:bolder;
}

.right_content h2 {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	margin-bottom: 15px;
}

.right_content p {
	padding-bottom: 20px;
	line-height: 1.1;
}

.redtext {
	color: #d2222a;
}
