@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #CCC;
	height: 100%;
}
#header { 
	background-image: url(images/header-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	font-size: 14px;
}
#header a { 
	color: #FFF;
	text-decoration: none;
}
#header a:hover { 
	color: #FFF;
	text-decoration: underline;
}
#header-content a { 
	color: #FFF;
	text-decoration: none;
}
#main-image { 
	background-image: url(images/main-image2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#000;
}
#content { 
	font-size: 12px;
	text-align:justify;
}
#content h1 { 
	font-size: 18px;
	font-family: Georgia;
	font-style: normal;
	text-align: left;
	color: #FFF;
}
#content h2 { 
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}
#content h3 { 
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #ff0000;
}
#content h4 { 
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #ffcc00;
}
#content h5 { 
	font-size: 14px;
	font-family: Georgia;
	font-style: normal;
	text-align: left;
	color: #FFF;
}
#content a { 
	color: #ffcc00;
	text-decoration: none;
}
#content a:hover { 
	color: #ffcc00;
	text-decoration: underline;
}
#content img { 
	margin: 0px 20px 10px 20px;
}
#icon img { 
	margin: 0px;
}
#footer { 
	background-image: url(images/footer-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	font-size: 9px;
}
#footer a { 
	color: #FFF;
	text-decoration: none;
}
#footer a:hover { 
	color: #FFF;
	text-decoration: underline;
}