body{
	background-color: #2b2f3c;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}

#wrapper{
    width: 510px;
    margin: 0 auto;
	margin-top: 350px;
}

ul, li {
    margin: 0;
    padding: 0;
}

#blob {
    background-color: #FFF;
	background-image: url(../images/blob_back.gif);
	background-repeat: repeat-x;
    position: absolute;
    z-index: 1;
    top: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /*-moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;*/
}

#nav {
	/*background-image: url(../images/nav_back.gif);
	background-repeat: repeat-x;
	background-position: 0 86%;*/
    position: relative;
    float: left;
}

#navigation .roundleft{
	position: absolute;
	height: 7px;
	width: 5px;
	float: left;
	background-image: url(../images/nav_left.png);
}

#navigation .roundcenter{
	background-image: url(../images/nav_back.gif);
	background-repeat: repeat-x;
	height: 7px;
	margin: 0 18px 0 18px;
	position: absolute;
}

#navigation .roundright{
	height: 7px;
	width: 5px;
	float: right;
	position: absolute;
	background-image: url(../images/nav_left.png);
}

#nav li {
    float: left;
    list-style: none;
	margin: 0 15px 0 15px;
}

#nav li a {
    color: #e3e3e3;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-weight:500;
    text-decoration: none;
    padding: 20px 10px 20px 10px;
    width: 100%;
	text-shadow: 0 -1px 0 #0c0e14;
}