body {
	background: url("../pictures/background.gif") 100% repeat;
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	color: #494949;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	margin: 0;
	padding: 0;
	color: #0c4ea6;
}

a:hover {
	color: #94000b;
}



/* ----------------- WRAPER --------------- */

#wraper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background-color: #ffffff;
	border-left: 1px solid #203360;
	border-right: 1px solid #203360;
}



/* ----------------- HEADER --------------- */

#header {
	margin: 0 auto;
	padding: 0;
	width: 680px;
	height: 140px;
	font-family: Georgia, Verdana, Arial;
}

#header span {
	font-size: 50pt;
	color: #94000b;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	color: #0c4ea6;
}

#header-title, #header-logo {
	margin: 0;
	padding: 0;
	float: left;
}

#header-title {
	color: #0c4ea6;
	margin-top: 6px;
}

#header-title h2 {
	font-size: 44pt;
}

#header-title h3 {
	margin-top: 6px;
	font-size: 16pt;
	position: relative;
	left: 73px;
	font-family: Segoe UI, Georgia, Verdana, Arial;
}


#header-logo {
	position: relative;
	left: 177px;
}



/* ----------------- MENU --------------- */

#menu {
	margin: 0;
	padding: 0;
	background: url("../pictures/navbg.jpg") 100% repeat;
	height: 35px;
	font-size: 11pt;
	text-align: center;
	font-family: Segoe UI, Verdana, Arial, Helvetica;
	color: #000000;
	border-top: 1px solid #203360;
	border-bottom: 1px solid #203360;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 28px;
	width: 110px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 7px;
	border-right: 1px solid #203360;
}

a.line {
	border-right: 1px solid #203360;
}

#menu a:hover {
	background: url("../pictures/navbg-hover.jpg") 100% repeat;
}

.searchbox {
	height: 17px;
	border: 1px solid #203360;
	position: relative;
	top: 5px;
}

.searchbutton {
	position: relative;
	top: 5px;
	left: 7px;
}



/* ----------------- CONTENT --------------- */

#content-main {
	margin: 0;
	padding: 0 50px;
}

#content-main h1 {
	margin: 26px 0;
	font-family: Segoe UI, Georgia, Calibri, Verdana, Arial;
	text-align: center;
	font-size: 22pt;
}

#content-main p {
	padding-bottom: 15px;
	text-align: justify;
	font-size: 12pt;
	line-height: 1.4;
}

#adsense {
	float: left;
	border: 12px solid #bbbbbb;
	margin: 0 12px 0 0;
	padding: 0;
	position: relative;
	top: 3px;
}

script#adsense-script {
	margin-top: 4px;
}

#categories-1 {
	width: 170px;
	float: left;
	margin: 0 30px 30px 0;
	padding: 0;
}

#categories-2 {
	width: 120px;
	float: left;
	margin: 0 5px 30px 0;
	padding: 0;
}

#categories-1 h5, #categories-2 h5 {
	font-family: Segoe UI, Verdana, Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-bottom: 9px;
}

#categories-1 li, #categories-2 li {
	padding-bottom: 2px;
}

#categories-1 a, #categories-2 a {
	text-decoration: none;
}

#categories-bottom {
	clear: both;
}

img#bullet {
	padding-right: 5px;
}

#articles {
	margin: 0 0 30px 0;
	padding: 0;
}

#articles h2 {
	margin-bottom: 15px;
}

#articles p {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-size: 12pt;
}

#articles a {
	font-size: 11pt;
	font-weight: bold;
}




/* ----------------- DISCLAIMER --------------- */

#disclaimer {
	padding: 9px 15px;
	margin: 0 50px 25px 50px;
	border: 12px solid #cccccc;
	font-size: 10pt;
	color: #494949;
	text-align: justify;
}

#disclaimer p {
	padding-bottom: 10px;
}

.underline {
	font-weight: bold;
}




/* ----------------- FOOTER --------------- */

#footer {
	margin:0;
	padding: 0;
	width: 100%;
	height: 75px;
}

#footer p {
	text-align: center;
	padding-top: 7px;
}

#footer p span {
	font-size: 9pt;
}
