﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image:url('../images/bg_esel.jpg');
	background-position:center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
}

a:link { text-decoration:underline;  color:#000; }
a:visited { text-decoration:none;  }
a:hover { text-decoration:none; text-decoration:underline; background-color:silver; }
a:active { text-decoration:none; }
	
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 200px;
	float: right;
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
}

#footer {
	clear: both;
}

#footer p {
	font-size:0.8em;
	
}

p {
	font-size:1.2em;
	}
	
h1 {
	font-weight:bold;
	font-size:2em;
	
}

h2 {
	font-weight:bold;
	font-size:1.1em;
	
}

#infobox {
	border: 1px solid; 
	position:relative; 
	margin-left: 80px; 
	margin-right: 80px; 
	margin-top:40px; 
	width : auto;
}

#infobox li
{
	text-align:left;
	line-height:20px;

}
