/* universal */
* {
	margin: 0px; 
	padding:0px;
}

body {
	font: 12px arial;
	color: #000;
	margin: 0;
	padding: 0;
	background: #000;
}

img { border: none; }

/* Default link colors */

a:link {color: #fff; text-decoration: none;}
a:visited {color: #fff; text-decoration: none;}
a:hover {color: #fff; text-decoration: underline;}
a:active {color: #fff; text-decoration: none;}


/* Resetting styles for cross-browser compatibility */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: verdana;
}
h1, h2 {
	font-size: 16px;
}

h3, h4 {
	font-size: 14px;
}

h5, h6, h7 {
	font-size: 12px;
}



/* General style */

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 115px;
	background: url(images/header.jpg) repeat-x;
}


#logo {
	width: 680px;
	height: 78px;
	background: url(images/logo.jpg) no-repeat;
	margin: 0 auto;
}

#navigation {
	margin: 15px auto 0 auto;
	width: 600px;
}

#navigation li {
	float:left;
	width: 100px;
	list-style: none;
}


#navigation li a{
	font-size: 11px;
	font-weight: bold;
}


#container {
	margin: 40px auto 0 auto;
	width: 100%;
	background: #000 url(images/contentbg.jpg) no-repeat top center;
	color: white;
	min-height: 500px;
}


#contents {
	width: 800px;
	margin: 0 auto;
}


#footer {
	width: 100%;
	background: url(images/footer.jpg) repeat-x;
	height: 22px;
	text-align:center;
	padding: 10px 0 0 0;
	font-weight: bold;
	color: white;
}
