@charset "utf-8";
/* CSS Document */

body 
{
	color: #FFF;
	background-color: #202527;
	margin: 0px;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-image: url(images/lacewing_01.png);
	background-repeat:repeat-x;
}
h2 {
	font-size:normal;
	font-weight:normal;
	background-image: url(images/lacewing_12.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:5px;
}
a{
color:#8ee328;
}
a:hover{
color:#a0ff2d;
}
a:visit{
color:#74b921;
}
div#left{
	float:left;
	width:450px;
}
div#right{
	float:right;
	width:250px;
	margin-left:16px;
}
div#copyright{
	font-size:small;
	color:#aaa;
	text-align:center;
	clear:both;
}
div#content{
	padding:10px;
}
div#container
{	
	background-image: url(images/loop.png);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 736px;
	text-align: left;
}
div#logo
{
	background-image: url(images/lacewing_02.png);
	background-repeat:no-repeat;
	height:206px;
	width:990px;
	color:#FFF;
	margin-left: auto;
	margin-right: auto;	
}
div#menu
{
	background-image: url(images/lacewing_07.png);
	background-repeat: repeat-x;
	height:34px;
	width:100%;
	color:#FFF;
	line-height:34px;
	padding-left:0px;
}
div#menu li {
list-style-type:none;
	margin-top: 0;
    padding: 0;
    float: left;
    width: auto;
    text-align: left;
}
div#menu a{
	color:#DDD;
	text-decoration:none;
	line-height:34px;
	height:34px;
	padding-left:6px;
	padding-right:6px;
	margin-left:5px;
}
div#menu a:hover{
	color:#FFF;
	text-decoration:none;
	background-image: url(images/lacewing_05.png);
	background-repeat: repeat-x;
	margin-left:5px;
	padding-left:6px;
	padding-right:6px;
	padding-top:8px;
	padding-bottom:12px;
}

img
{
	border:0;
}
ul
{
	margin-top:0;
	margin-bottom:0;
}