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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html{
	background:#484527;
}

body{
	background:url(../images/body.gif) #484527 repeat-x top center;
	cursor:default;
	min-width:960px;
	min-height:600px;
}

#div_left{
	width:481px;
	height:600px;
	position:absolute;
	top:0px;
	left:0px;
}

#div_right{
	width:479px;
	height:600px;
	position:absolute;
	top:0px;
	right:0px;
}

#div_01{
	background:url(../images/div_01.jpg) no-repeat top left;
	width:481px;
	height:20px;
}

#div_02{
	background:url(../images/div_02.jpg) no-repeat top right;
	width:479px;
	height:20px;
}

#div_04{
	background:url(../images/div_04.jpg) no-repeat top right;
	width:481px;
	height:179px;
}

#div_06{
	width:479px;
	height:249px;
	background:url(../images/div_06.jpg) no-repeat top right;
}

#div_07{
	width:481px;
	height:200px;
}

#div_09{
	width:479px;
	height:310px;
	background:url(../images/div_09.jpg) no-repeat top right;
}

#div_10{
	background:url(../images/div_10.jpg) no-repeat top left;
	width:481px;
	height:180px;
}

#div_11{
	background:url(../images/div_11.jpg) no-repeat top left;
	width:481px;
	height:21px;
}

#div_12{
	background:url(../images/div_12.jpg) no-repeat top right;
	width:479px;
	height:21px;
}

#logo{
	position:absolute;
	top:200px;
	left:50%;
	width:250px;
	z-index:2;
	text-align:center;
	margin-left:-125px;
}

#content{
	position:relative;
	background:url('../images/content.png') no-repeat center center;
	width:381px;
	height:248px;
	top:-250px;
	z-index:3;
	margin:auto;
}

#content p, #content h2{
	display:none;
}

#content h1{
	width:100px;
	float:right;
	height:35px;
}

#content h1 a{
	display:block;
	text-decoration:none;
}

#content h1 span{
	visibility:hidden;
}

#content #open{
	background:#FFF;
	width:50px;
	height:25px;
	overflow:hidden;
	float:left;
	position:relative;
	top:225px;
	left:9px;
	text-align:center;
	font-size:8px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#content #open a{
	display:block;
	padding:8px;
	color:#888;
}

#legal{
	width:100%;
	position:absolute;
	top:605px;
	left:0px;
	z-index:2;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#777243;
	height:25px;
}

#legal a{
	color:#777243;
	text-decoration:none;
}

#legal a:hover{
	color:#8F8959;
	text-decoration:underline;
}

#bio{
	float:left;width:158px;
}

#bioPic{
	padding:3px;border:1px solid #AAA;
}

#bioTxt{
	margin-left:175px;
}

#bio li{
	clear:right;
	height:35px;
}

#bio li a{
	position:relative;
	top:8px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:right;
	width:115px;
	color:#444;
}

#bio li a:hover{
	text-decoration:underline;
	color:#000;
}

#services{
	list-style:square;
	margin-left:25px;
	padding-bottom:10px;
}

#services li{
	line-height:2;
	color:#444;
}

#portfolio{
	height:400px;
}

#portfolio li{
	float:left;
	width:100px;
	height:100px;
	text-align:center;
}

#portfolio li img{
	padding:3px;
	border:1px solid #aaa;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

#portfolio li a:hover img{
	border:1px solid #666;
	filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}

.ui-dialog{
	border:6px solid #FFF;
}
.ui-dialog-title{
	font-size:24px;
}
.ui-dialog-content p{
	color:#444;
	line-height:1.5;
	padding-bottom:10px;
}

.ui-dialog-content strong{
	font-weight:bold;
	color:#000;
}

a{
	cursor:pointer;
}