/* wrapper */
#wrapper {
	width: 940px;
	overflow: hidden;
	margin-left: 10px;
}


/* left side */
#leftHolder {
	float: left;
	width: 230px;
	overflow: hidden;
}
	#leftHolder #topBox {
		float: left;
		height: 152px;
		overflow: hidden;
	}
		#leftHolder #topBox #logo {
			float: left;
			height: 76px;
			margin: 0 0 30px 0;
		}
	#leftHolder #left {
		text-align: right;
	}


/* right side */
#rightHolder {
	float: left;
	width: 660px; /*710*/
	padding: 0 0 0 50px;
	overflow: hidden;
}
	#rightHolder #menu-top {
		padding-top: 36px;
		height: 40px; /*76*/
		margin-bottom: 29px;
		background: url('/dsg/header_bg.jpg') no-repeat bottom left;
		line-height: 1em;
	}
	#rightHolder #footer {
		text-align: left;
	}
	#rightHolder #footer .line {
		background: url('/dsg/header_bg.jpg') repeat-y top left;
		height: 8px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	#rightHolder #footer .content{
		float: left;
		color: #7a7a7a;
		font-size: 1.2em;
	}
	#rightHolder #footer #menu-bottom {
		float: right;
	}


/* container */
#container {
	
}
#container.container_with_right {
	background: url('/dsg/dot_vertical.gif') repeat-y 262px 0;
	height: 1%;
}
#container.container_with_right #center {
	float: left;
	overflow: hidden;
	width: 235px;
}
#container.container_with_right #right {
	float: right;
	overflow: hidden;
	width: 370px;
}

/* container home */
#container_home #container.container_with_right {
	background-position: 330px 0;
}
#container_home #container.container_with_right #center,
#container_home #container.container_with_right #right {
	width: 301px;
}


/* quote */
h1#quote_title {
	font-size: 6em;
	color: #d6d6d6;
	font-family: Georgia;
	line-height: 0.7em;
	padding-top:5px;
	height:0.7em;
	overflow:hidden;
}
div#quote_box {
	border: 10px solid #d6d6d6;
	padding: 18px 22px;
	margin-bottom: 29px;
	background: #38363b url('/dsg/quotes_bg.jpg') repeat-y top left;
}
	div#quote_box div#quote_content {
		color: #fff;
		font-size: 2.4em;
		font-family: Georgia;
		font-style: italic;
	}
		div#quote_box div#quote_content span.author {
			font-size: 0.583em;
		}
	div#quote_box ul#quote_links {
		float: right;
		margin: 3em 0 0 0;
		list-style-type: none;
		overflow: hidden;
	}
		div#quote_box ul#quote_links li {
			float: left;
			background: url('/dsg/li_bullet_white.gif') no-repeat center left;
			padding: 0 0 1px 10px;
			margin: 0 0 0 15px;
		}
			div#quote_box ul#quote_links li a {
				color: #fff;
				font-size: 1.2em;
				text-decoration: none;
				border-bottom: 1px dashed #fff;
			}
			div#quote_box ul#quote_links li a:hover {
				border-bottom: none;
			}
