/*	Desc: silvia nolan
	Author: mark nolan || dieblender.ch
	Date: January 2010
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html { height: 100%; overflow:hidden;}
body { background-color: transparent; margin: 0px; padding: 0px; height: 100%; border-top: 1px transparent solid; margin-top: -1px; z-index:0; position:relative; }
img#background { height: 100%; width: 100%; z-index: -1; position:absolute; color: white; }

body {
	background: #F7F7F7;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 2px;
	color: #000000;
	text-decoration: none;
}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}

img {
	border: 0
}


/*=CONTAINERS
=== === === === === === === === === === */
#wrapper {
	margin: 0 auto;
	margin-top: 50px;
	width: 926px;
	border: 0px solid #000;
}

#left {
	float: left;
	border: 0px solid #000;
	width: 222px;
}

#right {
	float: right;
	border: 0px solid #000;
	width: 680px;
}

#navigation {
	border: 0px solid #000;
	height: 300px;
	margin-left: 90px;
	margin-top: 20px;
}

#imagecontainer {
	width: 600px;
	height: 410px;
	border: 0px solid #684b4d;
	background-color: #ffffff;
	
}

#imagecontainer img,p {
	padding-left: 15px;
	padding-top: 15px;
}


#subnavigation {
	height: 30px;
	border: 0px solid #B3B3B3;
	margin-top: 10px;
}

/*=NAVIGATION STYLING
=== === === === === === === === === === */

.navigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navigation li {
	padding-bottom: 8px;
}

.subnavigation li {
	padding-bottom: 0px;
}

#navigation a {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

.subnavigation a {
	font-size: 11px;
	padding-left: 12px;
}

.arrows {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.arrows li {
	float: left;
	margin-right: 4px;
}

.arrows a {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

a.selected {
	border-bottom: 1px solid #fffeff;
}

.larger {
	font-size: 14px;
	font-weight: bold;
}

ul.portfolio {
	border: 1px solid #fa2094;
}

ul.portfolio li {
	padding: 0px;
	margin: 0px;
}

#imagecontainer a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

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

/*=IMAGE PLACEMENT
=== === === === === === === === === === */


