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

body {
	font: 12px Verdana;
	color: #000;
	margin: 0;
	padding: 0;
	background: #FEFEFE url(images/bg.png) repeat-x;
}


img { border: none; }


/* Default link colors */

a:link {color: #00508A; text-decoration: none;}
a:visited {color: #00508A; text-decoration: none;}
a:hover {color: #00508A; text-decoration: underline;}
a:active {color: #00508A; 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 */

#header {
	margin: 12px auto 0 auto;
	width: 825px;
	height: 175px;
	background: url(images/header.png) no-repeat;
}

#logo {
	float:left;
	width: 180px;
	height: 160px;
	margin: 10px 0 0 28px;
}


#adsense-468x60 {
	background: #CCC;
	width: 468px;
	height: 60px;
	float: right;
	margin: 42px 70px 0 0;
}


#navigation {
	float: right;
	width: 420px;
	height: 28px;
	margin: 45px 100px 0 0;
	
}

#navigation li {
	float: left;
	list-style: none;
	width: 70px;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
	height: 20px;
}

#navigation li:hover {
	float: left;
	width: 70px;
	text-align: center;
	padding: 4px 0 0 0;
	background: #4999A7;
	height: 24px;
}


#navigation li a {
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
}

#contents {
	margin: 0 auto;
	padding: 40px 30px;
	width: 765px;
	min-height: 400px;
	background: #FEFEFE url(images/container.png) no-repeat;
}

#adsense-300x250 {
	margin: 20px 0;
	background: url(images/paperclip.png) no-repeat;
	width: 300px;
	height: 250px;
	padding: 20px 20px 30px 30px;
	float: left;
}

#script-contents {
	margin: 40px 0 0 0;
	float: right;
	width: 400px;
}

#footer {
	margin: 0 auto;
	padding: 15px 0;
	width: 825px;
	height: 40px;
	line-height: 40px;
	background: url(images/footer.png) no-repeat center center;
	text-align: center;
	color: #FFF;
}

.clear { clear:both;}






