@charset "utf-8";
/* CSS Document */

/* Body */
body {
	background-image:url(images/bg.jpg);
	background-position:top;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

a {color:#000;
	text-decoration:none;
}
a:hover{
	color:#666;
}


/* Container */
#container1{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#container2{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	top:0px;
}

/* Menu */
#menu {
	width:900px;
	position:relative;
	top:10px;
	font-family:"Rockwell", Georgia, "Times New Roman", Times, serif;
	background-image:url(images/menu_bg.png);
	height:35px;
	z-index:3;
}

/* Content */
#content {
	position:relative;
	top:30px;
	margin:0px;
    width: 880px;
	padding:10px;
    text-align: left;
	background-image:url(images/content_bg.png);
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	z-index:1;
	text-align:justify;
}
.round {
  -webkit-border-radius: 3ex;
  -moz-border-radius: 3ex;
}

/* Header */
#header {
	position:relative;
	top:20px;
    margin: 0 auto;
    width: 880px;
	padding:10px;
    text-align: center;
	background-image:url(images/header_bg.png);
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	height:100px;
}
.round {
  -webkit-border-radius: 3ex;
  -moz-border-radius: 3ex;
}

/* Heading */
h1 {
	font-size:22px;
	font-family: "Rockwell", Georgia, "Times New Roman", Times, serif;
	color:#000;
}
h2 {
	font-weight:bold;
	font-size:16px;
}

/* Wrapper */
#wrapper {
	padding-bottom:40px;
}

/* Footer */
#footer {
	width:900px;
	position:relative;
	top:30px;
	height:35px;
	margin-top:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
#footer div{
	width:900px;
	height:21px;
	padding-top:4px;
	background-image:url(images/footer_bg.png);
	color:#FFF;
	text-align:center;
	font-size:12px;
}

#footer a{
	color:#999;
}

#footer a:hover {
	color:#CCC;
}