/* */

body
{
	background:#caf2fa;
	background-image:url('images/bg.png');
	background-repeat:no-repeat;
	background-position:top;
	height:700px;
	font-family: Verdana, Geneva, sans-serif;
	color:#08b1dd;
}

div, p, h1, h2, h3, h4, h5, h6
{
	padding:0px;
	margin:0px;
}

img
{
	border: none;
}

#container
{
	position:relative;
	width:962px;
	height:635px;
	margin:0px auto;
}

#logo
{
	position:absolute;
	top:18px;
	left:36px;
}

#links
{
	position:absolute;
	top:174px;
	left:36px;
	font-size:14px;
	font-weight:bold;
}

#links .link
{
	height: 15px;
	padding: 3px;
}

#links .current
{
	color:#d82a66;
}

#links a
{
	color:#08b1dd;
	text-decoration:none;
}

#links a:hover
{
	color:#d82a66;
}

#title
{
	position:absolute;
	top:174px;
	left:275px;
	font-size:45px;
	font-weight:bold;
	font-style:italic;
}

#title img
{
	/*position: absolute;
	top: 175px;
	left: 275px;*/
}

#message
{
	position: absolute;
	top: 232px;
	left: 275px;
	width: 272px;
	font-size:15px;
}

#message img
{
	/*position: absolute;
	top: 232px;
	left: 275px;*/
}

#footer
{
	text-align: center;
	position:absolute;
	width:100%;
	top:650px;
}

#footer .item
{
	display:inline;
}

#footer a img
{
	border:none;
}

#flickr
{
	position:absolute;
	top:284px;
	left:-20px;
	width:291px;
	height:240px;
	background-image:url(images/flickrbg.png);
}

#slideshow
{
	position:relative;
	top:22px;
	left:40px;
	width:216px;
	height:145px;
	background:#000;
}