/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
	size : 22px;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
	size : 17px;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: none;
	color: #3399FF;
}
/************* HEADER ************/
#global {
	margin : 0 auto;
	width:770px;
	background: url(images/back.png) repeat-y left top;
}
#global2 {
	margin : 0 auto;
	width:770px;
	background: #424d47;
}
#header {
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header.jpg);
	text-align : center;
}


/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
	text-align : center;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
	text-align: justify;
}

#left {
	float: left;
	width: 210px;
    padding: 0px 20px 40px 20px;
	color: #99CCFF;
}
#left ul {
	margin : 0px;
	margin-top : 10px;
	padding : 0px;
	width:162px;
	font-size:10pt;
	list-style:none;
}

#left ul li {
	width:177px;
}
#left ul li ul {
	margin:2px;
	margin-left : 15px;
}
#left ul li a {
	margin:0px;
	padding:0px;
	text-decoration:none;
}
#right {
	float: right;
	width: 480px;
	padding: 0px 20px 40px 20px;
}
/************* FOOTER ************/

#footer {
	clear: both;
	width: 770px;
	border-top: 1px solid #666666;
	background: url(images/back-footer.png) repeat-y center top;
}
#footer p {
	font-size: 9px;
	color: #333333;
	text-align: center;
	padding : 2px;
}
