@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	background:url(/media/images/layout_bg.gif) center;
	background-color:#ccc;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF5E2;
	letter-spacing:.22em;
	line-height:12px;
}
#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:950px;
}
	#header {
	}
		#header h1 {
			position:relative;
			background:url(/media/images/layout_logo.gif) no-repeat;
			width:955px;
			height:280px;
			display:block;
			text-indent:-5000px;
		}
		#header_pic {
			position:absolute;
			top:0;
			right:0;
		}
		
		#nav {
			position:relative;
			height:15px;
			width:100%;
			overflow:hidden;
			margin-left:0px;
		}
			#nav ul {
				list-style-type:none;
				padding:0;
				margin:0 auto;
				width:284px;
				float:right;
			}
				#nav ul li {
					display:inline;
				}
					#nav ul li a {
						background:url(/media/images/nav.gif) no-repeat;
						float:left;
						height:0;
						padding-top:15px;
						overflow:hidden;
					}
					
					#nav ul li a#nav_portfolio {
						width:76px;
						background-position:0px 0px;
					}
					#nav ul li a#nav_clients {
						width:89px;
						background-position:-76px 0px;
					}
					#nav ul li a#nav_contact {
						width:117px;
						background-position:-165px 0px;
					}
	#body {
		position:relative;
		margin-left:190px;
		width:661px;
		margin-top:-70px;
	}
		#content {
			background:url(/media/images/content_bg.png) repeat-x;
			_background:url(/media/images/content_bg.gif) repeat-x;
			height:415px;
		}
			#body_content {
				padding:10px 24px;
				font-size:12px;
				line-height:17px;
				color:#FFF5E2;
				overflow:auto;
				height:380px;
				width:613px;
				text-align:justify;
			}

p, 
h1, h2, h3, h4, h5 {
	margin-bottom:10px;
}

a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

.clearer {
	clear:both;
}