
body	{ background-color: #fff; color: #6a6a6a;
			font-family: verdana,helvetica,arial,sans-serif; 
			margin: 0; padding: 0; border: 0; 
			background-image: url(media/topstrap.gif);
			background-repeat: no-repeat; }

img		{ border: 0; }



/*____________ STRUCTURE ___________________________*/

#oldtopstuff	{ position: absolute; z-index: 10; 
					top: 0; left: 0; }

#organiser	{ position: absolute; width: 230px; z-index: 100; 
				top: 40px; left: 200px; }

.organiser	{ float: left; width: 220px; 
				height: 18px; margin: 0 0 3px 0; }


#pagetitle	{ position: absolute; 
				top: 224px; left: 0; }

#maincontent	{ position: absolute; z-index: 200; 
					top: 220px; left: 200px; 
					width: 400px; }

.logo { 
	float: left; 
	width: 100px; 
	clear: left; 
	padding: 0 0 30px 0; 
	text-align: center; }

.text { 
	float: left; 
	width: 280px; 
	padding: 0 0 30px 20px; }

* html .text	{ width: 300px; } 

#nav		{ position: absolute; top: 144px; left: 8px;
				width: auto; height: 24px; z-index: 400; }

.menuitem	{ border-left: 1px solid #999933; 
				height: 24px; width: auto; float: left; 
				text-align: center; }
.borderright{ border-right: 1px solid #999933; }


/*_____________ TIPOG ______________________________*/

p		{ font-size: 10px; line-height: 12px; 
			margin: 0 0 6px 0; }

h5		{ font-size: 10px; line-height: 12px;
			font-weight: bold; color: #fff;
			margin: 14px 0 8px 0; display: block; 
			background-color: #e87c1e; }

a:visited	{ text-decoration: underline; color: #6a6a6a; }
a:link		{ text-decoration: underline; color: #6a6a6a; }
a:hover		{ text-decoration: none; color: #b3b38c; }

.link2:visited {
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted #6a6a6a;
	padding-bottom: 1px; }
.link2:link {
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted #6a6a6a;
	padding-bottom: 1px; }
.link2:hover {
	text-decoration: none;
	color: #b3b38c;
	border-bottom: 0;
	padding-bottom: 1px; }


a img	{ border: 0; }



/*____________ MODIFIERS __________________________*/

.clearleft		{ clear: left; }

.padbot20		{ padding-bottom: 20px; }
.margintop-14	{ margin-top: -14px; }

