/*#############################################################
Name: Blue Sky
Date: 2006-07-12
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: blue /*#39F*/;
}
a:hover {
	color: blue /*#06F*/;
}

body {
	background: #84C8F1 url(img/bg.gif) repeat-y center top;
	color: #466;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
}


li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 630px;
}


/* holders */
.holder {
	background: url(img/bgholder.jpg) repeat-y;
	padding: 0 32px;
}
.holder_top,.holder_bottom {
	background: url(img/holder.jpg) no-repeat;
	height: 40px;
}
.holder_top,.holder_bottom {
	height: 40px;
}
.holder_bottom {
	background-position: left bottom;
}

/* footer */
.footer {
	color: #666;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
}