/* START RESET CSS*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	
	border-collapse: collapse;
	border-spacing: 0;
}


/* END RESET CSS*/

body {
	background: #fff url('../img/ui/background2.jpg') center top no-repeat;
	
	}

#bar_top {
	height: 10px; 
	width: 1200px;
	text-align: right;
	margin: 0 auto 0 auto; }
	
	#bar_top img {
	padding-top: 10px; }

#wrapper {
	width: 100%;
	height: auto;
	margin: 0;
	
	}
		
	#header {
		
		width: 1200px;
		height: 164px;
		margin: 0 auto 0 auto;
		}
		
		#header img {
		margin: 45px 0 0 35px;
		}
	
	
	#contentContainer {
		width: 1200px;
		height: 541px;
		margin: 0 auto 0 auto;
		}
		
		
		#content {
		width: 846px;
		height: 462px;
		margin: 0 243px 0 113px;
		}
		
		#mainNavigation {
		width: 844px;
		height: 45px;
		margin: 0;
		}
		
		#mainNavigation #email {
	
		float: right;
		text-align: right;
		margin: 0;
		}
		
		#mainNavigation #email a {
		display: block;
		padding-right: 10px;
		background: #000;
		}
		
		#mainNavigation #email a {
		color: #fff;
		display: block;
		text-decoration: none;
		padding-top: 3px;
		font-size: 0.8em;
		padding-left: 13px;
		height: 15px;
		margin-top: 3px;
		}
		
		#mainNavigation #email a:hover {
		color: #eee;
		}
	#mainNavigation ul.menu {
		margin-left: 40px;
		padding-top: 2px;
		}
	
	
	#mainNavigation ul.menu li {
		float: left;
		display: block;
		margin-right: 30px;
		}
	
		
		#mainNavigation ul.menu li #MenuImage_Home {
		background-image: url('../img/ui/menu.png');
		background-position: 0px 0px;
		display: block;
		height: 19px;
		position: relative;
		top: -19px;
		width: 73px;
		}
		
		#mainNavigation ul.menu li #MenuImage_Home:hover {
		background-position: 0px 20px;
		}
		
		#mainNavigation ul.menu li #MenuImage_Portfolio {
		background-image: url('../img/ui/menu.png');
		background-position: 200px 0px;
		display: block;
		height: 19px;
		position: relative;
		top: -19px;
		width: 100px;
		}
		
		#mainNavigation ul.menu li #MenuImage_Portfolio:hover {
		background-position: 200px 20px;
		}
		
		#mainNavigation ul.menu li #MenuImage_Contact {
		background-image: url('../img/ui/menu.png');
		background-position: 95px 0px;
		display: block;
		height: 19px;
		position: relative;
		top: -19px;
		width: 95px;
		}
		
		#mainNavigation ul.menu li #MenuImage_Contact:hover {
		background-position: 95px 20px;
		}
		
		
		#mainNavigation ul.menu li #nav-home{
		float: left;
		font-size: 1.6em;
		font-family: Museo;
		padding-right: 30px;
		}
		
		#mainNavigation ul.menu li a{
		font-size: 1em;
		font-family: Museo;
		text-decoration: none;
		color: #000;
		}
		
		#mainNavigation ul.menu li a:hover{
		color: #5f5858;
		}
		
		#mainContent {
		width: 844px;
		height: 392px;
		margin: 0;
		}
		
		#mainContentLeft {
		width: 310px;
		height: 392px;
		margin: 0;
		float: left;
		}
		
		#mainContentLeft p {
		padding-left: 40px;
		padding-top: 20px;
		font-family: Arial;
		font-size: .8em;
		line-height: 150%;
		}
		
		
		#mainContentRight {
		width: 534px;
		height: 392px;
		margin: 0;
		text-align: right;
		float: right;
		}
		
		#mainContentRight img {
		margin: 15px 10px; 0 0
		}