﻿/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */
body { 
	font: Tahoma;
	color: #999999;
	background-color: #626262; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
	}

p { 
	padding: 0px;
	font: 11px Tahoma; 
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: justify;
	}

h1,h2,h3 {
	margin-top: 15px;
	padding: 0px;
	}

h3 { 
	font: bold 11pt Tahoma;
	margin-bottom: 0px; 
	color: #6AA14E;
	padding-bottom: 0px;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7F7F7F;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7F7F7F;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #3C9A35;
	}

/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */
#container { 
	background: url(bg_main.jpg) repeat-y; 
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	}

		#preamble {
			margin-left: 11px;
			padding: 10px;
			padding-top: 1px;
			padding-bottom: 10px;
			width: 500px;
			clear: both;
			background: url(bg_divide.gif) no-repeat bottom;
			}

#preamble h3 {
	margin-top: 20px;
	}

