﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #D4D2E4;
}

#container {
	width: 950px;
	min-height: 850px;
	background-color: #333333;
}

#left_col {
	float: left;
	width: 345px;
	height: 2250px;
	background-image: url('img_basic/gd_bg365x550.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #D4D2E4;
	text-align: right;
	padding-right: 20px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 2px;
	position: fixed;
}

#right_col {
	float: right;
	width: 50px;
	height: 2250px;
	background-color: #D4D2E4;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #D2BEDC;
	border-right-width: 2px;
	position: fixed;
}

#page_content {
	margin-right: 50px;
	margin-left: 385px;
	width: 495px;
	background-color: #333333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #D4D2E4;
}

