body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #000000;
	background-image: url(/par/images/common/bg_bg1.jpg);
	margin:0px;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top;
}

div#maincontent {
	width:800px;
	margin:auto;
	/* border:1px solid red; */

}

img {
	border:0px;
}

a {
	color:#4D678C;
}

a.main_menu_button {
	margin:20px;
}

h1 {
	color:#4D678C;
	border-bottom:1px solid #333333;
	font-family:"Trebuchet MS",Arial Narrow, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	padding-left:100px;
	font-size:48px;
	margin:0px;
}
h1:first-letter {
	color:#ffffff;
}


h3 {
	color:#4D678C;
	font-family:"Trebuchet MS",Arial Narrow, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	padding-left:100px;
	margin:0px;
}

strong {
	color:#4D678C;

}

.border {
	border:1px solid red;
}