/* CSS Document */

body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: #14123A;
}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#page {
	width: 890px;
	background-image: url(images/bg-light.gif);
	background-repeat: repeat-x;
	height: auto;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#margins { margin-right: 10px; margin-left: 10px;}

#logo {	width: 870px; padding-bottom: 10px; padding-top: 10px;}

#header { width: 870px; padding-bottom: 10px; padding-top: 10px;}

#content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.content {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #05A6CC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #05A6CC;
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
}


.sidebar {
	width: 190px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #C5181A;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: normal;
	color: #1A2962;
}

#adverts {
	width: 870px;
	padding-bottom: 20px;
	height: 320px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

#adverts .box1 {padding-right: 10px; padding-bottom: 10px;}
#adverts .box2 {padding-bottom: 10px;}

#footer { width: 870px; padding-top: 35px;}

.photo {
	float: right;
	border: 1px solid #0099CC;
	margin-bottom: 10px;
	margin-left: 20px;
}
