@CHARSET "UTF-8";

/*
-------------------- Global Layout ---------------------	
*/

body
{
	background-color: #f8f0b8;
	color: #000000;
	font-size:101.01%;
	font-family: "Times New Roman", "Arial", "Lucida Sans";
	overflow:visible;
}

font#page_header
{
	font-size: 36px;
	/*font-weight: ;*/
	font-variant: small-caps;
	font-family: "Times New Roman";
	line-height: 50px;
}

a:link
{
	font-size: 110.00%;
	color: #88847f;
	text-decoration: none;
}

a:hover
{
	font-size: 110.00%;
	color: #88847f;
	text-decoration: underline;
}

a:visited
{
	font-size: 110.00%;
	color: #646363;
	text-decoration: none;
}

a.foot:link
{
	font-size: 120.00%;
	color: #000000;
	text-decoration: underline;
}

a.foot:hover
{
	font-size: 120.00%;
	color: #88847f;
	text-decoration: underline;
}

a.foot:visited
{
	font-size: 120.00%;
	color: #000000;
	text-decoration: underline;
}

/*
-------------------- Major Page Layout ---------------------	
*/
div#top
{
	position:absolute;
	top:0px;
	left:0px;
	border-bottom: 2px black solid;
	height: 50px;
	width: 1100px;
	overflow:visible;	
	white-space:nowrap;
}

div#left
{
	position:absolute;
	top:52px;
	left:0px;
	height: 750px;
	width: 270px;	
	background-image: url(../pics/Sidebar.jpg);
	background-repeat: no-repeat;
	overflow:visible;
	white-space:nowrap;
}

div#mid
{
	position:absolute;
	top:52px;
	left: 275px;
	height: 600px;
	width: 650px;	
	padding: 50px;
	padding-left:85px;
	
}
	
div#right
{
	position:absolute;
	top:52px;
	left:1099px;
	height: 750px;
	width: 1px;	
	overflow:visible;
	white-space:nowrap;
}

div#bottom
{
	position:absolute;
	top:802px;
	left:0px;
	border: thin solid;
	border-color: #c0c0b8;
	height: 20px;
	width: 1100px;
	color: #c0c0b8;
	text-align: right;
	overflow:visible;
	white-space:nowrap;
}

/* header*/
table#top
{
	height: 50px;
	width: 1100px;	
}

td#headline
{
	vertical-align: bottom;	
	text-align: right;
}

font#headline
{
	font-size: 40px;
}

/* navigation bar */
table#navigation
{
	min-height: 750px;
	width: 270px;
	font-size: 18px;	
}

tr#navigation
{
	height: 120px;	
}

table#navigation a:link
{
	color: #000000;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	text-decoration: none;
}

table#navigation a:hover
{
	color: #000000;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	font-style: italic;
	text-decoration: underline;
}

table#navigation a:visited
{
	color: #585860;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	text-decoration: none;
}


/*
-------------------- Index Page ---------------------	
*/

div#welcome
{
	margin-top: 200px;
	text-align: center;
		
}

div#welcome h1
{
	font-size: 220.00%;
}

font#wtitle
{
	font-variant: small-caps;
}

div#welcome a:link
{
	font-size: 110.00%;
	color: #88847f;
	text-decoration: none;
}

div#welcome a:hover
{
	font-size: 110.00%;
	color: #88847f;
	text-decoration: underline;
}

div#welcome a:visited
{
	font-size: 110.00%;
	color: #646363;
	text-decoration: none;
}

div#passaporta
{
	float:left;
	min-height: 200px;
	min-width: 200px;
	height: 200px;
	width: 200px;
	padding-right: 10px;
}

img#psp
{
	height: 200px;
	width:	160px;
	z-index: 0;
	visibility: visible;
}



div#text
{
	text-align: justify;
}


table#articles td
{
	padding: 10px;
	padding-bottom: 50px;
	vertical-align: top;
	border-top: 1px solid #c0c0b8;
}

