@charset "UTF-8";
/* CSS Document */

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

body {
	background-color: #a8d931;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a:link       {color: #000000;}
a:visited    {color: #000000;}
a:hover      {color: #FFFFFF;}
a:active     {color: #FFFFFF;}
a {text-decoration: none;}

.credit {font-size: 10px;
line-height: 9px;}

#brief {
	width: 530px;
	padding-top:80px;
	padding-bottom: 190px;
	padding-left: 290px;
	font-family: Didot, serif;
	position: fixed;}

p {font-size: 14px;}

#header {
	background:#FFFFFF;
	height: 50px;
	width:auto;
	padding-top:30px;
	padding-left:30px;
	text-align: left;
}
#container #header #logo {
	position: relative;
	height: 28px;
	width: 161px;
}

#container {
	height:100%;
	min-height:100%;}
	
#content {
	margin: 0px auto;
	padding:100px 100px 0px 100px;
	font-family: Didot, serif;
	width: 500px;
}

#mainnav {padding-left: 100px;
			padding-top: 100px;
}

#form {
	position: absolute;
	left: 221px;
	top: 211px;
	width: 540px;
}

#ads {
	border-style:none;
	position: absolute;
	left: 432px;
	top: 351px;
	width: 378px;
	height: 75px;
	line-height: 30px;
}

#ads ul {
	list-style-type: none;}

#ads ul li {
	display: inline;
	padding-right: 15px;
	font-family: Didot, serif;
	font-size: 12px;
	border:none;
}

#poster {
	border-style:none;
	position: absolute;
	left: 289px;
	top: 327px;
	width: 528px;
	height: 170px;
	line-height: 30px;
}

#poster ul {
	list-style-type: none;}

#poster ul li {
	display: inline;
	padding-right: 15px;
	font-family: Didot, serif;
	font-size: 12px;
	border:none;
}

img {border:none;}

#ads-nav {
	border-style:none;
	position: absolute;
	left: 347px;
	top: 177px;
	width: 310px;
	height: 200px;
	line-height: 30px;
}

#ads-nav ul {
	list-style-type: none;}

#ads-nav ul li {
	display: inline;
	padding-right: 15px;
	font-family: Didot, serif;
	font-size: 12px;
	border:none;
}

#identity {
	position: absolute;
	left: 347px;
	top: 323px;
}

#identity ul {
	list-style-type: none;}

#identity ul li {
	display: inline;
	padding-right: 5px;
}

.formcolumnleft {
	font-family: Didot, serif;
	font-size: 18px;
	text-align: right;
	padding-right: 20px;
}

#port-list {
	width:750px;
	margin: 0px auto;
	padding-top:120px;
	padding-bottom: 100px;
}

tr {font-family: Didot, Serif;
font-size: 14px;
text-align:right;
}

.navigation {
	position:absolute;
	left:0px;
	top: 204px;
}

.note {font-size:10px;}
.note2 {font-size:18px;}


#footer {
position:absolute;
   bottom:0px;
   background-image:url(images/background_02.gif);
   background-repeat:repeat-x;
   width:100%;
   height:240px;   /* Height of the footer */
   
}

