@charset "utf-8";
/* CSS Document */

html {}

img#background {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
} 

body {
	font: 12px "Arial Rounded MT Bold", Arial, sans-serif;
	color: #000000;
}

h1	{
	font: 26px "Arial Rounded MT Bold", Arial, sans-serif;
	color: #0769A8;
	text-transform: lowercase;
}	

.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.float-center { margin: 0 auto;}
.text_left {text-align: left;}
.text_right {text-align: right;}
.clear {clear: both;}

/* nav */

#nav {
    margin: 10px 10px -5px 0;
	float: right;
}

#nav li {
	position: relative;
	/*line-height: 29px;*/
	list-style: none;
	float: left;
}

#nav li:first-child {}

#nav li a {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding: 5px 16px 5px 16px;
    text-align: center;
    /*width: 45px;*/
    text-decoration: none;
    margin: 0 0px 0 10px;
}

/* default page */

#defaultwrapper {
    margin: 0 auto;
    width: 818px;
    text-align: left;
}

#defaultnav {
    margin: 0 auto 0 auto;
    width: 100%;
}

#defaultnav #nav li a {
    margin: 0px 3px 0px 3px;
}

#defaultlogo {
    width: auto;
    margin: 0 auto;
    margin: 40px auto 10px auto;
}

#defaultlogo a {
	display: block;
	width: auto;
	height: 80px;
	background: url(../images/logo.png) no-repeat left top;
	margin: 0;
	outline: none;
} 

#defaultlogo a span {
	display: none;
}

#defaultcontent { 
    background: url(../images/content_bg.png) no-repeat left top; 
    height: 446px; 
    width: 778px; 
    padding: 20px;
}

#defaultcontent p {
    margin: 40px auto;
    width: 720px;
}

#defaultcontent #grobag_logo { margin: 10px 0px 0px 5px; }


