/* Left Studio Stylesheet v1.0 */

/* Colour Notes
		
		Grey Light  #F1EDE7
		Grey Dark		#6D6E71 
		Green				#00FFAB

*/

/*CSS Reset*/
body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { 
	margin: 0; padding: 0; 
}
h1, h2, h3, h4, h5, h6 { 
	margin: 0; padding: 0; font-size: 100%; font-weight: normal; 
}
address, caption, cite, code, dfn, em, strong, var { 
	font-style: normal; font-weight: normal; 
}
ol, ul { 
	list-style: none; margin: 0; padding: 0; 
}
table { 
	border-collapse: collapse; border-spacing: 0; 
} 
caption, th { 
	text-align: left; font-weight: normal; font-style: normal; 
}
acronym, abbr, fieldset, img { 
	border: 0;
}
:focus { 
	outline: 0; 
}
a {
	text-decoration: none;
	color: #6D6E71;
	font-style: italic;
	font-weight: bold;
}

/* Main Layout */
body {
	background-repeat: repeat;
	background-image: url(bgs/bg1.gif);
	font-family: Helvetica, Arial, sans-serif;
	color: #6D6E71;
	height: 100%;
	background-color: #F1EDE7;
}

#header a:hover, #links .col_right a:hover, #info .col_right a:hover {
	background-color: #00ffab;
	padding-right: 2px;
}
.selected {
	background-color: #00FFAB;
	padding-right: 2px;
}
.soon {
	color: #cfcfcf;
	font-style: italic;
}
.main_link {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: block;
	color: red;
	position: absolute;
	text-indent: -9000px;
}
.main_link:hover {
	background-color: none;
}

.topLink {
	font-size: 11px;
	left: 0px;
	bottom: 18px;
	position: absolute;
	padding-right: 2px;
}
.topLink:hover, .footLink a:hover {
	background-color: #00ffab;
}
.footLink {
	font-size: 11px;
	position: relative;
	top: -44px;
}
.footLink a{
	padding-right: 2px;
}
#homeLink {
	width: 180px;
	height: 50px;
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
}

/* Main Regions */
#wrap_page {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F1EDE7;
	min-height: 1400px;
	overflow: visible;
	position: relative;
}

#wrap_page .project {
}

#header {
	height: 200px;
	font-size: 11px;
	padding-top: 20px;
	line-height: 12px;
	background-image: url(global/left_logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
}
#header a {
	font-size: 11px;
	font-style: normal;
}
#header p {
	font-style: normal;
	padding-top: 11px;
}

#project #content {
	padding-bottom: 20px;
}
#content {
	position: relative;
	float: left;
}
#project #footer {
	padding-bottom: 0px;
}
#footer {
	padding-bottom: 20px;
	clear: left;
	margin-left: 20px;
	margin-right: 20px;
	border-top: solid 1px #bcbab8;
	position: relative;
}
#project .col_right, #project .col_full{
	padding-bottom: 0px;
	margin-bottom: -2px;
}
.wrap_image img{
	float: left;
	clear: left;
	display: block;
}

/* Columns */
.col_full {
	position: relative;
	width: 955px;
	border-top: solid 1px #bcbab8;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	float: left;
	clear: left;
}
.col_left {
	width: 182px;
	float: left;
	padding-right: 11px;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}
.col_right {
	position: relative;
	width: 760px;
	float: left;
}
#header .col_right {
	font-size: 11px;
}
#content .col_right {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
#content .col_right p {
	width: 380px;
}
#content .col_right a {
	font-style: normal;
}
.col_left li {
	padding-bottom: 11px;
}
.col_left li span {
	font-style: normal;
}
#header .col_full #main_nav, #header .col_full #main_nav a {
	font-size: 11px;
	font-style: italic;
}

/* Headers */
h1 {
}

h1, h2 {
	font-style: italic;
	font-weight: bold;
	padding-bottom: 0;
}

