* {
	margin: 0;
	padding: 0;	
}

body {
	font-size: 62.5%;
	background-color: #556467;
	color: #ffffff;
	font-family: "Verdana", "Arial", Sans-Serif;
}

img {
	border: 0;	
}

#page_container {
	margin: 105px auto 32px auto;
	width: 1000px;
	height: 420px;
	background: #64757f url('../image/sdc_green_side.jpg') no-repeat top right;
}

#footer {
	margin: 0 auto;
	width: 1000px;
	height: 20px;
}

#footer p.ec-designstudio {
	text-align: right;
	font-size: 0.9em;
	float: right;
	width: 40%;	
}

#footer p.flashlink {
	float: left;
	width: 40%;
	font-size: 0.9em;
}

#footer a {
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}

#footer p.ec-designstudio a {
	color: #999999;
	font-weight: normal;
}

#footer a:hover {
	color: #ffffff !important;
}

#content_left {
	float: left;
	height: 420px;
}

#content_middle {
	float: left;
	height: 420px;
}

#content_middle h2 {
	padding: 0 20px;
	line-height: 2em;
	font-size: 1.3em;
	margin-top: 36px;
	margin-bottom: 6px;
	font-weight: bold;
}	

#content_middle p {
	padding: 0 20px;
	line-height: 1.4em;
	margin-bottom: 14px;
}

#content_right {
	float: left;
	height: 420px;
}

ul#navigation {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 20px;	
}

ul#navigation li {
	margin-bottom: 4px;	
}

ul#navigation a {
	text-decoration: none;
	font-weight: bold;
}

ul#navigation.green a {
	color: #ffffff;
}

ul#navigation.green a:hover {
	color: #455560;
}

ul#navigation.blue a {
	color: #ffffff;
}

ul#navigation.blue a:hover {
	color: #c1d72d;
}

img.sdc_title {
	margin-top: 130px;	
}
