html
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#96a4fa;
	color:#000e61;
}
body
{
	margin:0;
	padding:0;
	height:100%;
	text-align:left;
}

h1{font-size:280%;font-family:"Times New Roman", Times, serif;}
h2{font-size:140%;font-weight:normal;font-style:italic;margin:0;}
h3{font-size:medium;}
h4{font-size: 1.0em;}
img{border:0;}

#sitetitle,#pagetitle{margin:0;}
#pagetitle{font-size:250%;font-weight:normal;padding-top:30px;color:#bfc3d7;}

a:link, a:visited
{
	color:#000e61;
	text-decoration:underline;
}
a:hover
{
	color:#000e61;
}

p
{
	margin:1em 0;
}
acronym {color:#009966;border-bottom:1px dotted #009966;cursor: help;}

.narrow{width:480px;}

.small {font-size: .9em;}
.alert {color: #990000;}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.clearleft{float:left;clear:left;}
.clearright{float:right;clear:right;}
.center{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
.spacer{clear:both;}

img.left, img.clearleft{margin: 0 1em .5em 0;}
img.right, img.clearright{margin: 0 0 .5em 1em;}
.hidden{display:none;}

#header
{
	height:140px;
	background:#fceeff url("images/bg-wk-light.gif") 495px 0 no-repeat;
}
.homepage #header
{
	background:#fceeff url("images/bg-wk.gif") 495px 10px no-repeat;
}
#header_left
{
	float:left;
	margin:0;
	padding:0;
	width:485px;
	height:80px;
	border-right:10px solid #fceeff;
	background-color:#fceeff;
	text-align:right;
}
.homepage #header_left
{
	background:#fceeff;
}

#menu
{
	float:left;
	padding:10px 0 0 0;
	margin:0 0 0 10px;
	list-style-type:none;
	text-transform:uppercase;
	font-size:95%;
}
.homepage #menu{padding:240px 0 0 0;}

#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0 .6em;
	line-height:20px;
	border-right:1px solid #000e61;
}
li.portfolio_list
{
	
}

#menu a:link, #menu a:visited
{
	color:#000e61;
	font-weight:bold;
	text-decoration:none;
}
#menu a:hover, #menu a:link.current, #menu a:visited.current
{
	color:#b53c45;
	text-decoration:none;
}

div#content
{
	clear:both;
	padding:20px 10px;
}

#gallery_info li
{
	list-style-type:disc;
	margin-left:30px;
}

div#footer
{
	padding:0 10px;
	background-color:#fceeff;
	font-size:80%;
	line-height:20px;
}