body {
	background: url("../graphics/backdrop.jpg") #2d3248 repeat-x;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #dedede;
}

img { display: block; border: none; }

h1 { 
	font: 2.25em/100% normal "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: normal;
	
}

a { 
	color: #dedede;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	text-decoration: underline;
}



#header {
	width: 700px;
	height: 50px;
	margin: 50px auto 0px;
}
#framework {
	background-color: #fff;
	clear: both;
	width: 700px;
	height: 400px;
	margin: 0px auto;
}

#content {
	position: relative;
	background-color: #fff;
	width: 550px;
	height: 400px;
	float: left;
	text-align: left;
}

#navpanel {
	position: relative;
	float: left;
	background: url("../graphics/navpanel.jpg") #797979 no-repeat;
	width: 150px;
	height: 400px;
}

#navigation {
	margin: 20px;
}

#navigation img {
	float: right;
	clear: both;
}

#navpanel #location {
	position: absolute;
	width: 109px;
	padding-top: 20px;
	border-top: 1px dashed #d6d6d6;
	left: 20px;
	bottom: 20px;
}

#navpanel #location img {
	float: right;
}

#logo { margin-top: 9px; float: left; }
#trades { margin-top: 24px; float: right; }

#footer {
	width: 700px;
	clear: both;
	font-size: 10px;
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

#footer a { 
	color: #f1f1f5;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
}

/******************************************************************************

	Contact Page

 ******************************************************************************/

#contact #image {
	float: left;
}

#contact form {
	float: left;
	width: 303px;
	height: 360px;
	padding: 20px;
	font-size: 12px;
	color: #333;
}

#contact p {
	margin: 0;
	clear: both;
}

#contact p label {
	float: left;
	width: 55px;
	text-align: right;
	margin-top: 5px;
}

#contact p.section {
	padding-top: 5px;
}

#contact p input {
	float: right;
	width: 238px;
	text-align: left;
}

#contact p input.submit {
	float: right;
	width: 80px;
}

#contact p textarea {
	width: 303px;
	height: 225px;
}

#contact #message {
	float: left;
	width: 303px;
	height: 360px;
	padding: 20px;
	font-size: 12px;
	color: #333;
	margin-top: 130px;
}

#contact p {
	margin: 0px;
	font-size: 11px;
	line-height: 16px;
}


/******************************************************************************

	News Page

 ******************************************************************************/
#news #articles {
	background: url("../graphics/news/bg-left.jpg") no-repeat;
	border: none;
	width: 322px;
	height: 400px;
	float: left;
}

#news #content img {
	float: left;
}

/******************************************************************************

	Studio Page

 ******************************************************************************/
#studio #content {
	background: url("../graphics/studio/background.jpg") no-repeat 20px 20px;
}

#studio #content h1 {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: #fff;
	width: 412px;
	top: 196px;
	left: 96px;
}

#studio p {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	width: 412px;
	top: 296px;
	left: 96px;
}

#studio p img {
	display: inline;
}


/******************************************************************************

	Disciplines Page

 ******************************************************************************/
#disciplines #nav {
	float: left;
	width: 196px;
	padding-top: 20px;
	padding-left: 20px;
}

#disciplines #nav img {
	margin-bottom: 15px;
}

#disciplines p {
	position: absolute;
	width: 295px;
	top: 210px;
	right: 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #797979;
}

#disciplines #designCopy {
	line-height: 18px;
	margin-top: -4px;
}

#disciplines #identityCopy {
	visibility: hidden;
	line-height: 32px;
	margin-top: -11px;
}

#disciplines #programmingCopy {
	visibility: hidden;
	line-height: 18px;
	margin-top: -3px;
}

#disciplines #databasesCopy {
	visibility: hidden;
	line-height: 32px;
	margin-top: -11px;
}

/******************************************************************************

	Upgrade Page

 ******************************************************************************/
#upgrade {
	text-align: center;
}

#upgrade #content {
	float: none;
	background: none;
	width: 290px;
	margin: 100px auto 0px;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #fff;
}

