@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.crosshair {
	cursor: crosshair;
}

.front-img, .pics {
background-image:url(images/bg-flag.gif);
padding: 20px;
}

.pics {
	padding: 10px;
	margin: 5px;
}

#header {
background: url(images/flag4.jpg) repeat-x;
height: 300px;
}

#nav{
	width: 160px;
	float: left;
	text-align: center;
}

#main {
	margin-left: 165px;
}

#main-left {
float: left;
width: 450px;
}

#main-rt {
margin-left: 475px;
}

#footer {
 text-align:center;
 clear: both;
 }